This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to...
[sfrench/samba-autobuild/.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 ]>
15
16 <book id="Samba-Developers-Guide">
17
18 <title>SAMBA Developers Guide</title>
19
20 <bookinfo>
21         <author>
22                 <surname>SAMBA Team</surname>
23         </author>
24         <address><email>samba@samba.org</email></address>
25 </bookinfo>
26
27 <dedication>
28 <title>Abstract</title>
29
30 <para>
31 <emphasis>Last Update</emphasis> : Mon Sep 30 15:23:53 CDT 2002
32 </para>
33
34 <para>
35 This book is a collection of documents that might be useful for 
36 people developing samba or those interested in doing so.
37 It's nothing more than a collection of documents written by samba developers about 
38 the internals of various parts of samba and the SMB protocol. It's still incomplete.
39 The most recent version of this document
40 can be found at <ulink url="http://devel.samba.org/">http://devel.samba.org/</ulink>.
41 Please send updates to <ulink 
42 url="mailto:jelmer@samba.org">jelmer@samba.org</ulink>.
43 </para>
44
45 <para>
46 This documentation is distributed under the GNU General Public License (GPL) 
47 version 2.  A copy of the license is included with the Samba source
48 distribution.  A copy can be found on-line at <ulink 
49 url="http://www.fsf.org/licenses/gpl.txt">http://www.fsf.org/licenses/gpl.txt</ulink>
50 </para>
51
52 </dedication>
53
54 <!-- Chapters -->
55 &NetBIOS;
56 &Architecture;
57 &debug;
58 &CodingSuggestions;
59 &internals;
60 &parsing;
61 &unix-smb;
62 &Tracing;
63 &cifsntdomain;
64 &printing;
65 &wins;
66 &sam;
67
68 </book>