Author: ehuelsmann Date: Tue Jun 5 15:26:51 2007 New Revision: 264
Modified: public_html/index.shtml Log: Add index into the page.
Modified: public_html/index.shtml ============================================================================== --- public_html/index.shtml (original) +++ public_html/index.shtml Tue Jun 5 15:26:51 2007 @@ -13,7 +13,18 @@ <h1><!--#include virtual="project-name" --></h1> </div>
-<h2>Goal</h2> +<ul> +<li><a href="#goal">Goal</a></li> +<li><a href="#documentation">Documentation</a></li> +<li><a href="#implementations">Supported implementations</a></li> +<li><a href="#community">Community</a></li> +<li><a href="#development">Development</a></li> +<li><a href="#guarantees">Interface guarantees</a></li> +<li><a href="#releases">Releases</a></li> +<li><a href="#history">Project history</a></li> +</ul> + +<h2><a name="goal">Goal</a></h2>
<p>The project wants to provide a portable TCP/IP (and later on maybe UDP) socket interface for as many Common Lisp implementations as @@ -32,11 +43,11 @@ <p>See the <a href="feature-comparison.shtml">feature comparison</a> with trivial-sockets in order to find out which one you should use.</p>
-<h2>Documentation</h2> +<h2><a name="documentation">Documentation</a></h2>
<p>See the documentation page for the <a href="./api-docs.shtml">API description</a>.</p>
-<h2>Supported implementations</h2> +<h2><a name="implementations">Supported implementations</a></h2>
<p>Currently these implementations are supported:</p>
@@ -57,7 +68,7 @@ <a href="implementation-comparison.shtml">Implementation comparison</a> page.</p>
-<h2>Community</h2> +<h2><a name="community">Community</a></h2>
<p>This project has started Januari 2006. There isn't much of a community yet, though I'd like there to be one. So, you're invited to join @@ -75,7 +86,7 @@
<div class="roadmap"> - <h2>Development</h2> + <h2><a name="development">Development</a></h2>
<p>Development will at least follow the steps outlined below. Yet to be determined is whether the currently mentioned steps will @@ -355,14 +366,14 @@ </table> </div>
-<h2>Interface guarantees</h2> +<h2><a name="guarantees">Interface guarantees</a></h2>
<p>The interfaces currently published in the :export part of the package definition are guaranteed to stay compatible for the entire 0.x lifecycle. Extention in a backward compatible way is ofcourse valid, as is the addition of new interface functions.</p>
-<h2>Releases</h2> +<h2><a name="releases">Releases</a></h2>
<h3>Current release</h3> <p>Releases are uploaded to the <a href="releases/">releases/</a> @@ -371,7 +382,7 @@ <table> <caption>Release history</caption> <tr><th>Date</th><th>Release</th><th>Summary</th></tr> -<tr><td>Jun 05 2007</td> +<tr><td>Jun 05, 2007</td> <td>0.3.3</td> <td>Fix where host resolution routine was unable to resolve would return NIL instead of erroring.</td></tr> @@ -417,7 +428,7 @@
-<h2>Project history</h2> +<h2><a name="history">Project history</a></h2>
<p>Long ago the project was conceived and started by Erik Enge in an attempt to factor out all implementation specific sockets code from