diff options
author | John Terpstra <jht@samba.org> | 2003-04-21 22:21:37 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-04-21 22:21:37 +0000 |
commit | 2dfd0555143fc21a3cb877d4a62acc787c817f59 (patch) | |
tree | dbb8cb134aacdcf8b91f211fd397871df7ab1ee2 /docs/docbook/projdoc/samba-doc.sgml | |
parent | 3ac50a125e27911ec29f1c637417fa9ae1612a86 (diff) | |
download | samba-2dfd0555143fc21a3cb877d4a62acc787c817f59.tar.gz samba-2dfd0555143fc21a3cb877d4a62acc787c817f59.tar.bz2 samba-2dfd0555143fc21a3cb877d4a62acc787c817f59.zip |
Updates.
(This used to be commit 27eafbec10ae82eb686a7326f23e2ad9de2369dd)
Diffstat (limited to 'docs/docbook/projdoc/samba-doc.sgml')
-rw-r--r-- | docs/docbook/projdoc/samba-doc.sgml | 51 |
1 files changed, 33 insertions, 18 deletions
diff --git a/docs/docbook/projdoc/samba-doc.sgml b/docs/docbook/projdoc/samba-doc.sgml index 5c3793a1ba..6048d60e5f 100644 --- a/docs/docbook/projdoc/samba-doc.sgml +++ b/docs/docbook/projdoc/samba-doc.sgml @@ -14,17 +14,29 @@ <editor>&person.jht;</editor> <editor>&person.jerry;</editor> - <pubdate>Sunday 6 April</pubdate> + <pubdate>Monday April 21, 2003</pubdate> <abstract> <para> This book is a collection of HOWTOs added to Samba documentation over the years. -Samba is always under development, and so is it's documentation. -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> or -<ulink url="mailto:jelmer@samba.org">jelmer@samba.org</ulink>. +Samba is always under development, and so is it's documentation. This release of the +documentation represents a major revision or layout as well as contents. +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:jelmer@samba.org">jelmer@samba.org</ulink>, +<ulink url="mailto:jht@samba.org">jht@samba.org</ulink> or +<ulink url="mailto:jerry@samba.org">jerry@samba.org</ulink>. +</para> + +<para> +The Samba-Team would like to express sincere thanks to the many people who have with +or without their knwoledge contributed to this update. The size and scope of this +project would not have been possible without significant community contribution. A not +insignificant number of ideas for inclusion (if not content itself) has been obtained +from a number of Unofficial HOWTOs - to each such author a big "Thank-you" is also offered. +Please keep publishing you Unofficial HOWTO's - they are a source of inspiration and +application knowledge that is most to be desired by may Samba users and administrators. </para> </abstract> @@ -41,26 +53,25 @@ url="http://www.fsf.org/licenses/gpl.txt">http://www.fsf.org/licenses/gpl.txt</u <!-- Chapters --> <part id="introduction"> -<title>General installation</title> +<title>General Installation</title> <partintro> -<title>Introduction</title> -<para>This part contains general info on how to install samba +<title>Preparing Samba for Configuration</title> +<para>This section of the Samba-HOWTO-Collection contains general info on how to install samba and how to configure the parts of samba you will most likely need. PLEASE read this.</para> </partintro> &IntroSMB; &UNIX-INSTALL; -&NetworkBrowsing; -&Passdb; </part> <part id="type"> -<title>Type of installation</title> +<title>Server Configuration Basics</title> <partintro> -<title>Introduction</title> +<title>First Steps in Server Configuration</title> <para> -Samba can operate in various SMB networks. This part contains information on configuring samba -for various environments. +Samba can operate in various modes within SMB networks. This HOWTO section contains information on +configuring samba to function as the type of server your network requires. Please read this +section carefully. </para> </partintro> &ServerType; @@ -74,9 +85,13 @@ for various environments. <part id="optional"> <title>Advanced Configuration</title> <partintro> -<title>Introduction</title> -<para>Samba has several features that you might want or might not want to use. The chapters in this part each cover one specific feature.</para> +<title>Valuable Nuts and Bolts Information</title> +<para> +Samba has several features that you might want or might not want to use. The chapters in this part each cover specific Samba features. +</para> </partintro> +&NetworkBrowsing; +&Passdb; &NT-Security; &GROUP-MAPPING-HOWTO; &PRINTER-DRIVER2; |