mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
Fix validation for the developers guide.
(This used to be commit 2a26734ce2
)
This commit is contained in:
parent
acee25664c
commit
04db59897c
@ -65,7 +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,$(MAIN_DOCS))
|
||||
validate: $(patsubst $(DOCBOOKDIR)/%.xml,%-validate,$(MAIN_DOCS))
|
||||
|
||||
# Intermediate docbook docs
|
||||
|
||||
@ -225,9 +225,8 @@ $(PEARSONDIR)/%.report.html: $(PEARSONDIR)/%.xml
|
||||
-$(XMLLINT) --valid --noout $< 2> $@
|
||||
|
||||
# Validation verification
|
||||
$(VALIDATEDIR)/%.report: %/index.xml
|
||||
mkdir -p $(@D)
|
||||
-$(XMLLINT) --xinclude --postvalid --noout $< 2> $@
|
||||
%-validate: %/index.xml
|
||||
-$(XMLLINT) --xinclude --noent --postvalid --noout $<
|
||||
|
||||
# Find undocumented parameters
|
||||
undocumented: $(SMBDOTCONFDOC)/parameters.all.xml scripts/find_missing_doc.pl scripts/find_missing_manpages.pl
|
||||
|
@ -41,7 +41,6 @@ PDFDIR = $(OUTPUTDIR)
|
||||
DVIDIR = $(OUTPUTDIR)
|
||||
FODIR = $(OUTPUTDIR)
|
||||
HTMLHELPDIR = $(OUTPUTDIR)/htmlhelp
|
||||
VALIDATEDIR = $(OUTPUTDIR)/validate
|
||||
PEARSONDIR = $(OUTPUTDIR)/pearson
|
||||
TXTDIR = $(OUTPUTDIR)/textdocs
|
||||
HTMLDIR=$(OUTPUTDIR)/htmldocs
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<!DOCTYPE chapter PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<chapter id="CodingSuggestions">
|
||||
<chapterinfo>
|
||||
<author>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<!DOCTYPE chapter PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<chapter id="netbios">
|
||||
<chapterinfo>
|
||||
<author>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<!DOCTYPE chapter PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<chapter id="tracing">
|
||||
<chapterinfo>
|
||||
<author>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<!DOCTYPE chapter PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<chapter id="architecture">
|
||||
<chapterinfo>
|
||||
<author>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<!DOCTYPE chapter PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<chapter id="ntdomain">
|
||||
<chapterinfo>
|
||||
<author>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<!DOCTYPE chapter PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
|
||||
<chapter id="contributing">
|
||||
<chapterinfo>
|
||||
&author.jelmer;
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<!DOCTYPE chapter PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<chapter id="debug">
|
||||
<chapterinfo>
|
||||
<author>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<!DOCTYPE chapter PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<chapter id="pwencrypt">
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<!DOCTYPE chapter PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<chapter id="gencache">
|
||||
<chapterinfo>
|
||||
<author>
|
||||
|
@ -1,5 +1,8 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc" [
|
||||
<!ATTLIST book
|
||||
xmlns:xi CDATA #FIXED "http://www.w3.org/2003/XInclude">
|
||||
]>
|
||||
|
||||
<book id="Samba-Developers-Guide"
|
||||
xmlns:xi="http://www.w3.org/2003/XInclude">
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<!DOCTYPE chapter PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<chapter id="internals">
|
||||
<chapterinfo>
|
||||
<author>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<!DOCTYPE chapter PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<chapter id="modules">
|
||||
<chapterinfo>
|
||||
<author>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<!DOCTYPE chapter PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<chapter id="Packaging">
|
||||
<chapterinfo>
|
||||
<author>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<!DOCTYPE chapter PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<chapter id="parsing">
|
||||
<chapterinfo>
|
||||
<author>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<!DOCTYPE chapter PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<chapter id="printing">
|
||||
<chapterinfo>
|
||||
<author>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<!DOCTYPE chapter PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<chapter id="registry">
|
||||
<chapterinfo>
|
||||
&author.jelmer;
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<!DOCTYPE chapter PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<chapter id="rpc-plugin">
|
||||
<chapterinfo>
|
||||
<author>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<!DOCTYPE chapter PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<chapter id="unix-smb">
|
||||
<chapterinfo>
|
||||
<author>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<!DOCTYPE chapter 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>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<!DOCTYPE chapter PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<chapter id="windows-debug">
|
||||
<chapterinfo>
|
||||
&author.jelmer;
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<!DOCTYPE chapter PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
|
||||
<chapter id="wins">
|
||||
<chapterinfo>
|
||||
<author>
|
||||
|
@ -57,11 +57,12 @@
|
||||
</para>
|
||||
|
||||
<image id="idmap-sid2gid">
|
||||
<description>IDMAP: group SID to GID resolution.</description>
|
||||
<imagedescription>IDMAP: group SID to GID resolution.</imagedescription>
|
||||
<imagefile scale="50">idmap-sid2gid</imagefile>
|
||||
</image>
|
||||
|
||||
<image id="idmap-gid2sid"><description>IDMAP: GID resolution to matching SID.</description>
|
||||
<image id="idmap-gid2sid">
|
||||
<imagedescription>IDMAP: GID resolution to matching SID.</imagedescription>
|
||||
<imagefile scale="50">idmap-gid2sid</imagefile>
|
||||
</image>
|
||||
|
||||
@ -73,8 +74,9 @@
|
||||
used to establish UNIX group to NT SID mappings as shown in <link linkend="idmap-store-gid2sid">IDMAP: storing group mappings</link>.
|
||||
</para>
|
||||
|
||||
<image id="idmap-store-gid2sid"><description>IDMAP storing group mappings.</description>
|
||||
<imagefile scale="50">idmap-store-gid2sid</imagefile>
|
||||
<image id="idmap-store-gid2sid">
|
||||
<imagedescription>IDMAP storing group mappings.</imagedescription>
|
||||
<imagefile scale="50">idmap-store-gid2sid</imagefile>
|
||||
</image>
|
||||
|
||||
<para>
|
||||
|
@ -33,8 +33,9 @@ network environment. Workstations A, B and C are representative of many physical
|
||||
network clients.
|
||||
</para>
|
||||
|
||||
<image id="domain-example"><description>An Example Domain.</description>
|
||||
<imagefile scale="50">domain</imagefile>
|
||||
<image id="domain-example">
|
||||
<imagedescription>An Example Domain.</imagedescription>
|
||||
<imagefile scale="50">domain</imagefile>
|
||||
</image>
|
||||
|
||||
<?latex \newpage ?>
|
||||
|
@ -36,6 +36,7 @@
|
||||
the OS's normal hostname resolution mechanisms.</para>
|
||||
|
||||
</description>
|
||||
<related>bind interfaces only</related>
|
||||
|
||||
<value type="example">
|
||||
<comment>This would configure three network interfaces corresponding
|
||||
@ -44,6 +45,5 @@
|
||||
eth0 192.168.2.10/24 192.168.3.10/255.255.255.0
|
||||
</value>
|
||||
|
||||
<related>bind interfaces only</related>
|
||||
<value type="default"><comment>all active interfaces except 127.0.0.1 that are broadcast capable</comment></value>
|
||||
</samba:parameter>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||
version="1.1">
|
||||
|
||||
<xsl:output method="xml" omit-xml-declaration="yes" indent="yes"/>
|
||||
<xsl:output method="xml" doctype-public="-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" doctype-system="http://www.samba.org/samba/DTD/samba-doc" omit-xml-declaration="yes" indent="yes"/>
|
||||
|
||||
<!-- Remove all character data -->
|
||||
<xsl:template match="@*|node()">
|
||||
|
Loading…
Reference in New Issue
Block a user