of them, we apologize for whom we forgot to mention.
</p>
- <h2>Current team members</h2>
+ <h2>People<a name="people"></a></h2>
+ <h3>Current team members</h3>
<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/~zacchiro/">Stefano Zacchiroli</a> - PhD Student</li>
</ul>
- <h2>Former members</h2>
+ <h3>Former members</h3>
<ul class="wide">
<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>
<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
<div class="main">
<h1>Download Matita!</h1>
- <h2>Releases</h2>
+ <h2>Releases<a name="releases"></a></h2>
Matita has no official releases yet.
- <h2>License</h2>
+ <h2>License<a name="license"></a></h2>
All our source code is released under the terms of the <a
href="http://www.gnu.org/licenses/gpl.html">GNU General Public
Licence</a> and is publically accessible on our <a
href="http://subversion.tigris.org">Subversion</a> repository.
- <h2>Subversion repository</h2>
+ <h2>Subversion repository<a name="repo"></a></h2>
<p>
You can <a href="http://helm.cs.unibo.it/websvn/listing.php?repname=helm&path=%2F&sc=0">browse our svn repository</a> directly on the web.
</p>
</head>
<body>
<!--#include virtual="menubar.shtml" -->
+ <!--#include virtual="news.shtml" -->
<div class="main">
<div class="topimage">
<!-- $Id$ -->
+
<div class="menu">
<a class="quiet" href="index.shtml">
<img src="images/matita-small.png" alt="Small Matita logo" />
<li> <a href="download.shtml">Download</a> </li>
</ul>
</div>
+
--- /dev/null
+<!-- $Id$ -->
+
+<div class="news">
+ <strong>News:</strong>
+ <ul>
+ <li> <span class="date">14 Jun 2006</span><br />
+ <a href="community.shtml#lists">mailing lists</a> for Matita are now
+ available
+ </li>
+ </ul>
+</div>
+
padding-left:20px;
}
+div.news {
+ position: absolute;
+ top: 20px;
+ left: 830px;
+ font-size: 10pt;
+ width: 100px;
+ background: #eaeaea;
+ padding: 10px;
+}
+
/* site-wide typesetting */
body {
background-color: #ecf6f9;
}
+/* news */
+
+div.news ul {
+ padding-left: 0px;
+ list-style: inside;
+}
+
+div.news span.date {
+ font-style: italic;
+}
+
/* fancy classes */
samp.tiny {