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