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