diff options
author | bmah <bmah@FreeBSD.org> | 2002-01-07 03:51:41 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2002-01-07 03:51:41 +0000 |
commit | d1ab9956723ffbc7277f17833c58e20711e9f519 (patch) | |
tree | 174eadc27dedb9b10c8170def3d3761dc6553013 | |
parent | fc0c999770b7e4f792b590da98f2d30178b1db25 (diff) | |
download | FreeBSD-src-d1ab9956723ffbc7277f17833c58e20711e9f519.zip FreeBSD-src-d1ab9956723ffbc7277f17833c58e20711e9f519.tar.gz |
Put URL references in footnotes (rather than in parentheses following
the link text), and put footnotes at the bottom of each page. This
change affects the release documentation only.
-rw-r--r-- | release/doc/share/sgml/release.dsl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/release/doc/share/sgml/release.dsl b/release/doc/share/sgml/release.dsl index 3a10f5a..7892954 100644 --- a/release/doc/share/sgml/release.dsl +++ b/release/doc/share/sgml/release.dsl @@ -1,6 +1,8 @@ <!-- $FreeBSD$ --> <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [ +<!ENTITY % output.html "IGNORE"> +<!ENTITY % output.print "IGNORE"> <!ENTITY freebsd.dsl PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN" CDATA DSSSL> ]> @@ -81,6 +83,12 @@ ; sect1info elements to support this. (element (sect1info pubdate) (process-children)) + <![ %output.print; [ +; Put URLs in footnotes, and put footnotes at the bottom of each page. + (define bop-footnotes #t) + (define %footnote-ulinks% #t) + ]]> + </style-specification-body> </style-specification> |