summaryrefslogtreecommitdiffstats
path: root/docs/docbook/devdoc/dev-doc.sgml
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-05-01 14:00:10 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-05-01 14:00:10 +0000
commitdbd241f3421731692cbeae96db9d3bd11bc4f602 (patch)
treec9a7fabb8502c567f8f336efce103926d0326b4f /docs/docbook/devdoc/dev-doc.sgml
parent5e887315cffee97cba366e304ce85458c5fea6aa (diff)
downloadsamba-dbd241f3421731692cbeae96db9d3bd11bc4f602.tar.gz
samba-dbd241f3421731692cbeae96db9d3bd11bc4f602.tar.xz
samba-dbd241f3421731692cbeae96db9d3bd11bc4f602.zip
Merge over Alexanders' conversion to Docbook XML
(This used to be commit b0e3fa7a3657a82a208fdee6cb587705db2b5ac4)
Diffstat (limited to 'docs/docbook/devdoc/dev-doc.sgml')
-rw-r--r--docs/docbook/devdoc/dev-doc.sgml70
1 files changed, 0 insertions, 70 deletions
diff --git a/docs/docbook/devdoc/dev-doc.sgml b/docs/docbook/devdoc/dev-doc.sgml
deleted file mode 100644
index e256dbe3a2..0000000000
--- a/docs/docbook/devdoc/dev-doc.sgml
+++ /dev/null
@@ -1,70 +0,0 @@
-<!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">
-<!ENTITY Tracing SYSTEM "Tracing.sgml">
-<!ENTITY cifsntdomain SYSTEM "cifsntdomain.sgml">
-<!ENTITY printing SYSTEM "printing.sgml">
-<!ENTITY wins SYSTEM "wins.sgml">
-<!ENTITY sam SYSTEM "sam.sgml">
-<!ENTITY encryption SYSTEM "encryption.sgml">
-]>
-
-<book id="Samba-Developers-Guide">
-
-<title>SAMBA Developers 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 Sep 30 15:23:53 CDT 2002
-</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@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;
-&Tracing;
-&cifsntdomain;
-&printing;
-&wins;
-&sam;
-&encryption;
-
-</book>