syncing docs from 3.0 tree (thanks jelmer).
[Samba.git] / docs / docbook / devdoc / dev-doc.xml
blob7000d09c988e711164a58a3b9af637b51304fb09
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 '../global.ent'> %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">
25 <book id="Samba-Developers-Guide">
27 <title>SAMBA Developers Guide</title>
29 <bookinfo>
30 <abstract>
31 <para>
32 <emphasis>Last Update</emphasis> : Fri Jun  6 00:45:54 CEST 2003
33 </para>
35 <para>
36 This book is a collection of documents that might be useful for 
37 people developing samba or those interested in doing so.
38 It's nothing more than a collection of documents written by samba developers about 
39 the internals of various parts of samba and the SMB protocol. It's still incomplete.
40 The most recent version of this document
41 can be found at <ulink url="http://devel.samba.org/">http://devel.samba.org/</ulink>.
42 Please send updates to <ulink 
43 url="mailto:jelmer@samba.org">Jelmer Vernooij</ulink>.
44 </para>
46 <para>
47 This documentation is distributed under the GNU General Public License (GPL) 
48 version 2.  A copy of the license is included with the Samba source
49 distribution.  A copy can be found on-line at <ulink 
50 url="http://www.fsf.org/licenses/gpl.txt">http://www.fsf.org/licenses/gpl.txt</ulink>
51 </para>
53 </abstract>
55 </bookinfo>
56 <preface>
57         <title>Attributions</title>
59         &attributions-dev;
60 </preface>
61         
63 <!-- Contents -->
64 <toc/>
66 <!-- Chapters -->
67 &NetBIOS;
68 &Architecture;
69 &debug;
70 &CodingSuggestions;
71 &internals;
72 &parsing;
73 &unix-smb;
74 &Tracing;
75 &windows-deb;
76 &cifsntdomain;
77 &printing;
78 &wins;
79 &sam;
80 &encryption;
81 &modules;
82 &rpc-plugin;
83 &vfs;
84 &packagers;
85 &contributing;
87 </book>