]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/matita/documentation.shtml
many pending modifications were there, now the website at least validates
[helm.git] / helm / www / matita / documentation.shtml
index 6586fc714150193964a8f6941020b06eae4f9e83..0e8f63ae4f2613194344baafa9de544a70dc0901 100644 (file)
@@ -4,13 +4,31 @@
   <head>
     <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>
+      <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
       available from our repository, 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">matita/help/C/</a> folder. </p>
 
-      <!--
-      <h2>Papers</h2>
-      <!+-#include virtual="papers.shtml" -+>
-      -->
+      <h2>Tutorial<a name="tutorial"></a></h2>
+
+      <p>A not so short <a href="FILES/matita-tut.pdf">tutorial</a> by A.Asperti</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" -->
+
+      <h2>Large Developments</h2>
+      <!--#include virtual="theses.shtml" -->
 
       <!--#include virtual="bottombar.shtml" -->
     </div>