]> matita.cs.unibo.it Git - helm.git/commitdiff
- added a real-life index page
authorStefano Zacchiroli <zack@upsilon.cc>
Fri, 9 Jun 2006 23:52:36 +0000 (23:52 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Fri, 9 Jun 2006 23:52:36 +0000 (23:52 +0000)
- removed the label 'matita' on the top-left logo
- added a big 'matita' label for the index page
- factorized common stuff that goes inside <head> in a new SSI

13 files changed:
helm/www/matita/community.shtml
helm/www/matita/development.shtml
helm/www/matita/documentation.shtml
helm/www/matita/download.shtml
helm/www/matita/images/matita-small.png
helm/www/matita/images/matita-text-big.png [new file with mode: 0644]
helm/www/matita/images/matita-w-text-big.png [new file with mode: 0644]
helm/www/matita/images/matita-w-text-small.png [new file with mode: 0644]
helm/www/matita/matita.shtml
helm/www/matita/menubar.shtml
helm/www/matita/splash.shtml [new file with mode: 0644]
helm/www/matita/style.css
helm/www/matita/xhtml-meta.shtml [new file with mode: 0644]

index 1dfd479fa01a125f474db291c6a1240b2785827b..16e029f73cbf94f4a7f7194bde7e6916b395667e 100644 (file)
@@ -1,8 +1,8 @@
 <!--#include virtual="xhtml-header.shtml" -->
 <html>
   <head>
-    <title>Matita home page - community</title>
-    <link type="text/css" rel="stylesheet" href="style.css"/>
+    <title>Matita - Community</title>
+    <!--#include virtual="xhtml-meta.shtml" -->
   </head>
   <body>
     <!--#include virtual="menubar.shtml" -->
index 193be32a01097147997be02324c3b018605b4da8..829e4713d4c7825984c28ee03bf271ae4ac29356 100644 (file)
@@ -1,12 +1,13 @@
 <!--#include virtual="xhtml-header.shtml" -->
 <html>
   <head>
-    <title>Matita home page - developers</title>
-    <link type="text/css" rel="stylesheet" href="style.css"/>
+    <title>Matita - Development</title>
+    <!--#include virtual="xhtml-meta.shtml" -->
   </head>
   <body>
     <!--#include virtual="menubar.shtml" -->
     <div class="main">
+
       <h1>Matita Development</h1>
       <p>
       The origins of Matita go back to 1999 and are intertwined with the
@@ -15,8 +16,9 @@
       Matita what it looks today. In this page we tried to summarize all
       of them, we apologize for whom we forgot to mention.
       </p>
+
       <h2>Current team members</h2>
-      <ul>
+      <ul class="wide">
        <li><a href="http://www.cs.unibo.it/~asperti/">Andrea Asperti</a> - Full Professor</li>
        <li><a href="http://www.cs.unibo.it/~sacerdot/">Claudio Sacerdoti Coen</a> - Lecturer </li>
        <li><a href="http://www.cs.unibo.it/~tassi/">Enrico Tassi</a> - PhD Student</li>
@@ -24,7 +26,7 @@
       </ul>
 
       <h2>Former members</h2>
-      <ul>
+      <ul class="wide">
        <li><a href="http://www.cs.unibo.it/~fguidi/">Ferruccio Guidi</a> - PhD</li>
        <li><a href="http://www.sti.uniurb.it/padovani/">Luca Padovani</a> - Lecturer</li>
        <li><a href="http://www.cs.unibo.it/~schena/">Irene Schena</a> - PhD</li>
@@ -34,7 +36,7 @@
        <li>Matteo Selmi - Master Student</li>
        <li>Vincenzo Tamburrelli - Master Student</li>
       </ul>
-      </p>
+
       <!--#include virtual="bottombar.shtml" -->
     </div>
   </body>
index 7718cf4ccbb7ec0a98623bbc4feaaa17603d7c81..2935201435f44735047156c8905b8169ee3e6835 100644 (file)
@@ -1,8 +1,8 @@
 <!--#include virtual="xhtml-header.shtml" -->
 <html>
   <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" -->
   </head>
   <body>
     <!--#include virtual="menubar.shtml" -->
index 94ec8dc6a8c627afeaac2823c6970d9e7c52a6aa..b992b2694e138cee8e33ca6cb70931f2f12c68fa 100644 (file)
@@ -1,8 +1,8 @@
 <!--#include virtual="xhtml-header.shtml" -->
 <html>
   <head>
-    <title>Matita home page - download</title>
-    <link type="text/css" rel="stylesheet" href="style.css"/>
+    <title>Matita - Download</title>
+    <!--#include virtual="xhtml-meta.shtml" -->
   </head>
   <body>
     <!--#include virtual="menubar.shtml" -->
index f6a234f2a6aac93a0ee707ad6179e54f4a2fe9a4..15b5ac691a5c3217d73e3823b200bac49e536014 100644 (file)
Binary files a/helm/www/matita/images/matita-small.png and b/helm/www/matita/images/matita-small.png differ
diff --git a/helm/www/matita/images/matita-text-big.png b/helm/www/matita/images/matita-text-big.png
new file mode 100644 (file)
index 0000000..b76d874
Binary files /dev/null and b/helm/www/matita/images/matita-text-big.png differ
diff --git a/helm/www/matita/images/matita-w-text-big.png b/helm/www/matita/images/matita-w-text-big.png
new file mode 100644 (file)
index 0000000..f7e8a5e
Binary files /dev/null and b/helm/www/matita/images/matita-w-text-big.png differ
diff --git a/helm/www/matita/images/matita-w-text-small.png b/helm/www/matita/images/matita-w-text-small.png
new file mode 100644 (file)
index 0000000..f6a234f
Binary files /dev/null and b/helm/www/matita/images/matita-w-text-small.png differ
index 6ef651759f927bbb6380f4eb7fb0e021e2a838a4..3a69a1d72391240af5eebad3ecfb769fd00001e8 100644 (file)
@@ -1,66 +1,51 @@
 <!--#include virtual="xhtml-header.shtml" -->
 <html>
- <head>
-  <title>Matita home page</title>
- </head>
- <style>
-  a {text-decoration:none}
-  img.invisible { display: none; }
+  <head>
+    <title>Matita - Home Page</title>
+    <!--#include virtual="xhtml-meta.shtml" -->
+  </head>
+  <body>
+    <!--#include virtual="menubar.shtml" -->
+    <div class="main">
 
-  dl#matitaMap {
-       margin-left:auto;
-       margin-right:auto;
-       margin-top:50px;
-       padding: 0;
-       background: url(images/matita.png) top left no-repeat;
-       height: 590px;
-       width: 485px; 
-       position: relative;
-  }
-  
-  dt{ margin: 0; padding: 0; position: absolute; font-size: 85%; display: none; }
-  dd{ margin: 0; padding: 0; position: absolute;  font-size: 85%; }
-  
-  dd#developersDef{ top: 206px; left: 30px; }
-  dd#developersDef a{ position: absolute; width: 426px; height: 70px; text-decoration: none; }
-  dd#developersDef a span{ display: none; }
-  dd#developersDef a:hover{ position: absolute; background: transparent url(images/bg0.png) ; top: 0px}
-  
-  dd#documentationDef{ top: 277px; left: 30px; }
-  dd#documentationDef a{ position: absolute; width: 426px; height: 70px; text-decoration: none; }
-  dd#documentationDef a span{ display: none; }
-  dd#documentationDef a:hover{ position: absolute; background: transparent url(images/bg1.png) ; top: 0px}
-  
-  dd#communityDef{ top: 348px; left: 30px; }
-  dd#communityDef a{ position: absolute; width: 426px; height: 70px; text-decoration: none; }
-  dd#communityDef a span{ display: none; }
-  dd#communityDef a:hover{ position: absolute; background: transparent url(images/bg2.png) ; top: 0px}
-  
-  dd#downloadDef{ top: 419px; left: 30px; }
-  dd#downloadDef a{ position: absolute; width: 426px; height: 70px; text-decoration: none; }
-  dd#downloadDef a span{ display: none; }
-  dd#downloadDef a:hover{ position: absolute; background: transparent url(images/bg3.png) ; top: 0px}
+      <div class="topimage">
+       <img src="images/matita-text-big.png" />
+      </div>
 
- div#ex {margin-left:auto; margin-right:auto}
- </style>
+      <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>
 
-  <body>
+      <p> Matita is <strong>traditional</strong>. Its logical foundation is the
+      Calculus of (Co)Inductive Constructions (CIC), and it can re-use
+      mathematical concepts produced by other proof assistants like
+      <a href="http://coq.inria.fr">Coq</a> and encoded in an
+      <a href="http://www.w3.org/XML/">XML</a> dialect. The interaction
+      paradigm of Matita is well known, having been inspired by
+      <a href="http://proofgeneral.inf.ed.ac.uk/">Proof General</a>, and its
+      proof language is procedural in the same spirit of LCF. </p>
+
+      <p> Matita is <strong>innovative</strong>: </p>
+      <ul class="wide">
+
+       <li> its user interface sports high quality bidimensional rendering of
+       proofs and formulae exploiting
+       <a href="http://www.w3.org/Math/">MathML</a> markup, equipped with
+       direct manipulation of the underlying CIC terms; </li>
+
+       <li> its library is distributed: every authored concepts can be
+       published and become 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> the tactical language, part of the proof language, has
+       step-by-step semantics, enabling inspection and replaying of deeply
+       structured proof scripts </li>
 
-<div id="ex" >
-<img src="images/matita.png" width="485" height="590" border="0" class="invisible" />
+      </ul>
 
-    <dl id="matitaMap">
-     <dt id="developers">1. Developers</dt>
-     <dd id="developersDef"><a href="development.shtml"></a></dd>
-     <dt id="documentation">2. Documentation</dt>
-     <dd id="documentationDef"><a href="documentation.shtml"></a></dd>
-     <dt id="community">3. Community</dt>
-     <dd id="communityDef"><a href="community.shtml"></a></dd>
-     <dt id="download">4. Download</dt>
-     <dd id="downloadDef"><a href="download.shtml"></a></dd>
-    </dl>
-    <div>
-  
+      <!--#include virtual="bottombar.shtml" -->
+    </div>
   </body>
 </html>
 <!-- $Id$ -->
index 8e0043a49a4bc51a53ed16805d71b7b9fbf063f9..62e98c212d6bc81000e107c430d2bc7946342fa4 100644 (file)
@@ -1,5 +1,4 @@
 <div class="menu">  
-  <!--<img src="http://matita.cs.unibo.it/images/matita-small.png" />-->
   <ul>
     <li> <a href="index.shtml">Matita Home</a> </li>
     <li> <a href="documentation.shtml">Documentation</a> </li>
diff --git a/helm/www/matita/splash.shtml b/helm/www/matita/splash.shtml
new file mode 100644 (file)
index 0000000..9161ad5
--- /dev/null
@@ -0,0 +1,66 @@
+<!--#include virtual="xhtml-header.shtml" -->
+<html>
+ <head>
+  <title>Matita - Splash</title>
+ </head>
+ <style>
+  a {text-decoration:none}
+  img.invisible { display: none; }
+
+  dl#matitaMap {
+       margin-left:auto;
+       margin-right:auto;
+       margin-top:50px;
+       padding: 0;
+       background: url(images/matita.png) top left no-repeat;
+       height: 590px;
+       width: 485px; 
+       position: relative;
+  }
+  
+  dt{ margin: 0; padding: 0; position: absolute; font-size: 85%; display: none; }
+  dd{ margin: 0; padding: 0; position: absolute;  font-size: 85%; }
+  
+  dd#developersDef{ top: 206px; left: 30px; }
+  dd#developersDef a{ position: absolute; width: 426px; height: 70px; text-decoration: none; }
+  dd#developersDef a span{ display: none; }
+  dd#developersDef a:hover{ position: absolute; background: transparent url(images/bg0.png) ; top: 0px}
+  
+  dd#documentationDef{ top: 277px; left: 30px; }
+  dd#documentationDef a{ position: absolute; width: 426px; height: 70px; text-decoration: none; }
+  dd#documentationDef a span{ display: none; }
+  dd#documentationDef a:hover{ position: absolute; background: transparent url(images/bg1.png) ; top: 0px}
+  
+  dd#communityDef{ top: 348px; left: 30px; }
+  dd#communityDef a{ position: absolute; width: 426px; height: 70px; text-decoration: none; }
+  dd#communityDef a span{ display: none; }
+  dd#communityDef a:hover{ position: absolute; background: transparent url(images/bg2.png) ; top: 0px}
+  
+  dd#downloadDef{ top: 419px; left: 30px; }
+  dd#downloadDef a{ position: absolute; width: 426px; height: 70px; text-decoration: none; }
+  dd#downloadDef a span{ display: none; }
+  dd#downloadDef a:hover{ position: absolute; background: transparent url(images/bg3.png) ; top: 0px}
+
+ div#ex {margin-left:auto; margin-right:auto}
+ </style>
+
+  <body>
+
+<div id="ex" >
+<img src="images/matita.png" width="485" height="590" border="0" class="invisible" />
+
+    <dl id="matitaMap">
+     <dt id="developers">1. Developers</dt>
+     <dd id="developersDef"><a href="development.shtml"></a></dd>
+     <dt id="documentation">2. Documentation</dt>
+     <dd id="documentationDef"><a href="documentation.shtml"></a></dd>
+     <dt id="community">3. Community</dt>
+     <dd id="communityDef"><a href="community.shtml"></a></dd>
+     <dt id="download">4. Download</dt>
+     <dd id="downloadDef"><a href="download.shtml"></a></dd>
+    </dl>
+    <div>
+  
+  </body>
+</html>
+<!-- $Id$ -->
index 67b4cf03ba3db550d0ca236242b59c0b1d10a7d8..3f36a507ea62859c231d886dd1c0ee6ba8cc7e9a 100644 (file)
@@ -36,10 +36,21 @@ div.main h4 {
   color: #808080;
 }
 
-p {
+ul {
+  list-style-type: square;
 }
 
-ul {
+div.menu {
+  position: absolute;
+  left: 0px;
+  width: 150px;
+  padding-top: 110px;
+  background: url(images/matita-small.png);
+  background-repeat: no-repeat;
+  background-position: 1cm top;
+}
+
+div.menu ul {
   list-style-type: none;
 }
 
@@ -63,6 +74,10 @@ a.menu:hover {
   background-color: #ecf6f9;
 }
 
+ul.wide li {
+  padding-bottom: 5px;
+}
+
 a {
   margin: 2px;
   color: #591622;
@@ -74,16 +89,6 @@ a:hover {
   background-color: #ecf6f9;
 }
 
-div.menu {
-  position: absolute;
-  left: 0px;
-  width: 150px;
-  padding-top: 140px;
-  background: url(images/matita-small.png);
-  background-repeat: no-repeat;
-  background-position: 1cm top;
-}
-
 div.main {
   position: absolute;
   top: 0px;
@@ -91,6 +96,15 @@ div.main {
   width: 650px;
 }
 
+.center {
+  text-align: center;
+}
+
+div.topimage {
+  text-align: center;
+  padding-top: 14px;
+}
+
 div.bottombar {
   display: block;
   width: auto;
@@ -122,3 +136,10 @@ pre.code {
   font-size: 95%;
 }
 
+div.logo {
+  background: url(images/matita-big.png);
+  background-repeat: no-repeat;
+  background-position: center top;
+  height: 600px;
+}
+
diff --git a/helm/www/matita/xhtml-meta.shtml b/helm/www/matita/xhtml-meta.shtml
new file mode 100644 (file)
index 0000000..ebed9ee
--- /dev/null
@@ -0,0 +1 @@
+    <link type="text/css" rel="stylesheet" href="style.css"/>