summaryrefslogtreecommitdiffstats
path: root/docs/docbook/devdoc/dev-doc.xml
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-10-10 16:21:39 +0000
committerGerald Carter <jerry@samba.org>2003-10-10 16:21:39 +0000
commit510064b14e8fddafe615f8c707023fcc3f84f094 (patch)
tree3996016a2dbb315f4e3815c3ea1b168448bc7b70 /docs/docbook/devdoc/dev-doc.xml
parent6cd6f508aa12468950d68567000db33651192a22 (diff)
downloadsamba-510064b14e8fddafe615f8c707023fcc3f84f094.tar.gz
samba-510064b14e8fddafe615f8c707023fcc3f84f094.tar.xz
samba-510064b14e8fddafe615f8c707023fcc3f84f094.zip
removing docs from HEAD
(This used to be commit 820903ef5a062b4b9824c33ee035c68a39c8eeb0)
Diffstat (limited to 'docs/docbook/devdoc/dev-doc.xml')
-rw-r--r--docs/docbook/devdoc/dev-doc.xml89
1 files changed, 0 insertions, 89 deletions
diff --git a/docs/docbook/devdoc/dev-doc.xml b/docs/docbook/devdoc/dev-doc.xml
deleted file mode 100644
index e112a0f9e1..0000000000
--- a/docs/docbook/devdoc/dev-doc.xml
+++ /dev/null
@@ -1,89 +0,0 @@
-<?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 '../global.ent'> %globalentities;
-<!ENTITY NetBIOS SYSTEM "NetBIOS.xml">
-<!ENTITY Architecture SYSTEM "architecture.xml">
-<!ENTITY debug SYSTEM "debug.xml">
-<!ENTITY internals SYSTEM "internals.xml">
-<!ENTITY parsing SYSTEM "parsing.xml">
-<!ENTITY unix-smb SYSTEM "unix-smb.xml">
-<!ENTITY CodingSuggestions SYSTEM "CodingSuggestions.xml">
-<!ENTITY Tracing SYSTEM "Tracing.xml">
-<!ENTITY cifsntdomain SYSTEM "cifsntdomain.xml">
-<!ENTITY printing SYSTEM "printing.xml">
-<!ENTITY wins SYSTEM "wins.xml">
-<!ENTITY sam SYSTEM "sam.xml">
-<!ENTITY encryption SYSTEM "encryption.xml">
-<!ENTITY rpc-plugin SYSTEM "rpc_plugin.xml">
-<!ENTITY modules SYSTEM "modules.xml">
-<!ENTITY packagers SYSTEM "packagers.xml">
-<!ENTITY contributing SYSTEM "contributing.xml">
-<!ENTITY vfs SYSTEM "vfs.xml">
-<!ENTITY windows-deb SYSTEM "windows-debug.xml">
-<!ENTITY registry SYSTEM "registry.xml">
-]>
-
-<book id="Samba-Developers-Guide">
-
-<title>SAMBA Developers Guide</title>
-
-<bookinfo>
-<abstract>
-<para>
-<emphasis>Last Update</emphasis> : Fri Jun 6 00:45:54 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 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>
-<preface>
- <title>Attributions</title>
-
- &attributions-dev;
-</preface>
-
-
-<!-- Contents -->
-<toc/>
-
-<!-- Chapters -->
-&NetBIOS;
-&Architecture;
-&debug;
-&CodingSuggestions;
-&internals;
-&parsing;
-&unix-smb;
-&Tracing;
-&windows-deb;
-&cifsntdomain;
-&printing;
-&wins;
-&sam;
-&encryption;
-&modules;
-&rpc-plugin;
-&vfs;
-&packagers;
-&registry;
-&contributing;
-
-</book>