Author: ehuelsmann Date: Sun Jan 29 14:51:41 2006 New Revision: 7
Modified: public_html/index.shtml Log: Update roadmap table.
Modified: public_html/index.shtml ============================================================================== --- public_html/index.shtml (original) +++ public_html/index.shtml Sun Jan 29 14:51:41 2006 @@ -31,17 +31,19 @@ <caption>Roadmap</caption> <thead class="roadmap-head"> <tr> - <th colspan="2">Major steps</th><th colspan="6">Implementations</th> + <th colspan="2">Major steps</th> + <th colspan="7">Socket implementations</th> </tr> <tr> <th></th> <th>Minor steps</th> - <th>SBCL</th> - <th>CMUCL</th> + <th><a href="http://common-lisp.net/websvn/filedetails.php?repname=usocket&path=%2Fusocket%2Ftrunk%2Fdoc%2Fsb-bsd-sockets.txt&rev=0&sc=0">SBCL</a></th> + <th><a href="http://common-lisp.net/websvn/filedetails.php?repname=usocket&path=%2Fusocket%2Ftrunk%2Fdoc%2Fcmucl-sockets.txt&rev=0&sc=0">CMUCL</a></th> <th>ABCL</th> - <th>clisp</th> - <th>Allegro</th> - <th>LispWorks</th> + <th><a href="http://common-lisp.net/websvn/filedetails.php?repname=usocket&path=%2Fusocket%2Ftrunk%2Fdoc%2Fclisp-sockets.txt&rev=0&sc=0">clisp</a></th> + <th><a href="http://common-lisp.net/websvn/filedetails.php?repname=usocket&path=%2Fusocket%2Ftrunk%2Fdoc%2Fallegro-socket.txt&rev=0&sc=0">Allegro</a></th> + <th><a href="http://common-lisp.net/websvn/filedetails.php?repname=usocket&path=%2Fusocket%2Ftrunk%2Fdoc%2Flw-sockets.txt&rev=0&sc=0">LispWorks</a></th> + <th><a href="http://common-lisp.net/websvn/filedetails.php?repname=usocket&path=%2Fusocket%2Ftrunk%2Fdoc%2Fopenmcl-sockets.txt&rev=0&sc=0">OpenMCL</a></th> </tr> </thead> <tbody> @@ -57,6 +59,7 @@ <td class="TODO">TODO</td> <td class="TODO">TODO</td> <td class="TODO">TODO</td> + <td class="TODO">TODO</td> </tr> <tr> <td>Implement active socket support.</td> @@ -66,6 +69,7 @@ <td class="TODO">TODO</td> <td class="TODO">TODO</td> <td class="TODO">TODO</td> + <td class="TODO">TODO</td> </tr> <tr> <td rowspan="2">Add functions to retrieve socket properties.<br /> @@ -77,6 +81,7 @@ <td class="TODO">TODO</td> <td class="TODO">TODO</td> <td class="TODO">TODO</td> + <td class="TODO">TODO</td> </tr> <tr> <td>Implement it.</td> @@ -86,6 +91,7 @@ <td class="TODO">TODO</td> <td class="TODO">TODO</td> <td class="TODO">TODO</td> + <td class="TODO">TODO</td> </tr> <tr> <td rowspan="2">Add support for passive (connection-accepting/server) @@ -97,6 +103,7 @@ <td class="TODO">TODO</td> <td class="TODO">TODO</td> <td class="TODO">TODO</td> + <td class="TODO">TODO</td> </tr> <tr> <td>Implement passive socket support.</td> @@ -106,6 +113,7 @@ <td class="TODO">TODO</td> <td class="TODO">TODO</td> <td class="TODO">TODO</td> + <td class="TODO">TODO</td> </tr> </tbody> </table>