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
1822 kaklik 77 authors free time.
45 kakl 78 </p>
71 miho 79 <h1 class="FirstWord Small"> Something does not work? </h1>
45 kakl 80 <p>
54 miho 81 Let us know and we will try to mend or improve it (if the result is worth
82 the effort).
45 kakl 83 </p>
71 miho 84 <h1 class="FirstWord Small"> How does it work inside? </h1>
45 kakl 85 <p>
54 miho 86 The base component is SubVersion system (source code version system, similar
87 to CVS or SourSafe). Every piece of information is in SubVersion database and
88 web content is automatically generated. SubVersion is primarily intended for
171 miho 89 the authors. Users do not need to install SubVersion client. The content of SVN
371 miho 90 is accessible via WebSVN Web interface (read only).
45 kakl 91 </p>
92 <p>
54 miho 93 Web server is Apache running on Linux.
45 kakl 94 </p>
95 <p>
171 miho 96 Web pages are based on HTML4 and CSS2. They are not optimised for
97 any particular browser and we hope that we avoided successfully all important
1822 kaklik 98 bugs of widely used browsers.
45 kakl 99 </p>
100 </div>
101  
171 miho 102 <!-- AUTOINCLUDE START "Page/Footer.en.ihtml" DO NOT REMOVE -->
54 miho 103 <!-- ============== FOOTER ============== -->
104 <div class="Footer">
45 kakl 105 <script type="text/javascript">
106 <!--
171 miho 107 SetRelativePath("../");
45 kakl 108 DrawFooter();
109 // -->
110 </script>
111 <noscript>
171 miho 112 <p><b> JavaScript is required for including of the footer </b></p>
113 </noscript>
45 kakl 114 </div>
171 miho 115 <!-- AUTOINCLUDE END -->
45 kakl 116  
117 </body>
118 </html>