/Web/AboutWeb.en.html
1,16 → 1,21
<!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=utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title> About MLAB Web </title>
<meta name="keywords" content="MLAB Universal Electronic Modules and Articles Processors Electronics">
<meta name="description" content="MLAB Project, About MLAB Web">
<!-- AUTOINCLUDE START "Page/Head.en.ihtml" DO NOT REMOVE -->
<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>
<link rel="shortcut icon" type="image/x-icon" href="Web/PIC/MLAB.ico">
<script type="text/javascript" src="../Web/JS/MLAB_Menu.js"></script>
<!-- AUTOINCLUDE END -->
</head>
 
<body lang="en">
 
<!-- AUTOINCLUDE START "Page/Header.en.ihtml" DO NOT REMOVE -->
<!-- ============== HEADER ============== -->
<div class="Header">
<script type="text/javascript">
20,19 → 25,25
// -->
</script>
<noscript>
<b> JavaScript is required for including of the header </b></noscript>
<p><b> JavaScript is required for including of the header </b></p>
</noscript>
</div>
<!-- AUTOINCLUDE END -->
 
<!-- AUTOINCLUDE START "Page/Menu.en.ihtml" DO NOT REMOVE -->
<!-- ============== MENU ============== -->
<div class="Menu">
<script type="text/javascript">
<!--
SetRelativePath("../");
DrawMenu();
// -->
</script>
<noscript>
<b> JavaScript is required for including of the menu </b></noscript>
<p><b> JavaScript is required for including of the menu </b><p>
</noscript>
</div>
<!-- AUTOINCLUDE END -->
 
<!-- ============== TEXT ============== -->
<div class="Text">
89,29 → 100,33
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.
the authors. Users do not need to install SubVersion client. The content of SVN
is accessible wia WebSVN Web interface (read only).
</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.
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>
 
<!-- AUTOINCLUDE START "Page/Footer.en.ihtml" DO NOT REMOVE -->
<!-- ============== FOOTER ============== -->
<div class="Footer">
<script type="text/javascript">
<!--
SetRelativePath("../");
DrawFooter();
// -->
</script>
<noscript>
<b> JavaScript is required for including of the footer </b></noscript>
<p><b> JavaScript is required for including of the footer </b></p>
</noscript>
</div>
<!-- AUTOINCLUDE END -->
 
</body>
 
</html>