]> matita.cs.unibo.it Git - helm.git/commitdiff
- escaped "&" in URLs so that all pages are now XHTML 1.0 Strict valid
authorStefano Zacchiroli <zack@upsilon.cc>
Mon, 6 Feb 2006 18:08:54 +0000 (18:08 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Mon, 6 Feb 2006 18:08:54 +0000 (18:08 +0000)
- expanded a bit the "nothing to see here" concept in the matita web pages

helm/www/matita/community.shtml
helm/www/matita/developers.shtml
helm/www/matita/documentation.shtml
helm/www/matita/download.shtml
helm/www/matita/style.css

index 8d284de031b5fc9972a3a1a83ecbb71e793c19b1..b525e47f6d9004d654a46dca1ce2c435f5b6fcd5 100644 (file)
@@ -8,7 +8,12 @@
     <!--#include virtual="menubar.shtml" -->
     <h1><span class="h1">Miki</span></h1>
     <p>
-    Miki is not yet ready...
+    We are currently developing
+    <a href="http://en.wikipedia.org/wiki/Wiki">Wiki</a>-like
+    technologies to support collaborative development of the Matita
+    library, encouraging people to expand, modify and elaborate previous
+    contributions. <em>"Miki: a formal Mathematics wIKI"</em> is the
+    codename of the effort.
     </p>
     <!--#include virtual="bottombar.shtml" -->
   </body>
index 6b954b74da4957c9f1b8aac7bc556621acb87bca..ffdf7616c18b7452c8b2ff865210a8add35ea431 100644 (file)
@@ -6,6 +6,13 @@
   </head>
   <body>
     <!--#include virtual="menubar.shtml" -->
+    <p>
+    The origin of Matita go back to 1999 and are intertwined with the
+    <a href="http://helm.cs.unibo.it">HELM Project</a>. Since then, a
+    lot of people contributed both ideas and source code that have made
+    Matita what it looks today. In this page we tried to summarize all
+    of them, we apologize for whom we forgot to mention.
+    </p>
     <h1><span class="h1">Current team members</span></h1>
     <ul>
       <li><a href="http://www.cs.unibo.it/~asperti/">Andrea Asperti</a> - Full Professor</li>
index 3046178a3f3565568a960b34ce3bd5c00127fb98..8062a8b88bda0a941e5689c52e9bd537f17c9bce 100644 (file)
@@ -8,7 +8,12 @@
     <!--#include virtual="menubar.shtml" -->
     <h1><span class="h1">User manual</span></h1>
     <p>
-    Please be patient...
+    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)
     </p>
     <!--#include virtual="bottombar.shtml" -->
   </body>
index eff02c81bdcad00728313c38f0524b7cbb87384d..30b26f672471952a05495ed720f14a1707386592 100644 (file)
@@ -8,12 +8,16 @@
     <!--#include virtual="menubar.shtml" -->
     <h1><span class="h1">Sources</span></h1>
     <p>
-    Since there is no official release, you can browse the
-    <a href="http://helm.cs.unibo.it/websvn/listing.php?repname=helm&path=%2F&sc=0">svn repository</a>
-    and get the sources of
-    <a href="http://helm.cs.unibo.it/websvn/listing.php?repname=helm&path=%2Ftrunk%2Fhelm%2Fsoftware%2Fcomponents%2F&rev=0&sc=0">components/</a>
-    and
-    <a href="http://helm.cs.unibo.it/websvn/listing.php?repname=helm&path=%2Ftrunk%2Fhelm%2Fsoftware%2Fmatita%2F&rev=0&sc=0">matita/</a>.
+    Matita has no officiale releases yet.
+    Still, you can get and build Matita from sources.
+    All our source code is released under the terms of the GNU General
+    Public Licence and is publically accessible on our
+    <a href="http://helm.cs.unibo.it/websvn/listing.php?repname=helm&amp;path=%2F&amp;sc=0">svn repository</a>.
+    Go there and download the tarball of the
+    <a href="http://helm.cs.unibo.it/websvn/listing.php?repname=helm&amp;path=%2Ftrunk%2Fhelm%2Fsoftware%2Fcomponents%2F&amp;rev=0&amp;sc=0"><kbd>components/</kbd></a>
+    on which Matita is built and of
+    <a href="http://helm.cs.unibo.it/websvn/listing.php?repname=helm&amp;path=%2Ftrunk%2Fhelm%2Fsoftware%2Fmatita%2F&amp;rev=0&amp;sc=0"><kbd>matita/</kbd></a>
+    itself.
     </p>
     <!--#include virtual="bottombar.shtml" -->
   </body>
index 8c4a95c4181f42555d16650cbb9ad046c7c056c7..a5898e43f3aafbeef1e299ac6c206eb724db3dd3 100644 (file)
@@ -3,7 +3,8 @@ body {
   font-size: 12pt;
   background-image: url(images/sheetbg.png);
   background-repeat: repeat;
-  margin-left: 20px;
+  margin-left: 7%;
+  margin-right: 7%;
 }
 
 span.h1 {
@@ -20,14 +21,14 @@ span.h1 {
   border-color: #cb8080;
 
   margin-right: auto;
-  margin-left: 10%;
+/*   margin-left: 10%; */
 }
 
 p {
-  margin-left:10%;
+/*   margin-left:10%; */
 }
 ul {
-  margin-left:10%;
+/*   margin-left:10%; */
   list-style-type: none;
 }
 
@@ -47,7 +48,7 @@ a.upmenu {
   border-right-width: 0px;
   border-style: solid;
 
-  margin-left:20px;
+/*   margin-left:20px; */
   margin-right:20px;
 }
 
@@ -93,8 +94,6 @@ div.bottombar {
   width: auto;
   text-align:right;
   margin-top: 40px;
-  margin-right: 40px;
-
 }
 
 div.uplined {