svn commit: samba-web r679 - in trunk/projects: .

deryck at samba.org deryck at samba.org
Thu Jun 2 10:54:51 GMT 2005


Author: deryck
Date: 2005-06-02 10:54:51 +0000 (Thu, 02 Jun 2005)
New Revision: 679

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=679

Log:
XHTML validation fixes.

deryck

Modified:
   trunk/projects/summercode05.html


Changeset:
Modified: trunk/projects/summercode05.html
===================================================================
--- trunk/projects/summercode05.html	2005-06-02 10:47:01 UTC (rev 678)
+++ trunk/projects/summercode05.html	2005-06-02 10:54:51 UTC (rev 679)
@@ -15,11 +15,11 @@
 </div>
 
 <table class="real">
-  <th>Project Infrastructure</th>
+  <tr><th>Project Infrastructure</th></tr>
   <tr><td>Develop a database back end for managing Samba support provider
-      information listed at http://www.samba.org/samba/support/</td></tr>
+    information listed at http://www.samba.org/samba/support/</td></tr>
 
-  <th>Linux CIFS FS</th>
+  <tr><th>Linux CIFS FS</th></tr>
   <tr><td>Create a GUI for managing Linux cifs mounts and
   displaying /proc/fs/cifs statistics and mount status</td></tr>
   <tr><td>Create a common uid mapping mechanism for Linux
@@ -31,26 +31,26 @@
   by completing the D_NOTIFY fcntl mapping to the FindNotify
   mechanism supported by the CIFS protocol</td></tr>
 
-  <th>Samba 3</th>
+  <tr><th>Samba 3</th></tr>
   <tr><td>Implement support for EMF print jobs</td></tr>
   <tr><td>Finish off portions of the PDC&lt;-&gt;BDC SAM replication</td></tr>
   <tr><td>Develop new VFS modules</td></tr>
   <tr><td>Implement an interactive command line remote registry viewer</td></tr>
   <tr><td>Implement administrative log events and log file parsing
-  utilities for smbd, nmbd, & winbindd</td></tr>
+  utilities for smbd, nmbd, &amp; winbindd</td></tr>
   <tr><td>Rewrite smbclient using the libsmbclient API</td></tr>
   <tr><td>Develop more client tools</td></tr>
   <tr><td>Add MS-DFS support to libsmbclient</td></tr>
   <tr><td>Create a tool for monitoring the health of a Samba server</td></tr>
 
-  <th>Samba 4</th>
+  <tr><th>Samba 4</th></tr>
   <tr><td>Implement the DsSync replication protocol and regression 
   tests</td></tr>
   <tr><td>Implement the spoolss printing RPCs and regression tests</td></tr>
   <tr><td>Help complete the sqlite3 backend for ldb.</td></tr>
   <tr><td>Implement support for the CIFS unix extensions</td></tr>
 
-  <th>Misc</th>
+  <tr><th>Misc</th></tr>
   <tr><td>Implement journaling support for the tdb database library</td></tr>
 </table>
 



More information about the samba-cvs mailing list