]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/matita/download.shtml
aded papers
[helm.git] / helm / www / matita / download.shtml
index eff02c81bdcad00728313c38f0524b7cbb87384d..1c07e00b23bbc291f07e0565ba7e2c3034c38a6f 100644 (file)
@@ -1,21 +1,47 @@
+<!-- $Id$ -->
 <!--#include virtual="xhtml-header.shtml" -->
 <html>
   <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" -->
-    <h1><span class="h1">Sources</span></h1>
-    <p>
-    Since there is no official release, you can browse the
-    <a href="http://helm.cs.unibo.it/websvn/listing.php?repname=helm&path=%2F&sc=0">svn repository</a>
-    and get the sources of
-    <a href="http://helm.cs.unibo.it/websvn/listing.php?repname=helm&path=%2Ftrunk%2Fhelm%2Fsoftware%2Fcomponents%2F&rev=0&sc=0">components/</a>
-    and
-    <a href="http://helm.cs.unibo.it/websvn/listing.php?repname=helm&path=%2Ftrunk%2Fhelm%2Fsoftware%2Fmatita%2F&rev=0&sc=0">matita/</a>.
-    </p>
-    <!--#include virtual="bottombar.shtml" -->
+    <div class="main">
+      <h1>Download Matita!</h1>
+
+      <h2>Releases<a name="releases"></a></h2>
+      <p>
+      Matita has no official releases yet.
+      </p>
+
+      <h2>License<a name="license"></a></h2>
+      <p>
+      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>
+      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>
+      <p>
+      To checkout a copy of the sources type:
+      </p>
+      <p>
+      <kbd>svn co -N svn://mowgli.cs.unibo.it/trunk/helm/software/</kbd><br />
+      <kbd>cd software/</kbd><br />
+      <kbd>svn co svn://mowgli.cs.unibo.it/trunk/helm/software/components</kbd><br />
+      <kbd>svn co svn://mowgli.cs.unibo.it/trunk/helm/software/matita</kbd><br />
+      </p>
+      <p>
+      Once you got the sources, have a look at the
+      <a href="docs/manual/sec_install.html">installation instructions</a> on
+      how to build and install Matita from sources.
+      </p>
+      <!--#include virtual="bottombar.shtml" -->
+    </div>
   </body>
 </html>
-<!-- $Id$ -->