summaryrefslogtreecommitdiff
path: root/docs/Samba-Developers-Guide/index.xml
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-06-20 12:43:16 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:45:56 -0500
commit83a17815a7689f1f6f7ca57161a0e804277c75f9 (patch)
treee1cec10510da7038e843f71c9ba95a0e6bc5f494 /docs/Samba-Developers-Guide/index.xml
parent9eb45e211cbc28bbd28837a17dcec3df29d6f455 (diff)
downloadsamba-83a17815a7689f1f6f7ca57161a0e804277c75f9.tar.gz
samba-83a17815a7689f1f6f7ca57161a0e804277c75f9.tar.bz2
samba-83a17815a7689f1f6f7ca57161a0e804277c75f9.zip
New structure for the docs:
- Same name for a doc everywhere (howto -> Samba-HOWTO-Collection, etc) - Shorter and more clearly structured Makefile - Make it possible to change the paths for the images (This used to be commit 96f6c05f25acc8a9bb1977b8bd5cc97ce511b6b1)
Diffstat (limited to 'docs/Samba-Developers-Guide/index.xml')
-rw-r--r--docs/Samba-Developers-Guide/index.xml92
1 files changed, 92 insertions, 0 deletions
diff --git a/docs/Samba-Developers-Guide/index.xml b/docs/Samba-Developers-Guide/index.xml
new file mode 100644
index 0000000000..dfbe726a13
--- /dev/null
+++ b/docs/Samba-Developers-Guide/index.xml
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+<!ENTITY % globalentities SYSTEM '../entities/global.entities'> %globalentities;
+]>
+
+<book id="Samba-Developers-Guide"
+ xmlns:xi="http://www.w3.org/2003/XInclude">
+
+<title>SAMBA Developers Guide</title>
+
+<bookinfo>
+<authorgroup>
+ <editor>&person.jelmer;</editor>
+</authorgroup>
+
+<abstract>
+<para>
+<emphasis>Last Update</emphasis> : Fri Oct 10 00:59:58 CEST 2003
+</para>
+
+<para>
+This book is a collection of documents that might be useful for
+people developing samba or those interested in doing so.
+It's nothing more than a collection of documents written by samba developers about
+the internals of various parts of samba and the SMB protocol. It's still (and will always be) incomplete.
+The most recent version of this document
+can be found at <ulink url="http://devel.samba.org/">http://devel.samba.org/</ulink>.
+Please send updates to <ulink
+url="mailto:jelmer@samba.org">Jelmer Vernooij</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>
+
+</abstract>
+
+</bookinfo>
+<xi:include href="../Samba-Developers-Guide-attributions.xml"/>
+
+<!-- Contents -->
+<toc/>
+
+<!-- Chapters -->
+<part>
+ <title>The protocol</title>
+
+ <xi:include href="NetBIOS.xml"/>
+ <xi:include href="unix-smb.xml"/>
+ <xi:include href="cifsntdomain.xml"/>
+
+</part>
+
+<part>
+ <title>Samba Basics</title>
+
+ <xi:include href="architecture.xml"/>
+ <xi:include href="debug.xml"/>
+ <xi:include href="internals.xml"/>
+ <xi:include href="CodingSuggestions.xml"/>
+ <xi:include href="contributing.xml"/>
+ <xi:include href="modules.xml"/>
+</part>
+
+<part>
+ <title>Samba Subsystems</title>
+
+ <xi:include href="rpc_plugin.xml"/>
+ <xi:include href="vfs.xml"/>
+ <xi:include href="registry.xml"/>
+ <xi:include href="parsing.xml"/>
+ <xi:include href="wins.xml"/>
+ <xi:include href="encryption.xml"/>
+
+</part>
+
+<part>
+ <title>Debugging and tracing</title>
+
+ <xi:include href="Tracing.xml"/>
+ <xi:include href="windows-debug.xml"/>
+ <xi:include href="printing.xml"/>
+</part>
+
+<part><title>Appendices</title>
+ <xi:include href="packagers.xml"/>
+</part>
+
+</book>