diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-06-18 13:11:00 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:55 -0500 |
commit | 2fb5f5f740cbc3128f7e57ab9cee3f85c77bb56f (patch) | |
tree | c3e26c12d58bbe3320e45fa0eac789dd44124c08 /docs/guide/index.xml | |
parent | d203e81109c3a17a1dc7ac90bbbf322b671d6361 (diff) | |
download | samba-2fb5f5f740cbc3128f7e57ab9cee3f85c77bb56f.tar.gz samba-2fb5f5f740cbc3128f7e57ab9cee3f85c77bb56f.tar.bz2 samba-2fb5f5f740cbc3128f7e57ab9cee3f85c77bb56f.zip |
Minor fixes:
- faster doc compilation
- remove unused (CVS) script
(This used to be commit 9cab0924b0c7379f68ff12d02e7a496f8359816b)
Diffstat (limited to 'docs/guide/index.xml')
-rw-r--r-- | docs/guide/index.xml | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/docs/guide/index.xml b/docs/guide/index.xml new file mode 100644 index 0000000000..1288db26f1 --- /dev/null +++ b/docs/guide/index.xml @@ -0,0 +1,53 @@ +<?xml version="1.0"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+
+ <!-- entities files to use -->
+ <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
+ %global_entities;
+
+]>
+<book id="S3bE"
+ xmlns:xi="http://www.w3.org/2003/XInclude">
+ <title>Samba-3 by Example</title>
+ <subtitle>Practical Exercises in Successful Samba Deployment</subtitle>
+ <bookinfo>
+ <authorgroup>
+ <author>&person.jht;</author>
+ </authorgroup>
+ <pubdate>February 23, 2004</pubdate>
+ <version>20040220</version>
+ </bookinfo>
+ <?latex \clearpage ?>
+ <para>boo</para>
+ <?latex \clearpage ?>
+ <para>boo</para>
+ <?latex \clearpage ?>
+ <para>boo</para>
+ <xi:include href="inside-cover.xml"/>
+ <xi:include href="acknowledgements.xml"/>
+ <xi:include href="foreword.xml"/>
+ <xi:include href="preface.xml"/>
+ <?latex \cleardoublepage ?>
+ <toc/>
+ <?latex \cleardoublepage ?>
+ <?latex \listofexamples ?>
+ <?latex \cleardoublepage ?>
+ <lot/>
+ <!-- Chapters -->
+ <xi:include href="Chap01-WindowsNetworkingPrimer.xml"/>
+ <xi:include href="Chap02-SimpleOfficeServer.xml"/>
+ <xi:include href="Chap03-TheSmallOffice.xml"/>
+ <xi:include href="Chap04-SecureOfficeServer.xml"/>
+ <xi:include href="Chap05-500UserNetwork.xml"/>
+ <xi:include href="Chap06-MakingHappyUsers.xml"/>
+ <xi:include href="Chap07-2000UserNetwork.xml"/>
+ <xi:include href="Chap08-MigrateNT4Samba3.xml"/>
+ <xi:include href="Chap09-AddingUNIXClients.xml"/>
+ <xi:include href="Chap10-KerberosFastStart.xml"/>
+ <xi:include href="Chap10b-DomainAppsSupport.xml"/>
+ <xi:include href="Chap11-HighAvailability.xml"/>
+ <xi:include href="Chap12-Appendix.xml"/>
+ <?latex \include{gpl}?>
+ <xi:include href="glossary.xml"/>
+ <index/>
+</book>
|