Move existing samba4 documentation to Samba-docs trunk
[Samba.git] / docs / Samba3-Developers-Guide / index.xml
blob492d5038ef0993e768a69eddb8d3e46610d55661
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc" [
3 <!ATTLIST book 
4         xmlns:xi CDATA #FIXED "http://www.w3.org/2003/XInclude">
5 ]>
7 <book id="Samba-Developers-Guide"
8         xmlns:xi="http://www.w3.org/2003/XInclude">
10 <title>SAMBA Developers Guide</title>
12 <bookinfo>
13 <authorgroup>
14         <editor>&person.jelmer;</editor>
15 </authorgroup>
16         
17 <abstract>
18 <para>
19 <emphasis>Last Update</emphasis> : Fri Oct 10 00:59:58 CEST 2003
20 </para>
22 <para>
23 This book is a collection of documents that might be useful for 
24 people developing samba or those interested in doing so.
25 It's nothing more than a collection of documents written by samba developers about 
26 the internals of various parts of samba and the SMB protocol. It's still (and will always be) incomplete.
27 The most recent version of this document
28 can be found at <ulink url="http://devel.samba.org/">http://devel.samba.org/</ulink>.
29 Please send updates to <ulink 
30 url="mailto:jelmer@samba.org">Jelmer Vernooij</ulink>.
31 </para>
33 <para>
34 This documentation is distributed under the GNU General Public License (GPL) 
35 version 2.  A copy of the license is included with the Samba source
36 distribution.  A copy can be found on-line at <ulink 
37 url="http://www.fsf.org/licenses/gpl.txt">http://www.fsf.org/licenses/gpl.txt</ulink>
38 </para>
40 </abstract>
42 </bookinfo>
44 <xi:include href="../Samba-Developers-Guide-attributions.xml">
45         <xi:fallback/>
46 </xi:include>
48 <?latex \cleardoublepage ?>
50 <!-- Contents -->
51 <toc/>
53 <!-- Chapters -->
54 <part>
55         <title>The protocol</title>
57         <xi:include href="NetBIOS.xml"/>
58         <xi:include href="unix-smb.xml"/>
59         <xi:include href="cifsntdomain.xml"/>
61 </part>
63 <part>
64         <title>Samba Basics</title>
66         <xi:include href="architecture.xml"/>
67         <xi:include href="debug.xml"/>
68         <xi:include href="internals.xml"/>
69         <xi:include href="CodingSuggestions.xml"/>
70         <xi:include href="contributing.xml"/>
71         <xi:include href="modules.xml"/>
72 </part>
74 <part>
75         <title>Samba Subsystems</title>
76         
77         <xi:include href="rpc_plugin.xml"/>
78         <xi:include href="vfs.xml"/>
79         <xi:include href="registry.xml"/>
80         <xi:include href="parsing.xml"/>
81         <xi:include href="wins.xml"/>
82         <xi:include href="encryption.xml"/>
84 </part>
86 <part>
87         <title>Debugging and tracing</title>
89         <xi:include href="Tracing.xml"/>
90         <xi:include href="windows-debug.xml"/>
91         <xi:include href="printing.xml"/>
92 </part>
94 <part><title>Appendices</title>
95         <xi:include href="packagers.xml"/>
96 </part>
98 </book>