Docbook XML conversion: devdoc
authorAlexander Bokovoy <ab@samba.org>
Wed, 30 Apr 2003 21:17:53 +0000 (21:17 +0000)
committerAlexander Bokovoy <ab@samba.org>
Wed, 30 Apr 2003 21:17:53 +0000 (21:17 +0000)
(This used to be commit 4677d5e11c309b074be2ebb2e22394c5b3c13c58)

18 files changed:
docs/docbook/devdoc/CodingSuggestions.xml [moved from docs/docbook/devdoc/CodingSuggestions.sgml with 100% similarity]
docs/docbook/devdoc/NetBIOS.xml [moved from docs/docbook/devdoc/NetBIOS.sgml with 100% similarity]
docs/docbook/devdoc/Tracing.xml [moved from docs/docbook/devdoc/Tracing.sgml with 96% similarity]
docs/docbook/devdoc/architecture.xml [moved from docs/docbook/devdoc/architecture.sgml with 68% similarity]
docs/docbook/devdoc/cifsntdomain.xml [moved from docs/docbook/devdoc/cifsntdomain.sgml with 100% similarity]
docs/docbook/devdoc/debug.xml [moved from docs/docbook/devdoc/debug.sgml with 100% similarity]
docs/docbook/devdoc/dev-doc.xml [moved from docs/docbook/devdoc/dev-doc.sgml with 59% similarity]
docs/docbook/devdoc/encryption.xml [moved from docs/docbook/devdoc/encryption.sgml with 97% similarity]
docs/docbook/devdoc/gencache.xml [moved from docs/docbook/devdoc/gencache.sgml with 97% similarity]
docs/docbook/devdoc/internals.xml [moved from docs/docbook/devdoc/internals.sgml with 100% similarity]
docs/docbook/devdoc/modules.xml [moved from docs/docbook/devdoc/modules.sgml with 96% similarity]
docs/docbook/devdoc/packagers.xml [moved from docs/docbook/devdoc/packagers.sgml with 92% similarity]
docs/docbook/devdoc/parsing.xml [moved from docs/docbook/devdoc/parsing.sgml with 100% similarity]
docs/docbook/devdoc/printing.xml [moved from docs/docbook/devdoc/printing.sgml with 99% similarity]
docs/docbook/devdoc/rpc_plugin.xml [moved from docs/docbook/devdoc/rpc_plugin.sgml with 92% similarity]
docs/docbook/devdoc/sam.xml [moved from docs/docbook/devdoc/sam.sgml with 98% similarity]
docs/docbook/devdoc/unix-smb.xml [moved from docs/docbook/devdoc/unix-smb.sgml with 99% similarity]
docs/docbook/devdoc/wins.xml [moved from docs/docbook/devdoc/wins.sgml with 96% similarity]

similarity index 96%
rename from docs/docbook/devdoc/Tracing.sgml
rename to docs/docbook/devdoc/Tracing.xml
index f55c47bc4e9ab44bbbd4ef81f7035a8310187827..ccf1e1c3c849cecb88ea220461952e51b4f215e5 100644 (file)
@@ -1,6 +1,11 @@
 <chapter id="tracing">
 <chapterinfo>
-       &author.tridge;
+       <author>
+               <firstname>Andrew</firstname><surname>Tridgell</surname>
+               <affiliation>
+                       <orgname>Samba Team</orgname>
+               </affiliation>
+       </author>
 </chapterinfo>
 
 <title>Tracing samba system calls</title>
similarity index 68%
rename from docs/docbook/devdoc/architecture.sgml
rename to docs/docbook/devdoc/architecture.xml
index e05039054b054b4c215db934decd9bc29476beef..312a63af97ec82d25a66f7339770f0337d6c11e6 100644 (file)
@@ -4,7 +4,6 @@
                <firstname>Dan</firstname><surname>Shearer</surname>
        </author>
        <pubdate> November 1997</pubdate>
-       &author.jelmer;
 </chapterinfo>
 
 <title>Samba Architecture</title>
@@ -182,56 +181,4 @@ for browsing and WINS support.
 </para>
 
 </sect1>
-
-<sect1>
-<title>Samba's subsystems</title>
-
-<para>Samba's <filename>source/</filename> directory contains quite some directories. Here's a small explanation of what each of them contains.</para>
-
-<simplelist>
-<member>aparser - Obsolete</member>
-<member>auth - The authentication subsystem, maintained by Andrew Bartlett</member>
-<member>bin - Output directory for all the binary files</member>
-<member>client - Contains 'plain' SMB client sources: smbclient and 
-some mount help utilities</member>
-<member>groupdb - Group database and mapping code</member>
-<member>include - All of samba's include files</member>
-<member>intl - Internationalization files. Not used at the moment.</member>
-<member>lib - General C helper functions. Not SMB-specific.</member>
-<member>libads - Library with ActiveDirectory related functions.</member>
-<member>libsmb - Library with SMB specific functions.</member>
-<member>locking - Locking functions!</member>
-<member>modules - Source files for various modules (VFS and charset).</member>
-<member>msdfs - DCE-DFS code</member>
-<member>nmbd - Code for the nmbd daemon</member>
-<member>nsswitch - Winbind source code</member>
-<member>pam_smbpass - Source code for pam module for authenticating against samba's passdb</member>
-<member>param - smb.conf parsing code</member>
-<member>passdb - User database(SAM) code with the various backends</member>
-<member>po - Internationalisation code - not used atm</member>
-<member>popt - Samba's internal copy of the popt library</member>
-<member>printing - Printing stuff</member>
-<member>profile - Profiling support</member>
-<member>python - Python bindings for various libsmb functions</member>
-<member>registry - Registry backend</member>
-<member>rpc_client - RPC Client library for making remote procedure calls</member>
-<member>rpc_parse - Functions for parsing RPC structures (???)</member>
-<member>rpc_server - Functions for being an RPC server</member>
-<member>rpcclient - Command-line client that is a basically a front-end to rpc_client/</member>
-<member>sam - Code for the new (but unused) SAM</member>
-<member>script - Various scripts</member>
-<member>smbd - Source code for the smbd daemon</member>
-<member>smbwrapper - Source code for library that overloads VFS function calls, for usage with LD_PRELOAD=...</member>
-<member>stf - Testsuite system?</member>
-<member>tdb - Source code of samba's Trivial Database (much like gdbm)</member>
-<member>tests - Source code for the larger tests used by configure</member>
-<member>torture - 'Torture' utilities, used for testing samba and other cifs servers</member>
-<member>ubiqx - The ubiqx library from Chris Hertel</member>
-<member>utils - Various small utilities(pdbedit, net, etc)</member>
-<member>web - SWAT sourcecode</member>
-<member>wrepld - Sourcecode of the WINS replication daemon</member>
-</simplelist>
-
-</sect1>
-
 </chapter>
similarity index 59%
rename from docs/docbook/devdoc/dev-doc.sgml
rename to docs/docbook/devdoc/dev-doc.xml
index ee2a40535d82d4a7b76cb656624dce3bf5ea3b3f..d9430311931e9f8c31675f427bc1fa5c7fb93e4e 100644 (file)
@@ -1,21 +1,21 @@
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
-<!ENTITY % globalentities SYSTEM '../global.ent'> %globalentities;
-<!ENTITY NetBIOS SYSTEM "NetBIOS.sgml">
-<!ENTITY Architecture SYSTEM "architecture.sgml">
-<!ENTITY debug SYSTEM "debug.sgml">
-<!ENTITY internals SYSTEM "internals.sgml">
-<!ENTITY parsing SYSTEM "parsing.sgml">
-<!ENTITY unix-smb SYSTEM "unix-smb.sgml">
-<!ENTITY CodingSuggestions SYSTEM "CodingSuggestions.sgml">
-<!ENTITY Tracing SYSTEM "Tracing.sgml">
-<!ENTITY cifsntdomain SYSTEM "cifsntdomain.sgml">
-<!ENTITY printing SYSTEM "printing.sgml">
-<!ENTITY wins SYSTEM "wins.sgml">
-<!ENTITY sam SYSTEM "sam.sgml">
-<!ENTITY encryption SYSTEM "encryption.sgml">
-<!ENTITY rpc-plugin SYSTEM "rpc_plugin.sgml">
-<!ENTITY modules SYSTEM "modules.sgml">
-<!ENTITY packagers SYSTEM "packagers.sgml">
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE book SYSTEM "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+<!ENTITY NetBIOS SYSTEM "NetBIOS.xml">
+<!ENTITY Architecture SYSTEM "architecture.xml">
+<!ENTITY debug SYSTEM "debug.xml">
+<!ENTITY internals SYSTEM "internals.xml">
+<!ENTITY parsing SYSTEM "parsing.xml">
+<!ENTITY unix-smb SYSTEM "unix-smb.xml">
+<!ENTITY CodingSuggestions SYSTEM "CodingSuggestions.xml">
+<!ENTITY Tracing SYSTEM "Tracing.xml">
+<!ENTITY cifsntdomain SYSTEM "cifsntdomain.xml">
+<!ENTITY printing SYSTEM "printing.xml">
+<!ENTITY wins SYSTEM "wins.xml">
+<!ENTITY sam SYSTEM "sam.xml">
+<!ENTITY encryption SYSTEM "encryption.xml">
+<!ENTITY rpc-plugin SYSTEM "rpc_plugin.xml">
+<!ENTITY modules SYSTEM "modules.xml">
+<!ENTITY packagers SYSTEM "packagers.xml">
 ]>
 
 <book id="Samba-Developers-Guide">
@@ -27,7 +27,6 @@
                <surname>SAMBA Team</surname>
        </author>
        <address><email>samba@samba.org</email></address>
-    <editor>&person.jelmer;</editor>
 </bookinfo>
 
 <dedication>
@@ -45,7 +44,7 @@ the internals of various parts of samba and the SMB protocol. It's still incompl
 The most recent version of this document
 can be found at <ulink url="http://devel.samba.org/">http://devel.samba.org/</ulink>.
 Please send updates to <ulink 
-url="mailto:jelmer@samba.org">jelmer@samba.org</ulink>.
+url="mailto:jelmer@samba.org">Jelmer Veenrooij</ulink>.
 </para>
 
 <para>
similarity index 97%
rename from docs/docbook/devdoc/encryption.sgml
rename to docs/docbook/devdoc/encryption.xml
index 64ff4262cb59d31ea04940528ffc02d2a6dbcd3e..3ca8aa109c08f82a0fa0949c8f94bb5f5c4e221c 100644 (file)
@@ -2,7 +2,16 @@
 
 
 <chapterinfo>
-       &author.jeremy;
+       <author>
+               <firstname>Jeremy</firstname><surname>Allison</surname>
+               <affiliation>
+                       <orgname>Samba Team</orgname>
+                       <address>
+                               <email>samba@samba.org</email>
+                       </address>
+               </affiliation>
+       </author>
+
        <pubdate>19 Apr 1999</pubdate>
 </chapterinfo>
        
similarity index 97%
rename from docs/docbook/devdoc/gencache.sgml
rename to docs/docbook/devdoc/gencache.xml
index 096bdce7896910bdc30a0751d8e3389f6810ceac..1ba2f77c9d4b9c81f767931d38df2568ff88bfcc 100644 (file)
@@ -1,6 +1,8 @@
 <chapter id="gencache">
 <chapterinfo>
-       &author.mimir;
+       <author>
+               <firstname>Rafal</firstname><surname>Szczesniak</surname>
+       </author>
        <pubdate>April 2003</pubdate>
 </chapterinfo>
 
similarity index 96%
rename from docs/docbook/devdoc/modules.sgml
rename to docs/docbook/devdoc/modules.xml
index c43e8a91180983c01f3544c48471bf0c0172013b..0bcdadc66ce5f6c0b24299560141be50b3af08e4 100644 (file)
@@ -1,6 +1,12 @@
 <chapter id="modules">
 <chapterinfo>
-       &author.jelmer;
+       <author>
+               <firstname>Jelmer</firstname><surname>Vernooij</surname>
+               <affiliation>
+                       <orgname>Samba Team</orgname>
+                       <address><email>jelmer@samba.org</email></address>
+               </affiliation>
+       </author>
        <pubdate> 19 March 2003 </pubdate>
 </chapterinfo>
 
similarity index 92%
rename from docs/docbook/devdoc/packagers.sgml
rename to docs/docbook/devdoc/packagers.xml
index edc581cf057698c2f6ee36d6c84b76cde897ada5..fb47c7305c359fd03f8a776d2b68858b39834277 100644 (file)
@@ -1,6 +1,8 @@
 <chapter id="Packaging">
 <chapterinfo>
-       &author.jelmer;
+       <author>
+               <firstname>Jelmer</firstname><surname>Vernooij</surname>
+       </author>
 </chapterinfo>
 
 <title>Notes to packagers</title>
similarity index 99%
rename from docs/docbook/devdoc/printing.sgml
rename to docs/docbook/devdoc/printing.xml
index 150652ac37a35a9231e7b9ab38ddf384ca17745d..363b9fb6e50bab052313d806f21f23387a418753 100644 (file)
@@ -1,6 +1,8 @@
 <chapter id="printing">
 <chapterinfo>
-       &author.jerry;
+       <author>
+               <firstname>Gerald</firstname><surname>Carter</surname>
+       </author>
        <pubdate>October 2002</pubdate>
 </chapterinfo>
 
similarity index 92%
rename from docs/docbook/devdoc/rpc_plugin.sgml
rename to docs/docbook/devdoc/rpc_plugin.xml
index a2d1bd4c356ccdd153cdf98afca507a6c33bbf03..c83742a2476a02ff175dbd576a87d05f0e166fa0 100644 (file)
@@ -7,7 +7,13 @@
                        <address><email>aliguor@us.ibm.com</email></address>
                </affiliation>
        </author>
-       &author.jelmer;
+       <author>
+               <firstname>Jelmer</firstname><surname>Vernooij</surname>
+               <affiliation>
+                       <orgname>Samba Team</orgname>
+                       <address><email>jelmer@samba.org</email></address>
+               </affiliation>
+       </author>
        <pubdate>January 2003</pubdate>
 </chapterinfo>
 
similarity index 98%
rename from docs/docbook/devdoc/sam.sgml
rename to docs/docbook/devdoc/sam.xml
index d4c065ca2101322270076e7db092598ed63e25d4..84c17d65e26123590d613b0d384f4563ffc3e56a 100644 (file)
@@ -9,9 +9,6 @@
 
 <title>The Upcoming SAM System</title>
 
-<note><para>The design as described in this document is _NOT_ the design that 
-made it into samba 3.0. </para></note>
-
 <sect1>
 <title>Security in the 'new SAM'</title>
 
similarity index 99%
rename from docs/docbook/devdoc/unix-smb.sgml
rename to docs/docbook/devdoc/unix-smb.xml
index eea02012e01548d5aa17b979f8926f8f15131017..d6a658089c40cb28e2ae9a4a40d875b639e3b5c7 100644 (file)
@@ -1,6 +1,8 @@
 <chapter id="unix-smb">
 <chapterinfo>
-       &author.tridge;
+       <author>
+               <firstname>Andrew</firstname><surname>Tridgell</surname>
+       </author>
        <pubdate>April 1995</pubdate>
 </chapterinfo>
 
similarity index 96%
rename from docs/docbook/devdoc/wins.sgml
rename to docs/docbook/devdoc/wins.xml
index 5cdf760406bc4d53e00d01df7a3a581301d4af9a..53410316c567d8fa295a3f751a9bbf3b7db2d0b2 100644 (file)
@@ -1,6 +1,8 @@
 <chapter id="wins">
 <chapterinfo>
-       &author.jerry;
+       <author>
+               <firstname>Gerald</firstname><surname>Carter</surname>
+       </author>
        <pubdate>October 2002</pubdate>
 </chapterinfo>