Rev Author Line No. Line
332 miho 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
88 kaklik 2 <html>
3 <head>
173 miho 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <title> Download </title>
6 <meta name="keywords" content="MLAB Universal Electronic Modules and Articles Processors Electronics">
7 <meta name="description" content="MLAB Project Download">
8 <!-- AUTOINCLUDE START "Page/Head.en.ihtml" DO NOT REMOVE -->
88 kaklik 9 <link rel="StyleSheet" href="../Web/CSS/MLAB.css" type="text/css" title="MLAB Basic Style">
381 miho 10 <link rel="StyleSheet" href="../Web/CSS/MLAB_Print.css" type="text/css" media="print">
207 miho 11 <link rel="shortcut icon" type="image/x-icon" href="../Web/PIC/MLAB.ico">
173 miho 12 <script type="text/javascript" src="../Web/JS/MLAB_Menu.js"></script>
13 <!-- AUTOINCLUDE END -->
88 kaklik 14 </head>
15  
16 <body lang="en">
17  
173 miho 18 <!-- AUTOINCLUDE START "Page/Header.en.ihtml" DO NOT REMOVE -->
88 kaklik 19 <!-- ============== HEADER ============== -->
20 <div class="Header">
21 <script type="text/javascript">
22 <!--
23 SetRelativePath("../");
24 DrawHeader();
25 // -->
26 </script>
27 <noscript>
173 miho 28 <p><b> JavaScript is required for including of the header </b></p>
29 </noscript>
88 kaklik 30 </div>
173 miho 31 <!-- AUTOINCLUDE END -->
88 kaklik 32  
173 miho 33 <!-- AUTOINCLUDE START "Page/Menu.en.ihtml" DO NOT REMOVE -->
88 kaklik 34 <!-- ============== MENU ============== -->
35 <div class="Menu">
36 <script type="text/javascript">
37 <!--
173 miho 38 SetRelativePath("../");
88 kaklik 39 DrawMenu();
40 // -->
41 </script>
42 <noscript>
173 miho 43 <p><b> JavaScript is required for including of the menu </b><p>
44 </noscript>
88 kaklik 45 </div>
173 miho 46 <!-- AUTOINCLUDE END -->
88 kaklik 47  
48 <!-- ============== TEXT ============== -->
49 <div class="Text">
437 miho 50 <h1> Download of MLAB documentation </h1>
88 kaklik 51 <p>
173 miho 52 There are several possibilities:
88 kaklik 53 <p>
173 miho 54 <ul>
55 <li><a href="#SVN_client">Download by SVN client</a></li>
56 <li><a href="#WebSVN">Download via Web interface WebSVN</a></li>
437 miho 57 <li><a href="#Downloads">File download</a></li>
58 <li><a href="#FTP">FTP download</a></li>
173 miho 59 </ul>
437 miho 60  
61 <h2 id="SVN_client"> SVN client </h2>
173 miho 62 <p>
437 miho 63 This selection gives you the access to developer's database SVN.
64 You have to install SVN client to your computer.
65 </p>
66 <p>
67 Popular SVN client is
173 miho 68 <a href="http://tortoisesvn.net/downloads"
437 miho 69 title="Download stránka">TortoiseSVN</a>.
70 After installation create folder on your computer and by right
71 clicking select "Checkout". You have to select database address.
72 </p>
73 <table>
74 <tr>
75 <td> <i>svn://svn.mlab.cz/home/MLAB/</i> </td>
76 <td> main repository </td>
77 </tr>
78 <tr>
79 <td> <i>svn://svn.mlab.cz/home/library/</i> </td>
80 <td> libraries OrCAD, PADS, ... </td>
81 </tr>
82 </table>
83 <p>
84 The first download takes a lot of time because it downloads by default
85 the whole database. It is more than 100MB. As an anonymous user you
86 are getting Read Only access. If you whish to contribute to the MLAB
87 project contact any of the
173 miho 88 <a href="./AboutAuthors.en.html">authors</a>.
437 miho 89 </p>
90  
91 <h2 id="WebSVN"> WebSVN </h2>
173 miho 92 <p>
437 miho 93 WebSVN is Web access to SVN server. You can online browse source and
94 design files or you can download compressed subdirectory (ZIP archive).
95 You can use
96 <a href="http://www.mlab.cz/WebSVN/listing.php?repname=MLAB&amp;path=%2F&amp;sc=0&amp;langchoice=English"
97 title="Web interface to SVN database">WebSVN</a>
98 link from main menu.
173 miho 99 <p>
437 miho 100  
101 <h2 id="Downloads"> Downloads </h2>
173 miho 102 <p>
437 miho 103 Section
104 <a href="http://www.mlab.cz/Downloads"
105 title="Files to download">Downloads</a>
106 is used for PDF files and other bigger files not stored in the
107 development repository. These files are not under version control.
173 miho 108 <p>
437 miho 109  
110 <h2 id="FTP"> FTP </h2>
111 <p>
173 miho 112 Data can be downloaded from
437 miho 113 <a href="ftp://ftp.mlab.cz/">FTP server</a> as well. In case
114 of any problem try command line client.
173 miho 115 <p>
88 kaklik 116 </div>
117  
173 miho 118 <!-- AUTOINCLUDE START "Page/Footer.en.ihtml" DO NOT REMOVE -->
88 kaklik 119 <!-- ============== FOOTER ============== -->
120 <div class="Footer">
121 <script type="text/javascript">
122 <!--
173 miho 123 SetRelativePath("../");
88 kaklik 124 DrawFooter();
125 // -->
126 </script>
127 <noscript>
173 miho 128 <p><b> JavaScript is required for including of the footer </b></p>
129 </noscript>
88 kaklik 130 </div>
173 miho 131 <!-- AUTOINCLUDE END -->
88 kaklik 132  
133 </body>
134 </html>