[svnbook commit] r1796 - trunk/src/en/book

maxb svnbook-dev at red-bean.com
Sat Nov 5 19:23:46 CST 2005


Author: maxb
Date: Sat Nov  5 19:23:45 2005
New Revision: 1796

Modified:
   trunk/src/en/book/appb.xml
Log:
* en/book/appb.xml: Fix some duplicated id attributes - which, incidentally,
    were what was causing FOP to choke silently. Also revise more ids
    which were non-heirarchical.


Modified: trunk/src/en/book/appb.xml
==============================================================================
--- trunk/src/en/book/appb.xml	(original)
+++ trunk/src/en/book/appb.xml	Sat Nov  5 19:23:45 2005
@@ -492,7 +492,7 @@
     </table>
 
     <!-- =============================================================== -->
-    <sect2 id="svn.webdav.clients.standalone-applications">
+    <sect2 id="svn.webdav.clients.standalone">
       <title>Standalone WebDAV applications</title>
 
       <para>A WebDAV application is a program which contains built-in
@@ -500,7 +500,7 @@
         server.  We'll cover some of the most popular programs with
         this kind of WebDAV support.</para>
 
-      <sect3 id="svn.webdav.clients.win-apps">
+      <sect3 id="svn.webdav.clients.standalone.windows">
         <title>Microsoft Office, Dreamweaver, Photoshop</title> 
   
         <para>On Windows, there are several well-known applications
@@ -526,7 +526,7 @@
   
       </sect3>
 
-      <sect3 id="svn.webdav.clients.free-apps">
+      <sect3 id="svn.webdav.clients.standalone.free">
         <title>Cadaver, DAV Explorer</title>
   
         <para>Cadaver is a bare-bones Unix commandline program for
@@ -595,7 +595,7 @@
         applications.  All DAV interaction must happen through the
         explorer interface.</para>
 
-      <sect3 id="svn.webdav.clients.windows">
+      <sect3 id="svn.webdav.clients.file-explorer-extensions.windows">
         <title>Microsoft Webfolders</title> 
   
         <para>Microsoft was one of the original backers of the WebDAV
@@ -669,7 +669,7 @@
 
       </sect3>
 
-      <sect3 id="svn.webdav.clients.linux-de">
+      <sect3 id="svn.webdav.clients.file-explorer-extensions.linux-de">
         <title>Nautilus, Konqueror</title> 
   
         <para>Nautilus is the official file manager/browser for the
@@ -698,7 +698,7 @@
       </sect3>
     </sect2>
 
-    <sect2 id="svn.webdav.clients.filesystem-implementation">
+    <sect2 id="svn.webdav.clients.fs-impl">
       <title>WebDAV filesystem implementation</title>
 
       <para>The WebDAV filesystem implementation is arguably the best
@@ -712,7 +712,7 @@
         Applications aren't even aware that WebDAV requests are
         happening.</para>
 
-      <sect3 id="svn.webdav.clients.windows">
+      <sect3 id="svn.webdav.clients.fs-impl.windows">
         <title>WebDrive, NetDrive</title> 
   
         <para>Both WebDrive and NetDrive are excellent commercial
@@ -730,7 +730,7 @@
   
       </sect3>
 
-      <sect3 id="svn.webdav.clients.macosx">
+      <sect3 id="svn.webdav.clients.fs-impl.macosx">
         <title>Mac OS X</title> 
 
         <para>Apple's OS X operating system has an integrated
@@ -760,7 +760,7 @@
   
       </sect3>
 
-      <sect3 id="svn.webdav.clients.linux-fs">
+      <sect3 id="svn.webdav.clients.fs-impl.linux">
         <title>Linux davfs2</title> 
   
         <para>Linux davfs2 is a filesystem module for the Linux kernel,



More information about the svnbook-dev mailing list