diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-08-28 08:43:04 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-08-28 08:43:04 +0000 |
commit | 147e2a82531b68b8964defe0ebd26f62d7531027 (patch) | |
tree | 5f532e94b459021a06e0493b272240a2a4fa5404 /docs/docbook/devdoc/dev-doc.sgml | |
parent | 772e9b2ac8335b4a9604171856ad903bd7de120a (diff) | |
download | samba-147e2a82531b68b8964defe0ebd26f62d7531027.tar.gz samba-147e2a82531b68b8964defe0ebd26f62d7531027.tar.bz2 samba-147e2a82531b68b8964defe0ebd26f62d7531027.zip |
Adding new series of text-to-sgml converted files.
Removed OS2-Client-HOWTO and put it into Other-Clients.sgml
(This used to be commit 076f34af8e5af7fb2d07b724522ef77f33559c82)
Diffstat (limited to 'docs/docbook/devdoc/dev-doc.sgml')
-rw-r--r-- | docs/docbook/devdoc/dev-doc.sgml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/docs/docbook/devdoc/dev-doc.sgml b/docs/docbook/devdoc/dev-doc.sgml new file mode 100644 index 0000000000..f84c129f00 --- /dev/null +++ b/docs/docbook/devdoc/dev-doc.sgml @@ -0,0 +1,44 @@ +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [ +<!ENTITY NetBIOS SYSTEM "NetBIOS.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; + +</book> |