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