/Web/Downloads.cs.html
53,12 → 53,13
<ul>
<li><a href="#SVN_client">Stažení dat na vlastní počítač pomocí SVN klienta</a></li>
<li><a href="#WebSVN">Stažení dat webovou aplikací WebSVN</a></li>
<li><a href="#FTP">Stažení ZIP/GZIP archívu přes FTP (v budoucnu)</a></li>
<li><a href="#FTP">Stažení přes FTP</a></li>
</ul>
<h1 id="SVN_client" class="FirstWord Small"> SVN klient </h1>
<p>
Ke stažení dat pomocí SVN potřebujete SVN klienta, například
<a href="http://tortoisesvn.net/downloads">TortoiseSVN</a>.
<a href="http://tortoisesvn.net/downloads"
title="Download stránka">TortoiseSVN</a>.
Po jeho instalaci je třeba zadat adresu SVN serveru, v tomto případě to je
"svn://test.mlab.cz/home/MLAB/".
Jako anonymní uživatel máte práva pouze na čtení. Pokud by jste se chtěli
70,11 → 71,12
Pomocí WebSVN můžete data přímo prohlížet a případně stahovat zakomprimované celé adresáře
(tarball, tedy tar a gzip).
Přístup do databáze získáte automaticky po kliknutí na odkaz
<a href="http://test.mlab.cz/WebSVN/listing.php&path=%2F&sc=0&langchoice=English" title="Web interface to SVN database">WebSVN</a>">WebSVN</a> vlevo v panelu odkazů.
<a href="http://test.mlab.cz/WebSVN/listing.php?repname=MLAB&path=%2F&sc=0&langchoice=Česky"
title="Web interface to SVN database">WebSVN</a> v panelu odkazů.
<p>
<h1 id="FTP" class="FirstWord Small"> FTP </h1>
<p>
Podlední možností je stažení dat z našeho
Poslední možností je stažení dat z našeho
<a href="ftp://test.mlab.cz/Downloads">FTP serveru</a>.
<p>
</div>
/Web/Downloads.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">
<title> For download </title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title> Download </title>
<meta name="keywords" content="MLAB Universal Electronic Modules and Articles Processors Electronics">
<meta name="description" content="MLAB Project Download">
<!-- 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,38 → 25,77
// -->
</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">
<h1 class="FirstWord Small"> What can you find here? </h1>
<h1 class="FirstWord Small"> Download of MLAB documentation </h1>
<p>
There are several possibilities:
<p>
<ul>
<li><a href="#SVN_client">Download by SVN client</a></li>
<li><a href="#WebSVN">Download via Web interface WebSVN</a></li>
<li><a href="#FTP">Download from FTP</a></li>
</ul>
<h1 id="SVN_client" class="FirstWord Small"> SVN client </h1>
<p>
Downloading data requires SVN client on your computer, for example
<a href="http://tortoisesvn.net/downloads"
title="Download Page">TortoiseSVN</a>.
To configure it it is necessary to set address of SVN server, use
"svn://test.mlab.cz/home/MLAB/".
Annonymous access is read only. If you whish to contribute to the MLAB project
contact any of the
<a href="./AboutAuthors.en.html">authors</a>.
<p>
<h1 id="WebSVN" class="FirstWord Small"> WebSVN </h1>
<p>
WebSVN is Web access to SVN server. You can online browse source and design files or
you can download compressed subdirectory (tarball, that is tar+gzip archive).
You can use link from main menu
<a href="http://test.mlab.cz/WebSVN/listing.php?repname=MLAB&path=%2F&sc=0&langchoice=English"
title="Web interface to SVN database">WebSVN</a>.
<p>
<h1 id="FTP" class="FirstWord Small"> FTP </h1>
<p>
Data can be downloaded from
<a href="ftp://test.mlab.cz/Downloads">FTP server</a>.
<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>
/Web/JS/MLAB_Menu.js
117,7 → 117,7
Content+=' <li> <a href="Web/News.cs.html" title="Novinky">Novinky</a> </li>';
Content+=' <li> <a href="Web/Photos.cs.html" title="Galerie fotografií">Fotogalerie</a> </li>';
Content+=' <li> <a href="Web/Downloads.cs.html" title="Ke stažení">Download</a> </li>';
Content+=' <li> <a href= "http://test.mlab.ca/WebSVN/listing.php?repname=MLAB&path=%2F&sc=0&langchoice=Česky" title="Webový přístup do databáze SVN">WebSVN</a> </li>';
Content+=' <li> <a href= "http://test.mlab.cz/WebSVN/listing.php?repname=MLAB&path=%2F&sc=0&langchoice=Česky" title="Webový přístup do databáze SVN">WebSVN</a> </li>';
Content+=' <li> <a href= "http://test.mlab.cz/Forum" title="Forum uživatelů a autorů">Forum</a> </li>';
Content+=' <li> <a href= "http://test.mlab.cz/Web/Maintenance/Maintenance.cs.php" title="Stránka údržby webu">Údržba</a> </li>';
Content+=' <li> <a href="Web/About.cs.html" title="O webu, stavebnici MLAB atd.">O projektu</a> </li>';
133,7 → 133,7
Content+=' <li> <a href="Web/News.en.html" title="News">News</a> </li>';
Content+=' <li> <a href="Web/Photos.en.html" title="Photo Gallery">Photogallery</a> </li>';
Content+=' <li> <a href="Web/Downloads.en.html" title="For download">Downloads</a> </li>';
Content+=' <li> <a href= "http://test,mlab.cz/WebSVN/listing.php?repname=MLAB&path=%2F&sc=0&langchoice=English" title="Web interface to SVN database">WebSVN</a> </li>';
Content+=' <li> <a href= "http://test.mlab.cz/WebSVN/listing.php?repname=MLAB&path=%2F&sc=0&langchoice=English" title="Web interface to SVN database">WebSVN</a> </li>';
Content+=' <li> <a href= "http://test.mlab.cz/Forum" title="Forum MLAB">Forum</a> </li>';
Content+=' <li> <a href= "http://test.mlab.cz/Web/Maintenance/Maintenance.en.php" title="Maintenance page">Maintenance</a> </li>';
Content+=' <li> <a href="Web/About.en.html" title="About Project">About</a> </li>';