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