]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/matita/documentation.shtml
updated web site
[helm.git] / helm / www / matita / documentation.shtml
index 361fdb0a69b72ed890cd58b67cdf44d9c9048358..ed0a51ed8545b4b4cc59ab87a2112399a0f71b63 100644 (file)
@@ -1,24 +1,91 @@
 <!--#include virtual="xhtml-header.shtml" -->
-<html>
+<!-- $Id$ -->
+<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Matita home page - documentation</title>
-    <link type="text/css" rel="stylesheet" href="style.css"/>
+    <title>Matita - Documentation</title>
+    <!--#include virtual="xhtml-meta.shtml" -->
+<script type="text/javascript">
+  function toggleAbstracts() {
+    abstracts = document.getElementsByTagName("span");
+    len = abstracts.length;
+    for (i=0; i != len-1; i++) {
+      elt = abstracts.item(i);
+      if (elt.hasAttribute("class")) {
+       if (elt.getAttribute("class") == "paper_abstract") {
+         if (elt.style.display != "none") {
+           elt.style.display = "none";
+         } else {
+           elt.style.display = "inline";
+         }
+       }
+      }
+    }
+  }
+</script>
   </head>
   <body>
     <!--#include virtual="menubar.shtml" -->
     <div class="main">
       <h1>Matita Documentation</h1>
-      <h2>User manual</h2>
-      <p>
-      We are working on the user manual of Matita. The current status is
-      available in our
-      <a href="http://helm.cs.unibo.it/websvn/listing.php?repname=helm&amp;path=%2F&amp;sc=0">svn repository</a>
-      in the
-      <a href="http://helm.cs.unibo.it/websvn/listing.php?repname=helm&amp;path=%2Ftrunk%2Fhelm%2Fsoftware%2Fmatita%2Fhelp%2FC%2F&amp;rev=0&amp;sc=0"><kbd>matita/help</kbd> directory</a>
-      (in <a href="http://www.oasis-open.org/docbook/">DocBook</a> format)
+
+      <h2>User Manual<a name="manual"></a></h2>
+
+      <p> The Matita User Manual is accessible from Matita itself via the
+      <a href="http://developer.gnome.org/arch/doc/help.html">GNOME Help
+       System</a>, just hit <kbd>&lt;F1&gt;</kbd> while running Matita and it
+      will be shown to you. </p>
+
+      <p> Alternatively you can browse it in
+      <!--<a href="http://www.w3.org/TR/xhtml1/">-->XHTML<!--</a>--> format:
+      </p>
+      <ul>
+       <li> <a href="docs/manual/html">Matita User Manual (XHTML format, multiple pages)</a>
+       </li>
+      </ul>
+
+      <p> The source code of the user manual (in <a
+       href="http://www.oasis-open.org/docbook/">DocBook</a> format) is
+      available from our repository, in the
+      <a
+       href="http://helm.cs.unibo.it/websvn/listing.php?repname=helm&amp;path=%2Ftrunk%2Fmatita%2Fmatita%2Fhelp%2FC%2F&#a984ecdd087e75087ba2f4b21276224c4">matita/help/C/</a> folder. </p>
+
+<!-- XXX: OUTDATED (WR)
+
+      <h2>Tutorials<a name="tutorial"></a></h2>
+
+      <p>A not so short <a href="FILES/matita-tut.pdf">tutorial</a> by 
+      A.Asperti, discussing some basic notions of number theory, for
+      the stable version of Matita.</p>
+
+      <p>A <a href="docs/tutorial/igft.html">tutorial</a> by E.Tassi based on
+      the formalization of the paper "Between formal topology and game theory:
+      an explicit solution for the conditions for an inductive generation of
+      formal topologies" by S.Berardi and S.Valentini. The tutorial describes
+      the ng version of Matita (not officially released yet, cohexisting with
+      the stable system in version 0.5.8). If some characters are not displayed
+      correctly (i.e. you are not using firefox) you may try the 
+      <a href="docs/tutorial/igft.pdf">pdf version</a>.
       </p>
+
+
+      <h2>Exercises<a name="exercises"></a></h2>
+
+      <p>Some commented <a href="FILES/matita-ex.pdf">exercises</a> given at the 
+      <a href="http://typessummerschool07.cs.unibo.it">types summer school 2007</a>
+      by C.Sacerdoti and E.Tassi.
+      </p>
+      -->
+
+      <h2>Publications</h2>
+      <!--#include virtual="papers.shtml" -->
+
+      <!-- XXX: OUTDATED (WR)
+      <h2>Large Developments</h2>
+      include virtual="theses.shtml"
+      -->
+
+      <!--#include virtual="bottombar.shtml" -->
     </div>
-    <!--#include virtual="bottombar.shtml" -->
   </body>
+
 </html>
-<!-- $Id$ -->