summaryrefslogtreecommitdiffstats
path: root/docs/docbook/devdoc/dev-doc.sgml
blob: 76ad512add7a397ac72507dc9a3088666a14cb5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
<!ENTITY NetBIOS SYSTEM "NetBIOS.sgml">
<!ENTITY Architecture SYSTEM "architecture.sgml">
<!ENTITY debug SYSTEM "debug.sgml">
<!ENTITY internals SYSTEM "internals.sgml">
<!ENTITY parsing SYSTEM "parsing.sgml">
<!ENTITY unix-smb SYSTEM "unix-smb.sgml">
<!ENTITY CodingSuggestions SYSTEM "CodingSuggestions.sgml">
]>

<book id="Samba-Developer-Documentation">

<title>SAMBA Deverlopers Guide</title>

<bookinfo>
	<author>
		<surname>SAMBA Team</surname>
	</author>
	<address><email>samba@samba.org</email></address>
</bookinfo>

<dedication>
<title>Abstract</title>

<para>
<emphasis>Last Update</emphasis> : Mon aug 26 12:41:19 CEST 2002
</para>

<para>
This book is a collection of documents that might be useful for 
people developing samba or those interested in doing so.
than one person can maintain.  The most recent version of this document
can be found at <ulink url="http://www.samba.org/">http://www.samba.org/</ulink>
on the "Documentation" page.  Please send updates to <ulink 
url="mailto:jerry@samba.org">jerry@samba.org</ulink>.
</para>

<para>
This documentation is distributed under the GNU General Public License (GPL) 
version 2.  A copy of the license is included with the Samba source
distribution.  A copy can be found on-line at <ulink 
url="http://www.fsf.org/licenses/gpl.txt">http://www.fsf.org/licenses/gpl.txt</ulink>
</para>

</dedication>

<!-- Chapters -->
&NetBIOS;
&Architecture;
&debug;
&CodingSuggestions;
&internals;
&parsing;
&unix-smb;

</book>