/Web/AboutWeb.en.html
0,0 → 1,107
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3c.org/TR/html4/strict.dtd">
 
<html>
 
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1250">
<title> About MLAB Web </title>
<link rel="StyleSheet" href="../Web/CSS/MLAB.css" type="text/css" title="MLAB Basic Style">
<script language="JavaScript" type="text/javascript" src="../Web/JS/MLAB_Menu.js"></script>
</head>
 
<body lang="en">
 
<!-- ============== HEADER ============== -->
<div class="Header">
<script type="text/javascript">
<!--
SetRelativePath("../");
DrawHeader();
// -->
</script>
<noscript>
<b> JavaScript is required for including of the header </b></noscript>
</div>
 
<!-- ============== MENU ============== -->
<div class="Menu">
<script type="text/javascript">
<!--
DrawMenu();
// -->
</script>
<noscript>
<b> JavaScript is required for including of the menu </b></noscript>
</div>
 
<!-- ============== TEXT ============== -->
<div class="Text">
<h1 class="FirstWord"> Why this web was created </h1>
<p>
The web was created because we believe that we have something to publish.
The main reason was the MLAB project. It is some sort of construction kit
or electronic "lego". MLAB modules proved useable so well that we whish to share
it with the others.
<p>
<h1 class="FirstWord"> What can you find here </h1>
<p>
Everything about MLAB (documentation, design files etc.) and a lot of other
things. Some articles about electronics. Everything is original written by our
authors.
</p>
<h1 class="FirstWord"> Who are the authors </h1>
<p>
Several keen electronics and hobbyists. Our hobby is our job as well.
The web and MLAB project are noncommercial and they are created in
authors free time (<i>an important information for critics</i>).
</p>
<h1 class="FirstWord"> Do not you like it? </h1>
<p>
Well. We are continuously working on the web design and on the structure of data.
We are not professionals both in graphics and web design so the result is not
perfect. What we know is that we will not spend more time then necessary
on smart web features (moving pictures and so on) not to speak of tuning
the web for old web browsers.
</p>
<p>
That is why the web design is conservative.
</p>
<h1 class="FirstWord"> Something does not work? </h1>
<p>
Let us know and we will try to mend or improve it (if the result is worth
the effort).
It is better to say us what, why and how to change something then
to say that "<i>there is something wrong and it sometimes does work
somehow</i>".
</p>
<h1 class="FirstWord"> How it works inside </h1>
<p>
The base component is SubVersion system (source code version system, similar
to CVS or SourSafe). Every piece of information is in SubVersion database and
web content is automatically generated. SubVersion is primarily intended for
the authors. Users do not need to install SubVersion client.
</p>
<p>
Web server is Apache running on Linux.
</p>
<p>
Web pages are based on HTML4 and CSS2. They are not optimised for any particular
browser and we hope that we avoided successfully all important bugs of
widely used browsers. Try for example Mozilla browser.
</p>
</div>
 
<!-- ============== FOOTER ============== -->
<div class="Footer">
<script type="text/javascript">
<!--
DrawFooter();
// -->
</script>
<noscript>
<b> JavaScript is required for including of the footer </b></noscript>
</div>
 
</body>
 
</html>