Browse Source

Merge branch 'trac1367'

Conflicts:
	ChangeLog
Tomek Mrugalski 13 years ago
parent
commit
c4c5bf470a
4 changed files with 1379 additions and 632 deletions
  1. 6 0
      ChangeLog
  2. 2 0
      doc/guide/Makefile.am
  3. 618 346
      doc/guide/bind10-guide.html
  4. 753 286
      doc/guide/bind10-guide.xml

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+356.	[doc]		tomek
+	BIND10 Guide updated. It now describes DHCPv4 and DHCPv6
+	components, including their overview, usage, supported standard
+	and limitations. libdhcp++ is also described.
+	(Trac #1367, git 3758ab360efe1cdf616636b76f2e0fb41f2a62a0)
+
 355.	[bug]		jinmei
 	Python xfrin.diff module incorrectly combined RRSIGs of different
 	type covered, possibly merging different TTLs.  As a result a

+ 2 - 0
doc/guide/Makefile.am

@@ -11,6 +11,8 @@ bind10-guide.html: bind10-guide.xml
 	xsltproc --novalid --xinclude --nonet \
 		--path $(top_builddir)/doc \
 		-o $@ \
+		--stringparam section.autolabel 1 \
+		--stringparam section.label.includes.component.label 1 \
 		--stringparam html.stylesheet $(srcdir)/bind10-guide.css \
 		http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl \
 		$(srcdir)/bind10-guide.xml

File diff suppressed because it is too large
+ 618 - 346
doc/guide/bind10-guide.html


File diff suppressed because it is too large
+ 753 - 286
doc/guide/bind10-guide.xml