This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to...
[sfrench/samba-autobuild/.git] / docs / docbook / devdoc / dev-doc.xml
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
3 <!ENTITY % globalentities SYSTEM '../global.ent'> %globalentities;
4 <!ENTITY NetBIOS SYSTEM "NetBIOS.xml">
5 <!ENTITY Architecture SYSTEM "architecture.xml">
6 <!ENTITY debug SYSTEM "debug.xml">
7 <!ENTITY internals SYSTEM "internals.xml">
8 <!ENTITY parsing SYSTEM "parsing.xml">
9 <!ENTITY unix-smb SYSTEM "unix-smb.xml">
10 <!ENTITY CodingSuggestions SYSTEM "CodingSuggestions.xml">
11 <!ENTITY Tracing SYSTEM "Tracing.xml">
12 <!ENTITY cifsntdomain SYSTEM "cifsntdomain.xml">
13 <!ENTITY printing SYSTEM "printing.xml">
14 <!ENTITY wins SYSTEM "wins.xml">
15 <!ENTITY sam SYSTEM "sam.xml">
16 <!ENTITY encryption SYSTEM "encryption.xml">
17 <!ENTITY rpc-plugin SYSTEM "rpc_plugin.xml">
18 <!ENTITY modules SYSTEM "modules.xml">
19 <!ENTITY packagers SYSTEM "packagers.xml">
20 <!ENTITY contributing SYSTEM "contributing.xml">
21 ]>
22
23 <book id="Samba-Developers-Guide">
24
25 <title>SAMBA Developers Guide</title>
26
27 <bookinfo>
28         <author>
29                 <surname>SAMBA Team</surname>
30         </author>
31         <address><email>samba@samba.org</email></address>
32 </bookinfo>
33
34 <dedication>
35 <title>Abstract</title>
36
37 <para>
38 <emphasis>Last Update</emphasis> : Mon Sep 30 15:23:53 CDT 2002
39 </para>
40
41 <para>
42 This book is a collection of documents that might be useful for 
43 people developing samba or those interested in doing so.
44 It's nothing more than a collection of documents written by samba developers about 
45 the internals of various parts of samba and the SMB protocol. It's still incomplete.
46 The most recent version of this document
47 can be found at <ulink url="http://devel.samba.org/">http://devel.samba.org/</ulink>.
48 Please send updates to <ulink 
49 url="mailto:jelmer@samba.org">Jelmer Veenrooij</ulink>.
50 </para>
51
52 <para>
53 This documentation is distributed under the GNU General Public License (GPL) 
54 version 2.  A copy of the license is included with the Samba source
55 distribution.  A copy can be found on-line at <ulink 
56 url="http://www.fsf.org/licenses/gpl.txt">http://www.fsf.org/licenses/gpl.txt</ulink>
57 </para>
58
59 </dedication>
60
61 <!-- Contents -->
62 <toc/>
63
64 <!-- Chapters -->
65 &NetBIOS;
66 &Architecture;
67 &debug;
68 &CodingSuggestions;
69 &internals;
70 &parsing;
71 &unix-smb;
72 &Tracing;
73 &cifsntdomain;
74 &printing;
75 &wins;
76 &sam;
77 &encryption;
78 &modules;
79 &rpc-plugin;
80 &packagers;
81 &contributing;
82
83 </book>