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