[usocket-cvs] r254 - public_html

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Tue May 22 21:38:11 UTC 2007


Author: ehuelsmann
Date: Tue May 22 17:38:08 2007
New Revision: 254

Modified:
   public_html/index.shtml
Log:
Resize the table font and add some references.

Modified: public_html/index.shtml
==============================================================================
--- public_html/index.shtml	(original)
+++ public_html/index.shtml	Tue May 22 17:38:08 2007
@@ -105,7 +105,7 @@
      current state of development.
   </p>
 
-<table rules="all" border="1" cellpadding="3">
+<table rules="all" border="1" cellpadding="3" style="font-size:small">
   <caption style="font-weight:bold;font-size:large">Status for the currently targeted backends</caption>
   <thead class="roadmap-head">
     <tr>
@@ -273,7 +273,8 @@
     <tr>
       <td rowspan="2">Implement efficient waiting for multiple sockets
          in one function call (select() like behaviour).</td>
-      <td>Investigate interfaces provided</td>
+      <td><a href="http://trac.common-lisp.net/usocket/wiki/SocketSelect">
+          Investigate interfaces provided</a></td>
 
       <td class="WIP" title="missing on Win32">WIP</td>
       <td class="DONE">DONE</td>
@@ -325,9 +326,9 @@
       <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 rowspan="2">Implement udp socket support.</td>
+      <td><a href="http://trac.common-lisp.net/usocket/wiki/DatagramSockets">
+          Investigate API's provided</a></td>
       <td class="WIP">WIP</td>
       <td class="WIP">WIP</td>
       <td class="WIP">WIP</td>
@@ -338,6 +339,18 @@
       <td class="WIP">WIP</td>
       <td class="WIP">WIP</td>
     </tr>
+    <tr>
+      <td>Build on top of that (or custom ffi).</td>
+      <td class="TODO">TODO</td>
+      <td class="TODO">TODO</td>
+      <td class="TODO">TODO</td>
+      <td class="TODO">TODO</td>
+      <td class="TODO">TODO</td>
+      <td class="TODO">TODO</td>
+      <td class="TODO">TODO</td>
+      <td class="TODO">TODO</td>
+      <td class="TODO">TODO</td>
+    </tr>
   </tbody>
 </table>
 </div>



More information about the usocket-cvs mailing list