]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/matita/download.shtml
...
[helm.git] / helm / www / matita / download.shtml
index af333712fdaefb30da6e8d8b8229fe2795b76256..12bbf9961dc5a827fafc9e06547049b1468903fa 100644 (file)
@@ -1,36 +1,90 @@
 <!--#include virtual="xhtml-header.shtml" -->
-<html>
+<!-- $Id$ -->
+<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Matita home page - download</title>
-    <link type="text/css" rel="stylesheet" href="style.css"/>
+    <title>Matita - Download</title>
+    <!--#include virtual="xhtml-meta.shtml" -->
   </head>
   <body>
     <!--#include virtual="menubar.shtml" -->
     <div class="main">
       <h1>Download Matita!</h1>
-      <h2>Sources</h2>
+
+      <h2>Releases<a name="releases"></a></h2>
+      <p>
+      The current version is 0.5.4, released on October 19, 2008. Here the 
+      <a href="http://helm.cs.unibo.it/websvn/filedetails.php?repname=helm&path=%2Ftrunk%2Fhelm%2Fsoftware%2Fmatita%2Fdist%2FChangeLog&rev=0&sc=0">ChangeLog</a>.
+      </p>
+      <dl>
+        <dt>Live CD</dt>
+
+        <dd>Coming soon</dd>
+        <!--
+        <dd>The <a href="FILES/matita-0.5.3.iso">live CD</a> (around 330
+        MB, md5sum: 
+a219d4e4f25288f41e7e90b9275e5284
+        ) 
+        is the easiest way to try Matita. You can burn the CD image
+        and boot you computer from the CD, or install a free emulator like <a
+          href="http://virtualbox.org">virtualbox</a> and boot a virtual
+        machine from the CD image. Virtualbox is available for Mac OS X,
+        Windows and Linux.<br/>
+        </dd>
+        -->
+
+        <dt>.deb package</dt>
+        
+        <dd>Matita is part of the <a
+          href="http://packages.debian.org/source/matita"> Debian archive</a>, you can
+        install it with the following command:<pre>aptitude install matita matita-standard-library</pre>
+        </dd>
+
+        <dt>Sources</dt>
+        
+        <dd>You can download the <a
+          href="FILES/matita_0.5.4.orig.tar.gz">sources</a> of Matita (around 2 MB, md5sum:
+a338276c63408de78852a914d753a1ca
+        )
+        and
+        build it by yourself, following the <a
+          href="docs/manual/sec_install.html">installation instructions</a>.
+        The build process, due to the high number of external dependency is not
+        trivial, we thus suggest you to try the live CD or the .deb package
+        first.</dd>
+      </dl>
+
+      <h2>License<a name="license"></a></h2>
       <p>
-      Matita has no official releases yet.
-      Still, you can get and build Matita from sources.
-      All our source code is released under the terms of the GNU General
-      Public Licence and is publically accessible on our svn repository.
+      All our source code is released under the terms of the <a
+      href="http://www.gnu.org/licenses/gpl.html">GNU General Public
+      Licence</a> and is publically accessible on our <a
+      href="http://subversion.tigris.org">Subversion</a> repository.
       </p>
+
+      <h2>Subversion repository<a name="repo"></a></h2>
       <p>
-      To checkout a copy of the sources type:
-    <pre>
-    svn co -N svn://mowgli.cs.unibo.it/trunk/helm/software/
-    cd software
-    svn co svn://mowgli.cs.unibo.it/trunk/helm/software/components
-    svn co svn://mowgli.cs.unibo.it/trunk/helm/software/matita
-    </pre>
+      You can <a href="http://helm.cs.unibo.it/websvn/listing.php?repname=helm&amp;path=%2F&amp;sc=0">browse our svn repository</a> directly on the web.
       </p>
+
+      <h2>Nightly builds<a name="nightly"></a></h2>
       <p>
-      Once you got the sources, have a look at the
-      <a href="install.html">installation instructions</a> on how to build and
-      install Matita from sources.
+      A build of the Debian package is performed every night, and a live CD containing that version also is built.
+      You can <a href="FILES/matita-svnhead.iso">download this experimental live CD</a>, or add the Debian repository
+      to your apt configuration file: 
       </p>
+      <pre>
+      deb http://matita.cs.unibo.it/DEBIAN ./
+      deb-src http://matita.cs.unibo.it/DEBIAN ./
+      </pre>
+      <p>
+      If you are using Ubuntu Hardy you may want to add these lines to your apt/sources.list file:
+      </p>
+      <pre>
+      deb http://matita.cs.unibo.it/UBUNTU ./
+      deb-src http://matita.cs.unibo.it/UBUNTU ./
+      </pre>
+
+      <!--#include virtual="bottombar.shtml" -->
     </div>
-    <!--#include virtual="bottombar.shtml" -->
   </body>
 </html>
-<!-- $Id$ -->