[usocket-cvs] r99 - public_html

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Thu Feb 16 19:46:03 UTC 2006


Author: ehuelsmann
Date: Thu Feb 16 13:46:01 2006
New Revision: 99

Modified:
   public_html/index.shtml
Log:
Update website with changed repository structure.

Modified: public_html/index.shtml
==============================================================================
--- public_html/index.shtml	(original)
+++ public_html/index.shtml	Thu Feb 16 13:46:01 2006
@@ -75,13 +75,13 @@
     <tr>
       <th></th>
       <th>Minor steps</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><a href="http://common-lisp.net/websvn/filedetails.php?repname=usocket&path=%2Fusocket%2Ftrunk%2Fdoc%2Fabcl-socket.txt&rev=0&sc=0">ABCL</a></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>
+      <th><a href="http://common-lisp.net/websvn/filedetails.php?repname=usocket&path=%2Fusocket%2Ftrunk%2Fnotes%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%2Fnotes%2Fcmucl-sockets.txt&rev=0&sc=0">CMUCL</a></th>
+      <th><a href="http://common-lisp.net/websvn/filedetails.php?repname=usocket&path=%2Fusocket%2Ftrunk%2Fnotes%2Fabcl-socket.txt&rev=0&sc=0">ABCL</a></th>
+      <th><a href="http://common-lisp.net/websvn/filedetails.php?repname=usocket&path=%2Fusocket%2Ftrunk%2Fnotes%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%2Fnotes%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%2Fnotes%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%2Fnotes%2Fopenmcl-sockets.txt&rev=0&sc=0">OpenMCL</a></th>
     </tr>
   </thead>
   <tbody>
@@ -90,7 +90,8 @@
           at the same level as provided by
           <a href="http://cliki.net/trivial-sockets">trivial-sockets</a>.<br />
           (Meaning streamed tcp traffic on connected sockets.)</td>
-      <td>Investigate interfaces provided.</td>
+      <td><a href="http://common-lisp.net/websvn/filedetails.php?repname=usocket&path=%2Fusocket%2Ftrunk%2Fnotes%2Factive-sockets-apis.txt&rev=0&sc=0"
+      >Investigate interfaces provided.</a></td>
       <td class="DONE">DONE</td> <!-- SBCL -->
       <td class="DONE">DONE</td> <!-- CMUCL -->
       <td class="DONE">DONE</td> <!-- ABCL -->
@@ -143,7 +144,8 @@
     <tr>
       <td rowspan="2">Add functions to retrieve socket properties:<br />
          Local and remote IP address and port.</td>
-      <td>Investigate interfaces provided</td>
+      <td><a href="http://common-lisp.net/websvn/filedetails.php?repname=usocket&path=%2Fusocket%2Ftrunk%2Fnotes%2Faddress-apis.txt&rev=0&sc=0"
+      >Investigate interfaces provided</td>
       <td class="TODO">TODO</td>
       <td class="TODO">TODO</td>
       <td class="TODO">TODO</td>



More information about the usocket-cvs mailing list