Author: ehuelsmann Date: Tue May 8 17:53:57 2007 New Revision: 233
Modified: public_html/index.shtml Log: Update project homepage with latest project status.
Modified: public_html/index.shtml ============================================================================== --- public_html/index.shtml (original) +++ public_html/index.shtml Tue May 8 17:53:57 2007 @@ -32,6 +32,10 @@ <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> + +<p>See the documentation page for the <a href="./api-docs.shtml">API description</a>.</p> + <h2>Supported implementations</h2>
<p>Currently these implementations are supported:</p> @@ -39,10 +43,10 @@ <ul> <li>SBCL</li> <li>CMUCL</li> - <li>Armedbear (newer than 0.0.9)</li> + <li>Armedbear (0.0.10 and up)</li> <li>clisp</li> <li>Allegro</li> - <li>LispWorks</li> + <li>LispWorks (5.0 and up)</li> <li>OpenMCL</li> <li>ECL</li> <li>Scieneer</li> @@ -101,9 +105,6 @@ current state of development. </p>
- <p><i>Now that common-lisp.net supports Trac, the future part of the - table below may be moved there in the near future.</i></p> - <table rules="all" border="1" cellpadding="3"> <caption style="font-weight:bold;font-size:large">Status for the currently targeted backends</caption> <thead class="roadmap-head"> @@ -223,7 +224,7 @@ <td>Implementation test-suite status</td> <td class="PASS">PASS</td> <td class="PASS">PASS</td> - <td title="Recent CVS only" class="PASS">pass</td> + <td class="PASS">PASS</td> <td class="PASS">PASS</td> <td class="PASS">PASS</td> <td class="PASS">PASS</td> @@ -270,10 +271,22 @@ <td class="TODO">TODO</td> </tr> <tr> - <td rowspan="2">Implement more uncommon api calls - for tcp streams.</td> - <td>send, recv</td> + <td rowspan="2">Implement efficient waiting for multiple sockets + in one function call (select() like behaviour).</td> + <td>Investigate interfaces provided</td>
+ <td class="WIP">WIP</td> + <td class="WIP">WIP</td> + <td class="WIP">WIP</td> + <td class="WIP">WIP</td> + <td class="WIP">WIP</td> + <td class="WIP">WIP</td> + <td class="WIP">WIP</td> + <td class="WIP">WIP</td> + <td class="WIP">WIP</td> + </tr> + <tr> + <td>Implement wait-for-input api.</td> <td class="TODO">TODO</td> <td class="TODO">TODO</td> <td class="TODO">TODO</td> @@ -285,7 +298,10 @@ <td class="TODO">TODO</td> </tr> <tr> - <td>shutdown</td> + <td rowspan="2">Implement more uncommon api calls + for tcp streams.</td> + <td>send, recv</td> + <td class="TODO">TODO</td> <td class="TODO">TODO</td> <td class="TODO">TODO</td> @@ -297,9 +313,7 @@ <td class="TODO">TODO</td> </tr> <tr> - <td>Implement udp socket support.</td> - <td>Investigate API's provided and build on top of that - (or custom ffi).</td> + <td>shutdown</td> <td class="TODO">TODO</td> <td class="TODO">TODO</td> <td class="TODO">TODO</td> @@ -310,6 +324,20 @@ <td class="TODO">TODO</td> <td class="TODO">TODO</td> </tr> + <tr> + <td>Implement udp socket support.</td> + <td>Investigate API's provided and build on top of that + (or custom ffi).</td> + <td class="WIP">WIP</td> + <td class="WIP">WIP</td> + <td class="WIP">WIP</td> + <td class="WIP">WIP</td> + <td class="WIP">WIP</td> + <td class="WIP">WIP</td> + <td class="WIP">WIP</td> + <td class="WIP">WIP</td> + <td class="WIP">WIP</td> + </tr> </tbody> </table> </div>