Rev Author Line No. Line
614 miho 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <title> MLAB FAQ </title>
6 <meta name="keywords" content="MLAB FAQ Frequently Asked Questions">
7 <meta name="description" content="MLAB Project, Frequently Asked Questions">
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">
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">
12 <script type="text/javascript" src="../Web/JS/MLAB_Menu.js"></script>
13 <!-- AUTOINCLUDE END -->
14 </head>
15  
16 <body lang="en">
17  
18 <!-- AUTOINCLUDE START "Page/Header.en.ihtml" DO NOT REMOVE -->
19 <!-- ============== HEADER ============== -->
20 <div class="Header">
21 <script type="text/javascript">
22 <!--
23 SetRelativePath("../");
24 DrawHeader();
25 // -->
26 </script>
27 <noscript>
28 <p><b> JavaScript is required for including of the header </b></p>
29 </noscript>
30 </div>
31 <!-- AUTOINCLUDE END -->
32  
33 <!-- AUTOINCLUDE START "Page/Menu.en.ihtml" DO NOT REMOVE -->
34 <!-- ============== MENU ============== -->
35 <div class="Menu">
36 <script type="text/javascript">
37 <!--
38 SetRelativePath("../");
39 DrawMenu();
40 // -->
41 </script>
42 <noscript>
43 <p><b> JavaScript is required for including of the menu </b><p>
44 </noscript>
45 </div>
46 <!-- AUTOINCLUDE END -->
47  
48 <!-- ============== TEXT ============== -->
49 <div class="Text">
50 <p class="Title">
51 Frequently Asked Questions
52 </p>
53  
54 <h2> I don't understand Czech. What sohould I do? </h2>
55  
56 <p>
57 Because we are not English native speakers it is not easy to write large
58 English texts. We hope that the most information is international
59 (schematics, pictures, sources) so only the detailed text can be
60 problem. If you have any question, please ask and we will try to answer.
61 </p>
62  
63 <h2> I have found a bug or typo. What should I do? </h2>
64  
65 <p>
66 Let <a href="./AboutAuthors.en.html" title="Contacts to Authors">us</a>
67 know. You will feel better. I promise.
68 </p>
69  
70 <h2> Where are design files? </h2>
71  
72 <p>
73 All design data (schematic files, PCB files, sources and so on) is
74 stored in SubVersion database on our server. You can browse the database
75 using your web client because we have
76 <a href= "http://www.mlab.cz/WebSVN/listing.php?repname=MLAB&amp;path=%2F&amp;sc=0&amp;langchoice=English" title="Webové rozhraní pro SVN databázi">WebSVN</a> server.
77 You can browse or look at any single file or you can download the whole
78 (compressed) subdirectory of the project you are interested in.
79 <br>
80 Other possibility is to install SubVersion client on your computer and
81 download what ever you wish. How to do it is written on
82 <a href="./Downloads.en.html" title="For Download">Download Page</a>.
83 </p>
84  
85 <h2> Where is the partlist? </h2>
86  
87 <p>
88 Detailed partlist (Bill of Material) in XLS format is usually stored in <i>SCH</i>
89 directory of the project.
90 </p>
91  
92 <h2> I don't understand the directory structure. How to understand it? </h2>
93  
94 <p>
95 The directory structure is documented but not in English so you have to
96 help yourself. We are trying to use the same directory structure for
97 all projects (both modules and designs).
98 </p>
99  
100 <h2> Can I buy complete modules? </h2>
101  
102 <p>
103 No. We are neither manufacturers nor component sellers. We are just
104 hobbyists.
105 </p>
106  
107 </div>
108  
109 <!-- AUTOINCLUDE START "Page/Footer.en.ihtml" DO NOT REMOVE -->
110 <!-- ============== FOOTER ============== -->
111 <div class="Footer">
112 <script type="text/javascript">
113 <!--
114 SetRelativePath("../");
115 DrawFooter();
116 // -->
117 </script>
118 <noscript>
119 <p><b> JavaScript is required for including of the footer </b></p>
120 </noscript>
121 </div>
122 <!-- AUTOINCLUDE END -->
123  
124 </body>
125 </html>