aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMurray Stokely <murray@FreeBSD.org>2001-07-21 02:29:59 +0000
committerMurray Stokely <murray@FreeBSD.org>2001-07-21 02:29:59 +0000
commit383c86289e98f70cd5312d9669de16509e6ba316 (patch)
treeb31deea00d26ca289a2d4f553879a17566f6ad9f /share
parent89f085bc5d6d5d471a9114172d800d9e6f7f8a0d (diff)
downloaddoc-383c86289e98f70cd5312d9669de16509e6ba316.tar.gz
doc-383c86289e98f70cd5312d9669de16509e6ba316.zip
Wrap author attributions in <sect1info> and <sect2info> as
appropriate. I've specifically left JKH's attribution for the "FreeBSD History" section in tact, since this is a first person account of the history of FreeBSD and as such the author needs to be identified in place. This could probably be marked up differently, but its clear that this section is different from all of the other "contributed by XXX" in the Handbook. Also add support for <sect1info> and <sect2info> to the stylsheet so that these attributions get displayed as they have been.
Notes
Notes: svn path=/head/; revision=9989
Diffstat (limited to 'share')
-rw-r--r--share/sgml/freebsd.dsl23
1 files changed, 22 insertions, 1 deletions
diff --git a/share/sgml/freebsd.dsl b/share/sgml/freebsd.dsl
index 30c04b6271..946d13c2e9 100644
--- a/share/sgml/freebsd.dsl
+++ b/share/sgml/freebsd.dsl
@@ -1,4 +1,4 @@
-<!-- $FreeBSD: doc/share/sgml/freebsd.dsl,v 1.37 2001/07/17 02:22:29 murray Exp $ -->
+<!-- $FreeBSD: doc/share/sgml/freebsd.dsl,v 1.38 2001/07/20 04:59:27 murray Exp $ -->
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!ENTITY % output.html "IGNORE">
@@ -376,11 +376,32 @@
(element chapterinfo
(process-children))
+ (element sect1info
+ (process-children))
+ (element sect2info
+ (process-children))
(element (chapterinfo authorgroup author)
(make sequence
(process-node-list (select-elements (descendants (current-node))
(normalize "contrib")))
(literal (author-list-string))))
+ (element (sect1info authorgroup author)
+ (make sequence
+ (process-node-list (select-elements (descendants (current-node))
+ (normalize "contrib")))
+ (literal (author-list-string))))
+ (element (sect2info authorgroup author)
+ (make sequence
+ (process-node-list (select-elements (descendants (current-node))
+ (normalize "contrib")))
+ (literal (author-list-string))))
+ (element (chapterinfo authorgroup)
+ (process-children))
+ (element (sect1info authorgroup)
+ (process-children))
+ (element (sect2info authorgroup)
+ (process-children))
+
(element (author contrib)
(make sequence
(process-children)