Fix samba-docs build after svn conversion and Samba3 By Example addition.
[Samba.git] / docs / devel / dev-doc.xml
blob8a9e165a797396047f5719b99aca3be9f33853d7
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 <!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 <!ENTITY vfs SYSTEM "vfs.xml">
22 <!ENTITY windows-deb SYSTEM "windows-debug.xml">
23 <!ENTITY registry SYSTEM "registry.xml">
26 <book id="Samba-Developers-Guide">
28 <title>SAMBA Developers Guide</title>
30 <bookinfo>
31 <authorgroup>
32         <editor>&person.jelmer;</editor>
33 </authorgroup>
34         
35 <abstract>
36 <para>
37 <emphasis>Last Update</emphasis> : Fri Oct 10 00:59:58 CEST 2003
38 </para>
40 <para>
41 This book is a collection of documents that might be useful for 
42 people developing samba or those interested in doing so.
43 It's nothing more than a collection of documents written by samba developers about 
44 the internals of various parts of samba and the SMB protocol. It's still (and will always be) incomplete.
45 The most recent version of this document
46 can be found at <ulink url="http://devel.samba.org/">http://devel.samba.org/</ulink>.
47 Please send updates to <ulink 
48 url="mailto:jelmer@samba.org">Jelmer Vernooij</ulink>.
49 </para>
51 <para>
52 This documentation is distributed under the GNU General Public License (GPL) 
53 version 2.  A copy of the license is included with the Samba source
54 distribution.  A copy can be found on-line at <ulink 
55 url="http://www.fsf.org/licenses/gpl.txt">http://www.fsf.org/licenses/gpl.txt</ulink>
56 </para>
58 </abstract>
60 </bookinfo>
61 <preface>
62         <title>Attributions</title>
64         &attributions-dev;
65 </preface>
66         
68 <!-- Contents -->
69 <toc/>
71 <!-- Chapters -->
72 <part>
73         <title>The protocol</title>
75         &NetBIOS;
76         &unix-smb;
77         &cifsntdomain;
79 </part>
81 <part>
82         <title>Samba Basics</title>
84 &Architecture;
85 &debug;
86 &internals;
87 &CodingSuggestions;
88 &contributing;
89 &modules;
90 </part>
92 <part>
93         <title>Samba Subsystems</title>
94         
95         &sam;
96         &rpc-plugin;
97         &vfs;
98         &registry;
99         &parsing;
100         &wins;
101         &encryption;
103 </part>
105 <part>
106         <title>Debugging and tracing</title>
108 &Tracing;
109 &windows-deb;
110 &printing;
111 </part>
113 <part><title>Appendices</title>
114         &packagers;
115 </part>
117 </book>