Replace entities with xi:include
[Samba.git] / docs / devel / index.xml
blob30e18b20ba3397469b7d671024e081d18465eea1
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 '../entities/global.entities'> %globalentities;
4 ]>
6 <book id="Samba-Developers-Guide"
7         xmlns:xi="http://www.w3.org/2003/XInclude">
9 <title>SAMBA Developers Guide</title>
11 <bookinfo>
12 <authorgroup>
13         <editor>&person.jelmer;</editor>
14 </authorgroup>
15         
16 <abstract>
17 <para>
18 <emphasis>Last Update</emphasis> : Fri Oct 10 00:59:58 CEST 2003
19 </para>
21 <para>
22 This book is a collection of documents that might be useful for 
23 people developing samba or those interested in doing so.
24 It's nothing more than a collection of documents written by samba developers about 
25 the internals of various parts of samba and the SMB protocol. It's still (and will always be) incomplete.
26 The most recent version of this document
27 can be found at <ulink url="http://devel.samba.org/">http://devel.samba.org/</ulink>.
28 Please send updates to <ulink 
29 url="mailto:jelmer@samba.org">Jelmer Vernooij</ulink>.
30 </para>
32 <para>
33 This documentation is distributed under the GNU General Public License (GPL) 
34 version 2.  A copy of the license is included with the Samba source
35 distribution.  A copy can be found on-line at <ulink 
36 url="http://www.fsf.org/licenses/gpl.txt">http://www.fsf.org/licenses/gpl.txt</ulink>
37 </para>
39 </abstract>
41 </bookinfo>
42 <preface>
43         <title>Attributions</title>
45         <xi:include href="attributions.xml"/>
46 </preface>
47         
49 <!-- Contents -->
50 <toc/>
52 <!-- Chapters -->
53 <part>
54         <title>The protocol</title>
56         <xi:include href="NetBIOS.xml"/>
57         <xi:include href="unix-smb.xml"/>
58         <xi:include href="cifsntdomain.xml"/>
60 </part>
62 <part>
63         <title>Samba Basics</title>
65         <xi:include href="architecture.xml"/>
66         <xi:include href="debug.xml"/>
67         <xi:include href="internals.xml"/>
68         <xi:include href="CodingSuggestions.xml"/>
69         <xi:include href="contributing.xml"/>
70         <xi:include href="modules.xml"/>
71 </part>
73 <part>
74         <title>Samba Subsystems</title>
75         
76         <xi:include href="rpc_plugin.xml"/>
77         <xi:include href="vfs.xml"/>
78         <xi:include href="registry.xml"/>
79         <xi:include href="parsing.xml"/>
80         <xi:include href="wins.xml"/>
81         <xi:include href="encryption.xml"/>
83 </part>
85 <part>
86         <title>Debugging and tracing</title>
88         <xi:include href="Tracing.xml"/>
89         <xi:include href="windows-debug.xml"/>
90         <xi:include href="printing.xml"/>
91 </part>
93 <part><title>Appendices</title>
94         <xi:include href="packagers.xml"/>
95 </part>
97 </book>