svn commit: samba-web r297 - in trunk: . devel

deryck at samba.org deryck at samba.org
Tue Aug 31 17:54:12 GMT 2004


Author: deryck
Date: 2004-08-31 17:54:12 +0000 (Tue, 31 Aug 2004)
New Revision: 297

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-web&path=/trunk&rev=297&nolog=1

Log:

Fixing xhtml validation errors.

--deryck


Modified:
   trunk/archives.html
   trunk/devel/index.html


Changeset:
Modified: trunk/archives.html
===================================================================
--- trunk/archives.html	2004-08-31 17:32:59 UTC (rev 296)
+++ trunk/archives.html	2004-08-31 17:54:12 UTC (rev 297)
@@ -2,7 +2,7 @@
   <title>Samba - Mailing List Archives</title>
 <!--#include virtual="/samba/header2.html" -->
 
-<h2 align="center">Samba Mailing list</h2>
+<h2>Samba Mailing list</h2>
 
 
 
@@ -20,14 +20,13 @@
 
 <p>The following Samba-related mailing lists are archived here:</p>
 
-<p>
 <table border="0" width="100%" >
 <tr align="left">
   <th>Name</th><th>Description</th>
 </tr>
 <tr>
    <td><a href="http://lists.samba.org/pipermail/samba/">samba</a></td>
-   <td> The Samba SMB fileserver</a></td>
+   <td> The Samba SMB fileserver</td>
 </tr>
 <tr>
   <td><a href="http://lists.samba.org/pipermail/samba-announce/">samba-announce</a></td>
@@ -61,7 +60,6 @@
   <td><a href="http://lists.samba.org/pipermail/mirrors/">mirrors</a></td>
   <td>for sites mirroring samba.org</td>
 </tr>
-<tr>
 </table>
 
 <p>A mailing list in the French language is also available.  See <a

Modified: trunk/devel/index.html
===================================================================
--- trunk/devel/index.html	2004-08-31 17:32:59 UTC (rev 296)
+++ trunk/devel/index.html	2004-08-31 17:54:12 UTC (rev 297)
@@ -1,7 +1,7 @@
 <!--#include virtual="/samba/header.html" --> 
   <title>Samba Development</title>
 <!--#include virtual="header_devel.html" -->
-<h2 align="center">Development</h2>
+<h2>Development</h2>
 
 <p>devel.samba.org contains information about the current state of Samba development. It should be of interest to those developing Samba as well as to those following Samba development.</p>
 
@@ -36,7 +36,7 @@
   <ul>
     <li><h4><em>Samba_3_0</em></h4>
     <p>This is the current stable release. Updates to this release will be mostly bugfixes to prepare for the next 3.0.x release.</p>
-    <p>Example checkout command:<p></li>
+    <p>Example checkout command:</p></li>
   </ul>
 
 <pre>
@@ -70,18 +70,18 @@
 
 <p>Because Samba development is driven by volunteers and demand, the best way to help stabilize the next release and/or feature is to help out.  If you are interested in volunteering to help Samba development, go to the <a href="/samba/devel/TODO.html">TODO</a> page for a list of projects.</p>
 
-<p>Please coordinate all development efforts on the <a href="mailto:samba-technical at samba.org">samba-technical</a> mailing list.  For more information about the list, or to join the list, go to the <a href="http://lists.samba.org/mailman/listinfo/samba-technical">samba technical mailing list</a> page.  The main samba development channel on IRC is <i>#samba-technical</i>, server <i>irc.freenode.net</i>.  Please don't ask user questions in this channel (users see <i>#samba</i>).  Channel logs are available <a href="http://irc.vernstok.nl/samba-technical.php">here</a>.
+<p>Please coordinate all development efforts on the <a href="mailto:samba-technical at samba.org">samba-technical</a> mailing list.  For more information about the list, or to join the list, go to the <a href="http://lists.samba.org/mailman/listinfo/samba-technical">samba technical mailing list</a> page.  The main samba development channel on IRC is <i>#samba-technical</i>, server <i>irc.freenode.net</i>.  Please don't ask user questions in this channel (users see <i>#samba</i>).  Channel logs are available <a href="http://irc.vernstok.nl/samba-technical.php">here</a>.</p>
 
 
 <br />
-<a name="learn"><h3>Learn More</h3></a>
+<h3><a name="learn">Learn More</a></h3>
 
 <p>For anyone interested in getting up to speed with SMB/CIFS, NetBIOS, MS-RPC, etc... Here are some links to help out:</p>
 
   <ul>
     <li>Get a copy of <a href="http://www.ethereal.com">Ethereal</a> or possibly Microsoft's Network Monitor shipped with Windows NT/2k server.</li>
     <br />
-    <li>See the docs at:
+    <li>See the docs at:</li>
       
       <ul>
         <li>The Samba Developer's Guide available in <a href="/samba/devel/docs/Samba-Developers-Guide.pdf">PDF</a> or <a href="/samba/devel/docs/html/Samba-Developers-Guide.html">HTML</a> format</li>
@@ -92,7 +92,6 @@
 	<li>Luke Leighton's book with New Riders Publishing <a href="http://www.amazon.com/exec/obidos/ASIN/1578701503/qid%3D1032301305/sr%3D11-1/ref%3Dsr%5F11%5F1/102-4220271-1136156">DCE/RPC over SMB: Samba and Windows NT Domain Internals</a>, ISBN 1-57870-150-3.<br>&nbsp;</li>
       </ul>
     
-    </li>
 
     <li>Get a symbolic debugger (gdb, ddd, ups, etc...) and step through the smbd source code as it is running in response to a SMB call (or RPC) that you are interested in.</li>
     <br />
@@ -108,7 +107,8 @@
     
     <p>Of course, vi and grep will get you there too. :-)</p>
     
-    <p>And finally, Doxygen offers a fine <a href="http://samba.org/doxygen/samba/">hyperlinked cross reference</a> of the Samba source.</p>
+    <p>And finally, Doxygen offers a fine <a href="http://samba.org/doxygen/samba/">hyperlinked cross reference</a> of the Samba source.</p></li>
+  </ul>
 
 
 <!--#include virtual="/samba/footer.html" -->



More information about the samba-cvs mailing list