<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
  <head>
    <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">
    <link rel="StyleSheet" href="../Web/CSS/MLAB_Print.css" type="text/css" media="print">
    <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">
      <!--
        SetRelativePath("../");
        DrawHeader();
      // -->
      </script>
      <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>
        <p><b> JavaScript is required for including of the menu </b><p>
      </noscript>
    </div>
    <!-- AUTOINCLUDE END -->

    <!-- ============== TEXT ============== -->
    <div class="Text">
      <h1> 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="#Downloads">File download</a></li>
        </ul>

      <h2 id="SVN_client"> SVN client </h2>
        <p>
          This selection gives you the access to developer's database SVN.
          You have to install SVN client to your computer.
        </p>
        <p>
          Popular SVN client is
          <a href="http://tortoisesvn.net/downloads"
             title="Download stránka">TortoiseSVN</a>.
          After installation create folder on your computer and by right
          clicking select "Checkout". You have to select database address.
        </p>
        <table>
          <tr>
            <td> <i>svn://svn.mlab.cz/MLAB/</i> </td>
            <td> main repository </td>
          </tr>
          <tr>
            <td> <i>svn://svn.mlab.cz/MLAB_E</i> </td>
            <td> repository for external projects and documentation of educational experiments from schools </td>
          </tr>
          <tr>
            <td> <i>svn://svn.mlab.cz/library/</i> </td>
            <td> libraries OrCAD, PADS, ... </td>
          </tr>
        </table>
        <p>
          The first download takes a lot of time because it downloads by default
          the whole database. It is more than 100MB. As an anonymous user you
          are getting Read Only access. If you whish to contribute to the MLAB
          project contact any of the
          <a href="./AboutAuthors.en.html">authors</a>.
        </p>

      <h2 id="WebSVN"> WebSVN </h2>
        <p>
          WebSVN is Web access to SVN server. You can online browse source and
          design files or you can download compressed subdirectory (ZIP archive).
          You can use
          <a href="http://www.mlab.cz/WebSVN/listing.php?repname=MLAB&amp;path=%2F&amp;sc=0&amp;langchoice=English"
             title="Web interface to SVN database">WebSVN</a>
          link from main menu.
        <p>

      <h2 id="Downloads"> Downloads </h2>
        <p>
          Section
          <a href="http://www.mlab.cz/Downloads"
             title="Files to download">Downloads</a>
          is used for PDF files and other bigger files not stored in the
          development repository. These files are not under version control.
        <p>

    </div>

    <!-- AUTOINCLUDE START "Page/Footer.en.ihtml" DO NOT REMOVE -->
    <!-- ============== FOOTER ============== -->
    <div class="Footer">
      <script type="text/javascript">
      <!--
        SetRelativePath("../");
        DrawFooter();
      // -->
      </script>
      <noscript>
        <p><b> JavaScript is required for including of the footer </b></p>
      </noscript>
    </div>
    <!-- AUTOINCLUDE END -->

  </body>
</html>