]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/matita/download.shtml
rewored website layout and internal structure:
[helm.git] / helm / www / matita / download.shtml
index 39a971d2f300fd166d1edff3b29d1712d03ecb6d..94ec8dc6a8c627afeaac2823c6970d9e7c52a6aa 100644 (file)
@@ -6,27 +6,38 @@
   </head>
   <body>
     <!--#include virtual="menubar.shtml" -->
-    <h1><span class="h1">Sources</span></h1>
-    <p>
-    Matita has no officiale 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/
-    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>
-    <!--#include virtual="bottombar.shtml" -->
+    <div class="main">
+      <h1>Download Matita!</h1>
+
+      <h2>Releases</h2>
+      Matita has no official releases yet.
+
+      <h2>License</h2>
+      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.
+
+      <h2>Subversion repository</h2>
+      <p>
+      You can <a href="http://helm.cs.unibo.it/websvn/listing.php?repname=helm&path=%2F&sc=0">browse our svn repository</a> directly on the web.
+      </p>
+      <p>
+      To checkout a copy of the sources type:
+    <pre class="code">
+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="docs/manual/install.html">installation instructions</a> on how to build and
+      install Matita from sources.
+      </p>
+      <!--#include virtual="bottombar.shtml" -->
+    </div>
   </body>
 </html>
 <!-- $Id$ -->