]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/matita/download.shtml
scaled down
[helm.git] / helm / www / matita / download.shtml
index ccf44ed3bee3beaf460f3bf4a11275b8b013de9a..af333712fdaefb30da6e8d8b8229fe2795b76256 100644 (file)
@@ -6,15 +6,30 @@
   </head>
   <body>
     <!--#include virtual="menubar.shtml" -->
-    <h1><span class="h1">Sources</span></h1>
-    <p>
-    Since there is no official release, you can browse the svn repository
-    and get sources of the <a
-      href="http://helm.cs.unibo.it/websvn/dl.php?repname=helm&path=%2Ftrunk%2Fhelm%2Focaml%2F&rev=0&isdir=1">ocaml/</a>
-    and <a
-      href="http://helm.cs.unibo.it/websvn/dl.php?repname=helm&path=%2Ftrunk%2Fhelm%2Fmatita%2F&rev=0&isdir=1">matita/</a>
-    modules.
-    </p>
+    <div class="main">
+      <h1>Download Matita!</h1>
+      <h2>Sources</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.
+      </p>
+      <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>
+      </p>
+      <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.
+      </p>
+    </div>
     <!--#include virtual="bottombar.shtml" -->
   </body>
 </html>