From 71c7aff70da232a3382ae0f1803a8e700e0784e6 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 11 Apr 2004 18:51:31 +0000 Subject: Fix developer documentation build (This used to be commit 60aac4237b390eb5d5388cec419a7ccbcc3178ec) --- docs/devel/dev-doc.xml | 117 ------------------------------------------------- docs/devel/index.xml | 117 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 117 insertions(+), 117 deletions(-) delete mode 100644 docs/devel/dev-doc.xml create mode 100644 docs/devel/index.xml diff --git a/docs/devel/dev-doc.xml b/docs/devel/dev-doc.xml deleted file mode 100644 index 8a9e165a79..0000000000 --- a/docs/devel/dev-doc.xml +++ /dev/null @@ -1,117 +0,0 @@ - - %globalentities; - - - - - - - - - - - - - - - - - - - - -]> - - - -SAMBA Developers Guide - - - - &person.jelmer; - - - - -Last Update : Fri Oct 10 00:59:58 CEST 2003 - - - -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 http://devel.samba.org/. -Please send updates to Jelmer Vernooij. - - - -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 http://www.fsf.org/licenses/gpl.txt - - - - - - - Attributions - - &attributions-dev; - - - - - - - - - The protocol - - &NetBIOS; - &unix-smb; - &cifsntdomain; - - - - - Samba Basics - -&Architecture; -&debug; -&internals; -&CodingSuggestions; -&contributing; -&modules; - - - - Samba Subsystems - - &sam; - &rpc-plugin; - &vfs; - ®istry; - &parsing; - &wins; - &encryption; - - - - - Debugging and tracing - -&Tracing; -&windows-deb; -&printing; - - -Appendices - &packagers; - - - diff --git a/docs/devel/index.xml b/docs/devel/index.xml new file mode 100644 index 0000000000..8a9e165a79 --- /dev/null +++ b/docs/devel/index.xml @@ -0,0 +1,117 @@ + + %globalentities; + + + + + + + + + + + + + + + + + + + + +]> + + + +SAMBA Developers Guide + + + + &person.jelmer; + + + + +Last Update : Fri Oct 10 00:59:58 CEST 2003 + + + +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 http://devel.samba.org/. +Please send updates to Jelmer Vernooij. + + + +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 http://www.fsf.org/licenses/gpl.txt + + + + + + + Attributions + + &attributions-dev; + + + + + + + + + The protocol + + &NetBIOS; + &unix-smb; + &cifsntdomain; + + + + + Samba Basics + +&Architecture; +&debug; +&internals; +&CodingSuggestions; +&contributing; +&modules; + + + + Samba Subsystems + + &sam; + &rpc-plugin; + &vfs; + ®istry; + &parsing; + &wins; + &encryption; + + + + + Debugging and tracing + +&Tracing; +&windows-deb; +&printing; + + +Appendices + &packagers; + + + -- cgit