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