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">
45 kakl 2 <html>
3 <head>
171 miho 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
54 miho 5 <title> About MLAB Web </title>
171 miho 6 <meta name="keywords" content="MLAB Universal Electronic Modules and Articles Processors Electronics">
7 <meta name="description" content="MLAB Project, About MLAB Web">
8 <!-- AUTOINCLUDE START "Page/Head.en.ihtml" DO NOT REMOVE -->
54 miho 9 <link rel="StyleSheet" href="../Web/CSS/MLAB.css" type="text/css" title="MLAB Basic Style">
207 miho 10 <link rel="shortcut icon" type="image/x-icon" href="../Web/PIC/MLAB.ico">
171 miho 11 <script type="text/javascript" src="../Web/JS/MLAB_Menu.js"></script>
12 <!-- AUTOINCLUDE END -->
45 kakl 13 </head>
14  
15 <body lang="en">
16  
171 miho 17 <!-- AUTOINCLUDE START "Page/Header.en.ihtml" DO NOT REMOVE -->
54 miho 18 <!-- ============== HEADER ============== -->
45 kakl 19 <div class="Header">
20 <script type="text/javascript">
21 <!--
22 SetRelativePath("../");
54 miho 23 DrawHeader();
45 kakl 24 // -->
25 </script>
26 <noscript>
171 miho 27 <p><b> JavaScript is required for including of the header </b></p>
28 </noscript>
45 kakl 29 </div>
171 miho 30 <!-- AUTOINCLUDE END -->
45 kakl 31  
171 miho 32 <!-- AUTOINCLUDE START "Page/Menu.en.ihtml" DO NOT REMOVE -->
45 kakl 33 <!-- ============== MENU ============== -->
34 <div class="Menu">
35 <script type="text/javascript">
36 <!--
171 miho 37 SetRelativePath("../");
45 kakl 38 DrawMenu();
39 // -->
40 </script>
41 <noscript>
171 miho 42 <p><b> JavaScript is required for including of the menu </b><p>
43 </noscript>
45 kakl 44 </div>
171 miho 45 <!-- AUTOINCLUDE END -->
45 kakl 46  
54 miho 47 <!-- ============== TEXT ============== -->
45 kakl 48 <div class="Text">
71 miho 49 <h1 class="FirstWord Small"> Why this web was created </h1>
45 kakl 50 <p>
54 miho 51 The web was created because we believe that we have something to publish.
52 The main reason was the MLAB project. It is some sort of construction kit
53 or electronic "lego". MLAB modules proved useable so well that we whish to share
54 it with the others.
45 kakl 55 <p>
71 miho 56 <h1 class="FirstWord Small"> What can you find here </h1>
45 kakl 57 <p>
54 miho 58 Everything about MLAB (documentation, design files etc.) and a lot of other
59 things. Some articles about electronics. Everything is original written by our
60 authors.
45 kakl 61 </p>
71 miho 62 <h1 class="FirstWord Small"> Language </h1>
45 kakl 63 <p>
71 miho 64 The web is primary in Czech language but some information is translated
65 into English. When the text is not in English it is presented in Czech.
66 Schematics, tables, source files and other design data are considered
67 to be international enough to be valuable even without translated text.
68 </p>
69 <p>
70 The translation may not be done well. If you can see errors let us know, please.
71 </p>
72 <h1 class="FirstWord Small"> Who are the authors </h1>
73 <p>
54 miho 74 Several keen electronics and hobbyists. Our hobby is our job as well.
75 The web and MLAB project are noncommercial and they are created in
76 authors free time (<i>an important information for critics</i>).
45 kakl 77 </p>
71 miho 78 <h1 class="FirstWord Small"> Do not you like it? </h1>
45 kakl 79 <p>
54 miho 80 Well. We are continuously working on the web design and on the structure of data.
81 We are not professionals both in graphics and web design so the result is not
82 perfect. What we know is that we will not spend more time then necessary
83 on smart web features (moving pictures and so on) not to speak of tuning
84 the web for old web browsers.
45 kakl 85 </p>
86 <p>
54 miho 87 That is why the web design is conservative.
45 kakl 88 </p>
71 miho 89 <h1 class="FirstWord Small"> Something does not work? </h1>
45 kakl 90 <p>
54 miho 91 Let us know and we will try to mend or improve it (if the result is worth
92 the effort).
93 It is better to say us what, why and how to change something then
94 to say that "<i>there is something wrong and it sometimes does work
95 somehow</i>".
45 kakl 96 </p>
71 miho 97 <h1 class="FirstWord Small"> How does it work inside? </h1>
45 kakl 98 <p>
54 miho 99 The base component is SubVersion system (source code version system, similar
100 to CVS or SourSafe). Every piece of information is in SubVersion database and
101 web content is automatically generated. SubVersion is primarily intended for
171 miho 102 the authors. Users do not need to install SubVersion client. The content of SVN
371 miho 103 is accessible via WebSVN Web interface (read only).
45 kakl 104 </p>
105 <p>
54 miho 106 Web server is Apache running on Linux.
45 kakl 107 </p>
108 <p>
171 miho 109 Web pages are based on HTML4 and CSS2. They are not optimised for
110 any particular browser and we hope that we avoided successfully all important
111 bugs of widely used browsers. Try for example Mozilla browser.
45 kakl 112 </p>
113 </div>
114  
171 miho 115 <!-- AUTOINCLUDE START "Page/Footer.en.ihtml" DO NOT REMOVE -->
54 miho 116 <!-- ============== FOOTER ============== -->
117 <div class="Footer">
45 kakl 118 <script type="text/javascript">
119 <!--
171 miho 120 SetRelativePath("../");
45 kakl 121 DrawFooter();
122 // -->
123 </script>
124 <noscript>
171 miho 125 <p><b> JavaScript is required for including of the footer </b></p>
126 </noscript>
45 kakl 127 </div>
171 miho 128 <!-- AUTOINCLUDE END -->
45 kakl 129  
130 </body>
131 </html>