]> matita.cs.unibo.it Git - helm.git/blob - helm/www/matita/download.shtml
download.shtml is now valid xhtml 1.0 strict
[helm.git] / helm / www / matita / download.shtml
1 <!-- $Id$ -->
2 <!--#include virtual="xhtml-header.shtml" -->
3 <html>
4   <head>
5     <title>Matita - Download</title>
6     <!--#include virtual="xhtml-meta.shtml" -->
7   </head>
8   <body>
9     <!--#include virtual="menubar.shtml" -->
10     <div class="main">
11       <h1>Download Matita!</h1>
12
13       <h2>Releases</h2>
14       Matita has no official releases yet.
15
16       <h2>License</h2>
17       All our source code is released under the terms of the <a
18       href="http://www.gnu.org/licenses/gpl.html">GNU General Public
19       Licence</a> and is publically accessible on our <a
20       href="http://subversion.tigris.org">Subversion</a> repository.
21
22       <h2>Subversion repository</h2>
23       <p>
24       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.
25       </p>
26       <p>
27       To checkout a copy of the sources type:
28       </p>
29       <p>
30       <kbd>svn co -N svn://mowgli.cs.unibo.it/trunk/helm/software/</kbd><br />
31       <kbd>cd software/</kbd><br />
32       <kbd>svn co svn://mowgli.cs.unibo.it/trunk/helm/software/components</kbd><br />
33       <kbd>svn co svn://mowgli.cs.unibo.it/trunk/helm/software/matita</kbd><br />
34       </p>
35       <p>
36       Once you got the sources, have a look at the
37       <a href="docs/manual/sec_install.html">installation instructions</a> on
38       how to build and install Matita from sources.
39       </p>
40       <!--#include virtual="bottombar.shtml" -->
41     </div>
42   </body>
43 </html>