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>
1513 kaklik 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>
437 miho 83 <td> <i>svn://svn.mlab.cz/home/library/</i> </td>
84 <td> libraries OrCAD, PADS, ... </td>
85 </tr>
86 </table>
87 <p>
88 The first download takes a lot of time because it downloads by default
89 the whole database. It is more than 100MB. As an anonymous user you
90 are getting Read Only access. If you whish to contribute to the MLAB
91 project contact any of the
173 miho 92 <a href="./AboutAuthors.en.html">authors</a>.
437 miho 93 </p>
94  
95 <h2 id="WebSVN"> WebSVN </h2>
173 miho 96 <p>
437 miho 97 WebSVN is Web access to SVN server. You can online browse source and
98 design files or you can download compressed subdirectory (ZIP archive).
99 You can use
100 <a href="http://www.mlab.cz/WebSVN/listing.php?repname=MLAB&amp;path=%2F&amp;sc=0&amp;langchoice=English"
101 title="Web interface to SVN database">WebSVN</a>
102 link from main menu.
173 miho 103 <p>
437 miho 104  
105 <h2 id="Downloads"> Downloads </h2>
173 miho 106 <p>
437 miho 107 Section
108 <a href="http://www.mlab.cz/Downloads"
109 title="Files to download">Downloads</a>
110 is used for PDF files and other bigger files not stored in the
111 development repository. These files are not under version control.
173 miho 112 <p>
437 miho 113  
114 <h2 id="FTP"> FTP </h2>
115 <p>
173 miho 116 Data can be downloaded from
437 miho 117 <a href="ftp://ftp.mlab.cz/">FTP server</a> as well. In case
118 of any problem try command line client.
173 miho 119 <p>
88 kaklik 120 </div>
121  
173 miho 122 <!-- AUTOINCLUDE START "Page/Footer.en.ihtml" DO NOT REMOVE -->
88 kaklik 123 <!-- ============== FOOTER ============== -->
124 <div class="Footer">
125 <script type="text/javascript">
126 <!--
173 miho 127 SetRelativePath("../");
88 kaklik 128 DrawFooter();
129 // -->
130 </script>
131 <noscript>
173 miho 132 <p><b> JavaScript is required for including of the footer </b></p>
133 </noscript>
88 kaklik 134 </div>
173 miho 135 <!-- AUTOINCLUDE END -->
88 kaklik 136  
137 </body>
138 </html>