diff options
Diffstat (limited to 'docs/docbook/projdoc/samba-doc.sgml')
-rw-r--r-- | docs/docbook/projdoc/samba-doc.sgml | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/docs/docbook/projdoc/samba-doc.sgml b/docs/docbook/projdoc/samba-doc.sgml new file mode 100644 index 0000000000..28baa7f609 --- /dev/null +++ b/docs/docbook/projdoc/samba-doc.sgml @@ -0,0 +1,77 @@ +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [ +<!ENTITY UNIX-INSTALL SYSTEM "UNIX_INSTALL.sgml"> +<!ENTITY ENCRYPTION SYSTEM "ENCRYPTION.sgml"> +<!ENTITY MS-Dfs-Setup SYSTEM "msdfs_setup.sgml"> +<!ENTITY PRINTER-DRIVER2 SYSTEM "printer_driver2.sgml"> +<!ENTITY DOMAIN-MEMBER SYSTEM "DOMAIN_MEMBER.sgml"> +<!ENTITY WINBIND SYSTEM "winbind.sgml"> +<!ENTITY NT-Security SYSTEM "NT_Security.sgml"> +<!ENTITY OS2-Client SYSTEM "OS2-Client-HOWTO.sgml"> +<!ENTITY Samba-PDC-HOWTO SYSTEM "Samba-PDC-HOWTO.sgml"> +<!ENTITY Samba-BDC-HOWTO SYSTEM "Samba-BDC-HOWTO.sgml"> +<!ENTITY CVS-Access SYSTEM "CVS-Access.sgml"> +<!ENTITY IntegratingWithWindows SYSTEM "Integrating-with-Windows.sgml"> +<!ENTITY Samba-PAM SYSTEM "PAM-Authentication-And-Samba.sgml"> +<!ENTITY Samba-LDAP SYSTEM "Samba-LDAP-HOWTO.sgml"> +<!ENTITY INDEX-FILE SYSTEM "index.sgml"> +]> + +<book id="Samba-Project-Documentation"> + +<title>SAMBA Project Documentation</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 Apr 1 08:47:26 CST 2002 +</para> + +<para> +This book is a collection of HOWTOs added to Samba documentation over the years. +I try to ensure that all are current, but sometimes the is a larger job +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> + +<para> +Cheers, jerry +</para> + +</dedication> + +<!-- Chapters --> +&UNIX-INSTALL; +&IntegratingWithWindows; +&Samba-PAM; +&MS-Dfs-Setup; +&NT-Security; +&PRINTER-DRIVER2; +&DOMAIN-MEMBER; +&Samba-PDC-HOWTO; +&Samba-BDC-HOWTO; +&Samba-LDAP; +&WINBIND; +&OS2-Client; +&CVS-Access; + +<!-- Autogenerated Index --> +&INDEX-FILE; + +</book> |