Use the Samba DTD rather then the original DocBook one. This step will
authorJelmer Vernooij <jelmer@samba.org>
Fri, 11 Mar 2005 21:33:28 +0000 (21:33 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:46:17 +0000 (08:46 -0500)
(after the DTD is finished) allow us to validate the source documents.
This all is require for generating PDF's thru XML-FO.

50 files changed:
docs/Makefile
docs/Samba-Developers-Guide/index.xml
docs/Samba-Guide/index.xml
docs/Samba-HOWTO-Collection/AccessControls.xml
docs/Samba-HOWTO-Collection/AdvancedNetworkAdmin.xml
docs/Samba-HOWTO-Collection/BDC.xml
docs/Samba-HOWTO-Collection/Backup.xml
docs/Samba-HOWTO-Collection/Bugs.xml
docs/Samba-HOWTO-Collection/CUPS-printing.xml
docs/Samba-HOWTO-Collection/Compiling.xml
docs/Samba-HOWTO-Collection/DNS-DHCP-Configuration.xml
docs/Samba-HOWTO-Collection/Diagnosis.xml
docs/Samba-HOWTO-Collection/DomainMember.xml
docs/Samba-HOWTO-Collection/FastStart.xml
docs/Samba-HOWTO-Collection/Further-Resources.xml
docs/Samba-HOWTO-Collection/Group-Mapping.xml
docs/Samba-HOWTO-Collection/HighAvailability.xml
docs/Samba-HOWTO-Collection/IDMAP.xml
docs/Samba-HOWTO-Collection/Install.xml
docs/Samba-HOWTO-Collection/Integrating-with-Windows.xml
docs/Samba-HOWTO-Collection/InterdomainTrusts.xml
docs/Samba-HOWTO-Collection/IntroSMB.xml
docs/Samba-HOWTO-Collection/LargeFile.xml
docs/Samba-HOWTO-Collection/NT4Migration.xml
docs/Samba-HOWTO-Collection/NetworkBrowsing.xml
docs/Samba-HOWTO-Collection/Other-Clients.xml
docs/Samba-HOWTO-Collection/PAM.xml
docs/Samba-HOWTO-Collection/PDC.xml
docs/Samba-HOWTO-Collection/Passdb.xml
docs/Samba-HOWTO-Collection/PolicyMgmt.xml
docs/Samba-HOWTO-Collection/Portability.xml
docs/Samba-HOWTO-Collection/Printing.xml
docs/Samba-HOWTO-Collection/Problems.xml
docs/Samba-HOWTO-Collection/ProfileMgmt.xml
docs/Samba-HOWTO-Collection/RightsAndPriviliges.xml
docs/Samba-HOWTO-Collection/SWAT.xml
docs/Samba-HOWTO-Collection/Securing.xml
docs/Samba-HOWTO-Collection/ServerType.xml
docs/Samba-HOWTO-Collection/Speed.xml
docs/Samba-HOWTO-Collection/StandAloneServer.xml
docs/Samba-HOWTO-Collection/Unicode.xml
docs/Samba-HOWTO-Collection/VFS.xml
docs/Samba-HOWTO-Collection/Winbind.xml
docs/Samba-HOWTO-Collection/WindowsClientConfig.xml
docs/Samba-HOWTO-Collection/foreword-tridge.xml
docs/Samba-HOWTO-Collection/glossary.xml
docs/Samba-HOWTO-Collection/index.xml
docs/Samba-HOWTO-Collection/locking.xml
docs/Samba-HOWTO-Collection/msdfs.xml
docs/Samba-HOWTO-Collection/upgrading-to-3.0.xml

index e08a1152770c18325d0b72e822098e47d9b19b42..97bf3634b498fa4c6f3f18de716a4a40acd52cce 100644 (file)
@@ -30,15 +30,13 @@ help:
        @echo " all - Build all docs that can be build using the utilities found by configure"
        @echo " everything - Build all of the above"
        @echo " pdf,tex,dvi,ps,manpages,txt,pearson,fo,htmlhelp - Build specific output format"
-       @echo " html - Build multi-file HTML version of HOWTO Collection, Guide and Dev-Guide"
-       @echo " html-single - Build single-file HTML version of HOWTO Collection, Guide and Dev-Guide"
+       @echo " html - Build multi-file HTML versions"
+       @echo " html-single - Build single-file HTML versions"
        @echo " htmlman - Build HTML version of manpages"
        @echo " undocumented - Output list of undocumented smb.conf options"
        @echo " samples - Extract examples"
        @echo " files - Extract other files"
 
-
-
 Samba-Guide/index.xml: $(subst Samba-Guide/index.xml,,$(wildcard Samba-Guide/*.xml))
 Samba-HOWTO-Collection/index.xml: $(subst Samba-HOWTO-Collection/index.xml,,$(wildcard Samba-HOWTO-Collection/*.xml)) Samba-HOWTO-Collection-attributions.xml
 Samba-Developers-Guide/index.xml: $(subst Samba-Developers-Guide/index.xml,,$(wildcard Samba-Developers-Guide/*.xml)) Samba-Developers-Guide-attributions.xml
@@ -67,6 +65,7 @@ htmlman: $(patsubst $(MANPAGEDIR)/%.xml,$(HTMLDIR)/%.html,$(MANPAGES)) $(HTMLDIR
 html-single: $(patsubst $(DOCBOOKDIR)/%.xml,$(HTMLDIR)/%.html,$(MAIN_DOCS))
 html: $(patsubst $(DOCBOOKDIR)/%.xml,$(HTMLDIR)/%/index.html,$(MAIN_DOCS)) $(HTMLDIR)/index.html
 htmlhelp: $(patsubst $(DOCBOOKDIR)/%.xml,$(HTMLHELPDIR)/%,$(MAIN_DOCS))
+validate: $(patsubst $(DOCBOOKDIR)/%.xml,$(VALIDATEDIR)/%.report.html,$(MAIN_DOCS))
 
 # Intermediate docbook docs
 
@@ -230,8 +229,6 @@ $(VALIDATEDIR)/%.report.html: %/index.xml
        mkdir -p $(@D)
        $(XMLLINT) --xinclude --postvalid --noout --htmlout $< 2> $@
 
-validate: $(VALIDATEDIR)/Samba-HOWTO-Collection.report.html $(VALIDATEDIR)/Samba-Developers-Guide.report.html $(VALIDATEDIR)/Samba-Guide.report.html 
-
 # Find undocumented parameters
 undocumented: $(SMBDOTCONFDOC)/parameters.all.xml scripts/find_missing_doc.pl scripts/find_missing_manpages.pl
        @$(PERL) scripts/find_missing_doc.pl $(SRCDIR)
@@ -249,8 +246,8 @@ samples: $(DOCBOOKDIR)/Samba-HOWTO-Collection.xml xslt/extract-examples.xsl scri
 # Archiving
 archive: pdf
        mkdir -p $(ARCHIVEDIR)
-       cp $(PDFDIR)/Samba-HOWTO-Collection.pdf $(ARCHIVEDIR)/TOSHARG-`date +%Y%m%d%H%M%S`.pdf
-       cp $(PDFDIR)/Samba-Guide.pdf $(ARCHIVEDIR)/S3bE-`date +%Y%m%d%H%M%S`.pdf
+       cp $(PDFDIR)/Samba-HOWTO-Collection.pdf $(ARCHIVEDIR)/TOSHARG-$(shell date +%Y%m%d%H%M%S).pdf
+       cp $(PDFDIR)/Samba-Guide.pdf $(ARCHIVEDIR)/S3bE-$(shell date +%Y%m%d%H%M%S).pdf
 
 # XSL scripts
 xslt/html.xsl: xslt/html-common.xsl settings.xsl
index 1917c675e61a49b98d976fad516183f477bcf4f2..9d3cc9aea7974f1cfeda049caa149784c61f2d92 100644 (file)
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//samba//DTD Samba XML V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc" [
-<!ENTITY % globalentities SYSTEM '../entities/global.entities'> %globalentities;
-]>
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 
 <book id="Samba-Developers-Guide"
        xmlns:xi="http://www.w3.org/2003/XInclude">
index 549f8e50e73eceb72271d415f7ca9f983a5f7249..a4b788ef83b99f6ddc5c1299a6d200b7a4aa2e72 100644 (file)
@@ -1,11 +1,6 @@
 <?xml version="1.0"?>\r
-<!DOCTYPE book PUBLIC "-//Samba//DTD Samba XML V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc" [\r
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">\r
 \r
-  <!-- entities files to use -->\r
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>\r
-  %global_entities;\r
-\r
-]>\r
 <book id="S3bE"\r
        xmlns:xi="http://www.w3.org/2003/XInclude">\r
        <title>Samba-3 by Example</title>\r
index fc129f671289b41a866dbc22d43a606d5b6459aa..a331429a23bc56d76af9d104762b71dbc99bc2d5 100644 (file)
@@ -1,9 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 
 <chapter id="AccessControls">
 <chapterinfo>
index a95b9f21262a05d7bb4295080c4df0124f8de18f..4582932f93c741c7c56f912f3bf08d9f042df5bc 100644 (file)
@@ -1,9 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="AdvancedNetworkManagement">
 <chapterinfo>
        &author.jht;
index a43f5ad49237a8220236e4cc75a6275d87a7ccb0..8f9dd5efd4829c75a063494a1ee5e571befca080 100644 (file)
@@ -1,13 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!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;
-
-]>
-
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="samba-bdc">
 
 <chapterinfo>
index 5c4dceed3812e262b2cbc42ae8aa6999202271ca..c42ee95f3ca690b9aebefdda29cbf4518441e738 100644 (file)
@@ -1,9 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="Backup">
 <chapterinfo>
        &author.jht;
index 936d5a62eb2d59e7ab1be8c3cc935d974f8f1a92..0f8378993fa99e3ff0a779fba12f7a8e1cc98fbe 100644 (file)
@@ -1,9 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="bugreport">
 
 <chapterinfo>
index 6504dd8e03e04f77ec8012fa4c56c84a4b39210b..3c80144a44c6289d2e601f2b1b539a829016140a 100644 (file)
@@ -1,10 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
-
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="CUPS-printing">
 
 <chapterinfo>
index 3ff8046dbec6d799d3dbe7d6f6e97808f34b05ed..a8182224040dc65499cd8d459311cd2360d1ce1b 100644 (file)
@@ -1,9 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="compiling">
 <chapterinfo>
        &author.jelmer;
index 67a314257272b4dfcaee5cd77692feec40370336..74f612486582a01f3b412963b14913b26c121c96 100644 (file)
@@ -1,9 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="DNSDHCP">
 <chapterinfo>
        &author.jht;
index eb7e29797d05c87229b2ae5789138dbdcdd15c02..f6403dcf2c52af42ab867d6598d3991d82f8aea3 100644 (file)
@@ -1,9 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="diagnosis">
 <chapterinfo>
        &author.tridge;
index d0c72ee1261bc3ee79583adbd6cbb2b21e41877c..649766b6c1df0c01b5fd59c52d32570a2445f52e 100644 (file)
@@ -1,13 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!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;
-
-]>
-
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="domain-member">
 
 <chapterinfo>
index b2cde2bd96c5287001b6bef4326b2cb90209b1c7..66c7cec13834b5e6c41e82474f7926cf07b6494a 100644 (file)
@@ -1,13 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!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;
-
-]>
-
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="FastStart">
 <chapterinfo>
        &author.jht;
index 8ca95442be6bb5b3f3b812e45ad4c0ebc9a6f7d8..001ec6a0775afea2a60ebe8b1f301b6e2f8a0ca2 100644 (file)
@@ -1,10 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
-
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="Further-Resources">
 <chapterinfo>
        &author.jelmer;
index 9809517ec508d8e3c82fa05d2472d9ac69af7d57..4d983655b4b8ff060d291f3b7b38df4f2547e128 100644 (file)
@@ -1,13 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!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;
-
-]>
-
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="groupmapping">
 <chapterinfo>
        &author.jht;
index b3c94dd79de2d8a6f5cadc85efd49b8a5fe8f0f7..3f0186c3737b63d29b7d51650cfcd0ca8438e620 100644 (file)
@@ -1,9 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="SambaHA">
 <chapterinfo>
        &author.jht;
index 3ce49d9b622699752745a693ea928f4ddab4dae2..a90902a70ffae23128b2d9387708b539bc45dcd4 100644 (file)
@@ -1,13 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!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;
-
-]>
-
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="idmapper">
 <chapterinfo>
        &author.jht;
index 284d6853cac9ae8f8ce148849f4ac784ad2afd07..c5b579a0464aae84e2871cd4680d10b3b4927ce0 100644 (file)
@@ -1,13 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!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;
-
-]>
-
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="install">
 <chapterinfo>
        &author.tridge;
index 468aabb5bc7e5aad7a2dfd6bdf25a086f305dac3..bfbd1b52da0d01dd3f74fad28865b7be6e255f84 100644 (file)
@@ -1,13 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!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;
-
-]>
-
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="integrate-ms-networks">
  
 <chapterinfo>
index c3bfa992bb8589516d50def31f93bf384f484f45..f255924b23f6393dc423c50265f239f153b815ac 100644 (file)
@@ -1,10 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
-
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="InterdomainTrusts">
 <chapterinfo>
        &author.jht;
index 9e91d1f70d207975e635716b444e899198a66824..44fde8301c663731b0645e21f060093b49333ac4 100644 (file)
@@ -1,13 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!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;
-
-]>
-
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <preface id="IntroSMB">
 <chapterinfo>
        &author.jht;
index 01ef99fe8b5727efe42059f134cffb91a1cf5e6a..441094f2feb85b2acf2638a6873ba56c4296726f 100644 (file)
@@ -1,8 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//samba//DTD Samba XML V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc" [
-<!ENTITY % globalentities SYSTEM '../entities/global.entities'> %globalentities;
-]>
-
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="largefile">
 <chapterinfo>
        &author.jeremy;
index 28706041e6a6e94685b743b6ef2aecd41a750384..f26a1d95af2987751224124fe8b4d850d02a7508 100644 (file)
@@ -1,9 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="NT4Migration">
 <chapterinfo>
        &author.jht;
index 5dbfddce4ba444ef24d765c775f34ed059787af4..54c4846c6672f6ae781198bb381da7501f284b12 100644 (file)
@@ -1,10 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
-
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="NetworkBrowsing">
 <chapterinfo>
        &author.jht;
index c0d80ae86100ad6259df4dc50046259867f4b8ee..a53896cd965becfdc14c01c2b3d3f9380305a432 100644 (file)
@@ -1,9 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="Other-Clients">
 <chapterinfo>
        &author.jelmer;
index d5240f021a937a7744b44a1a9c2718314e8a22b7..239d322ecf89f97891ffc0d22edb65027ebdca16 100644 (file)
@@ -1,9 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="pam">
 <chapterinfo>
        &author.jht;
index cc973343c2234a4ccf07de705414a71c769b762c..dd2f73585b52329567cf783e45e95345fffce32e 100644 (file)
@@ -1,13 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!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;
-
-]>
-
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="samba-pdc">
 
 <chapterinfo>
index 15983d7420df7833207f3fc2400a97ac08ca5fbd..adfec20df56a0d825007a57090cc6f330a58987b 100644 (file)
@@ -1,10 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
-
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="passdb">
 <chapterinfo>
        &author.jelmer;
index 2f63148a5872a6eacbbce40c09b354214b066676..e1b33e0916afc4aa80a38f353723a9792bad3606 100644 (file)
@@ -1,9 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="PolicyMgmt">
 <chapterinfo>
        &author.jht;
index a4f7107e41ad1f5ddae8341bd12e3dacf4baa824..8dd3c28ac89f7e615ebdc8732fd0b0bd26161b1b 100644 (file)
@@ -1,9 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="Portability">
 <chapterinfo>
        &author.jelmer;
index 9266712727cc7486e1d50ce5d10f267e79776798..b02bab0d5262d2746411dc86eb5df0a417e90033 100644 (file)
@@ -1,10 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
-
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="printing">
 
 <chapterinfo>
index 3bc50968ec2cb3045d6ced659df73a526e0eb6d6..e6507bf3e1f10aa816014e7f2e6cd5a6cf38f71b 100644 (file)
@@ -1,9 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="problems">
 
 <chapterinfo>
index f84deca994378a02dc0be518ed1d0ab6c4b70301..6ac8e7c2958229a8493552459effd05654241b8f 100644 (file)
@@ -1,9 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="ProfileMgmt">
 <chapterinfo>
        &author.jht;
index ef670e201d63b68ca7a1280793ab8f94f19a115c..0d16314cd3acbcee5e996e033953a76c7bfacb30 100644 (file)
@@ -1,13 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!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;
-
-]>
-
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="rights">
 <chapterinfo>
         &author.jerry;
index 1f14d70546ed13fd2ed3ea493a9d2e21b91c8601..1902cdd06ce2584055762df94880b2dce9935c04 100644 (file)
@@ -1,9 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="SWAT">
 <chapterinfo>
        &author.jht;
index 4a21699c61ddb241a9c96d134365508b613aff56..28ab3b31cfe64d06265a55c348b54fb83bb8d626 100644 (file)
@@ -1,10 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
-
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="securing-samba">
 
 <chapterinfo>
index 042303a3379264364d25f949da9d135dcf2756d9..8a0fb01c9067fa28162aa2bb1c2f52c0d784b73a 100644 (file)
@@ -1,13 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!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;
-
-]>
-
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="ServerType">
 <chapterinfo>
        &author.tridge;
index 44956f681229342e945775b638241139c4f8b8bb..74c6ec2b7394b3781390e19a6d1117f14d283def 100644 (file)
@@ -1,9 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="speed">
 
 <chapterinfo>
index 99396d5b1c45c1faf07dee611371ab0d84bd8da0..f493eae71d3b93eee3c4963204d43ff625d80ab3 100644 (file)
@@ -1,13 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!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;
-
-]>
-
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="StandAloneServer">
 <chapterinfo>
        &author.jht;
index 0f618e9d5b85e6af2b87f471d8ed69bb096d84e5..3e6428db5da4e465c89fd7511996dd06010601e6 100644 (file)
@@ -1,9 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="unicode">
 <chapterinfo>
        &author.jelmer;
index 3fa0068411c2e6087e4d30b27713c289e7e439d5..fe01973d972e0677c41046fd2ca9077fcf53bfcb 100644 (file)
@@ -1,10 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
-
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="VFS">
 <chapterinfo>
        &author.jelmer;
index 6405118f2cbe024ad2f31f583db2f8a61b2c84df..c3762278ee18a485703b435840e0ecc4c221e006 100644 (file)
@@ -1,9 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="winbind">
 
 <chapterinfo>
index ec431d287020468dc2e3ab0e99cd069b2d77a94c..86cf7100ba01cb00727a58fc74655637f88a88ad 100644 (file)
@@ -1,10 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
-
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="ClientConfig">
 <chapterinfo>
        &author.jht;
index f140d6bb0950002e5681911db89ffbf10d26b9f5..c89a7a9e283e3c04b2b7be9bf08427edb0916d5a 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <preface>
        <title>Foreword</title>
 
index 72c27a5dbf540a32d9699b8e13bd7e1167d67801..8aac554782b8b73a141a407e3b827ec25891099e 100644 (file)
@@ -1,9 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <glossary>
        <title>Glossary</title>
 
index 14f595cae17108362e4252fe5f5d7a9c6f15cda1..6ec70c83b36a584edddf747c44d23f91abaafdbe 100644 (file)
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//samba//DTD Samba XML V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc" [
-<!ENTITY % globalentities SYSTEM '../entities/global.entities'> %globalentities;
-]>
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 
 <book id="Samba-HOWTO-Collection"
        xmlns:xi="http://www.w3.org/2003/XInclude">
index 555efd37a8a8a9fb25a929700d286197e1a73d76..3c85e991eefb6d5d3506d2884e514bed0c1ff3d1 100644 (file)
@@ -1,13 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!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;
-
-]>
-
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="locking">
 <chapterinfo>
        &author.jeremy;
index e4a83b787a20a3297f1ff2fa5ab74e9710c3d9f3..97ddfceec2c51ab9baa031c44116abf810b107c0 100644 (file)
@@ -1,10 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
-
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="msdfs">
 
 <chapterinfo>
index 6633a1bab60c184fea9d11522e6d03c46bb34faf..82bbe946933d9df7eb97105206e876c6519fe563 100644 (file)
@@ -1,9 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
-  <!ENTITY % global_entities SYSTEM '../entities/global.entities'>
-  %global_entities;
-]>
+<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
 <chapter id="upgrading-to-3.0">
 <chapterinfo>
        &author.jelmer;