]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/www/matita/matita.shtml
added mention of the two mailing lists we have
[helm.git] / helm / www / matita / matita.shtml
index ecb47af32b0b0d8b410fabf54635f19f969ab4cb..30830764c887d54ad30445ca868b9770ce19ab05 100644 (file)
@@ -1,3 +1,4 @@
+<!-- $Id$ -->
 <!--#include virtual="xhtml-header.shtml" -->
 <html>
   <head>
     <div class="main">
 
       <div class="topimage">
-       <img src="images/matita-text-big.png" />
+       <img src="images/matita-text-big.png" alt="Big Matita label" />
       </div>
 
       <p> Matita is a new document-centric interactive theorem prover that
       integrates several <a href="http://www.mkm-ig.org">Mathematical Knowledge
        Management</a> tools and techniques. </p>
 
-      <p> Matita is <strong>traditional</strong>. Its logical foundation is the
+      <p>
+      <span class="screenshots">
+       <a class="quiet" href="images/screenshot-matita.png">
+         <img src="images/MINI_screenshot-matita.png" alt="Matita screenshot: authoring interface" />
+       </a>
+      </span>
+      Matita is <strong>traditional</strong>. Its logical foundation is the
       Calculus of (Co)Inductive Constructions (CIC). It can re-use
       mathematical concepts produced by other proof assistants like
       <a href="http://coq.inria.fr">Coq</a> and encoded in an
       proof language is procedural in the same spirit of LCF. </p>
 
       <p> Matita is <strong>innovative</strong>: </p>
-      <ul class="wide">
+      <ul>
 
-       <li> the user interface sports high quality bidimensional rendering of
-       proofs and formulae transformed on-the-fly to
-       <a href="http://www.w3.org/Math/">MathML</a> markup, on which direct
-       manipulation of the underlying CIC terms is still possible; </li>
+       <li>
+       <p>
+       <span class="screenshots">
+         <a class="quiet" href="images/screenshot-matita-href.png">
+           <img src="images/MINI_screenshot-matita-href.png" alt="Matita screenshot: hyperlinks" />
+         </a>
+         <a class="quiet" href="images/screenshot-matita-selection.png">
+           <img src="images/MINI_screenshot-matita-selection.png" alt="Matita screenshot: direct manipulation" />
+         </a>
+       </span>
+       the user interface sports high quality bidimensional rendering of
+       proofs and formulae transformed on-the-fly to <a
+         href="http://www.w3.org/Math/">MathML</a> markup, on which direct
+       manipulation of the underlying CIC terms is still possible;
+       </p>
+       </li>
 
-       <li> the knowledge base is distributed: every authored concepts can be
-       published becoming part of the Matita library which can be browsed as
-       an hypertext (locally or on the World Wide Web) and searched by means
-       of content-based queries; </li>
+       <li>
+       <p>
+       <span class="screenshots">
+         <a class="quiet" href="images/screenshot-cicbrowser-browsing.png">
+           <img src="images/MINI_screenshot-cicbrowser-browsing.png" alt="Matita screenshot: library browsing" />
+         </a>
+         <a class="quiet" href="images/screenshot-cicbrowser-query.png">
+           <img src="images/MINI_screenshot-cicbrowser-query.png" alt="Matita screenshot: Whelp query" />
+         </a>
+         <!--
+         <a class="quiet" href="images/screenshot-cicbrowser-proof.png">
+           <img src="images/MINI_screenshot-cicbrowser-proof.png" alt="Matita screenshot: proof rendering" />
+         </a>
+         -->
+       </span>
+       the knowledge base is distributed: every authored concepts can be
+       published becoming part of the Matita library which can be <a
+         href="http://helm.cs.unibo.it/browse/">browsed as an hypertext</a>
+       (locally or on the World Wide Web) and <a
+         href="http://helm.cs.unibo.it/whelp/"> searched by means of
+         content-based queries</a>; </p>
+       </li>
 
-       <li> the tactical language, part of the proof language, has
+       <li>
+       <p>
+       <span class="screenshots">
+         <a class="quiet" href="images/screenshot-tinycals.png">
+           <img src="images/MINI_screenshot-tinycals.png" alt="Matita screenshot: tinycals" />
+         </a>
+       </span>
+       the tactical language, part of the proof language, has
        step-by-step semantics, enabling inspection and replaying of deeply
-       structured proof scripts. </li>
+       structured proof scripts. </p>
+       </li>
 
       </ul>
 
@@ -48,4 +93,3 @@
     </div>
   </body>
 </html>
-<!-- $Id$ -->