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 |
|
1994 |
kaklik |
54 |
<p class="Subtitle"> |
|
|
55 |
Another questions can be answered via the <a href="http://groups.google.com/group/mlab-users">Mailing list</a>. |
|
|
56 |
</p> |
|
|
57 |
|
|
|
58 |
<h2> I don't understand Czech. What should I do? </h2> |
614 |
miho |
59 |
|
|
|
60 |
<p> |
|
|
61 |
Because we are not English native speakers it is not easy to write large |
|
|
62 |
English texts. We hope that the most information is international |
|
|
63 |
(schematics, pictures, sources) so only the detailed text can be |
2078 |
kaklik |
64 |
problem. If you have any question, please ask us and we will try to answer. |
614 |
miho |
65 |
</p> |
|
|
66 |
|
|
|
67 |
<h2> I have found a bug or typo. What should I do? </h2> |
|
|
68 |
|
|
|
69 |
<p> |
|
|
70 |
Let <a href="./AboutAuthors.en.html" title="Contacts to Authors">us</a> |
1479 |
kaklik |
71 |
know or you should use <a href="http://wiki.mlab.cz" title="Wiki MLAB">wiki</a> to correct it. |
614 |
miho |
72 |
</p> |
|
|
73 |
|
|
|
74 |
<h2> Where are design files? </h2> |
|
|
75 |
|
|
|
76 |
<p> |
|
|
77 |
All design data (schematic files, PCB files, sources and so on) is |
|
|
78 |
stored in SubVersion database on our server. You can browse the database |
|
|
79 |
using your web client because we have |
2078 |
kaklik |
80 |
<a href= "http://www.mlab.cz/WebSVN/listing.php?repname=MLAB&path=%2F&sc=0&langchoice=English" title="Web interface for SVN database">WebSVN</a> server. |
614 |
miho |
81 |
You can browse or look at any single file or you can download the whole |
|
|
82 |
(compressed) subdirectory of the project you are interested in. |
|
|
83 |
<br> |
|
|
84 |
Other possibility is to install SubVersion client on your computer and |
|
|
85 |
download what ever you wish. How to do it is written on |
|
|
86 |
<a href="./Downloads.en.html" title="For Download">Download Page</a>. |
|
|
87 |
</p> |
|
|
88 |
|
|
|
89 |
<h2> Where is the partlist? </h2> |
|
|
90 |
|
|
|
91 |
<p> |
|
|
92 |
Detailed partlist (Bill of Material) in XLS format is usually stored in <i>SCH</i> |
|
|
93 |
directory of the project. |
|
|
94 |
</p> |
|
|
95 |
|
|
|
96 |
<h2> I don't understand the directory structure. How to understand it? </h2> |
|
|
97 |
|
|
|
98 |
<p> |
|
|
99 |
The directory structure is documented but not in English so you have to |
|
|
100 |
help yourself. We are trying to use the same directory structure for |
|
|
101 |
all projects (both modules and designs). |
|
|
102 |
</p> |
|
|
103 |
|
|
|
104 |
<h2> Can I buy complete modules? </h2> |
|
|
105 |
|
|
|
106 |
<p> |
1101 |
kaklik |
107 |
Some modules are available at the <a href="http://www.ust.cz/shop/" |
|
|
108 |
title="Prodej stavebnic a hotových podulů MLAB">internet store</a> of UST - Universal Scientific Technologies company. |
614 |
miho |
109 |
</p> |
|
|
110 |
|
|
|
111 |
</div> |
|
|
112 |
|
|
|
113 |
<!-- AUTOINCLUDE START "Page/Footer.en.ihtml" DO NOT REMOVE --> |
|
|
114 |
<!-- ============== FOOTER ============== --> |
|
|
115 |
<div class="Footer"> |
|
|
116 |
<script type="text/javascript"> |
|
|
117 |
<!-- |
|
|
118 |
SetRelativePath("../"); |
|
|
119 |
DrawFooter(); |
|
|
120 |
// --> |
|
|
121 |
</script> |
|
|
122 |
<noscript> |
|
|
123 |
<p><b> JavaScript is required for including of the footer </b></p> |
|
|
124 |
</noscript> |
|
|
125 |
</div> |
|
|
126 |
<!-- AUTOINCLUDE END --> |
|
|
127 |
|
|
|
128 |
</body> |
|
|
129 |
</html> |