Add a basic colophon. We should add to this information about the
history of this document, more about the open source tools we use to build the different presentation formats, etc.
This commit is contained in:
parent
8cc2fd88ac
commit
c393928208
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10280
4 changed files with 32 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $FreeBSD: doc/en_US.ISO8859-1/books/handbook/Makefile,v 1.40 2001/07/17 01:37:39 murray Exp $
|
||||
# $FreeBSD: doc/en_US.ISO8859-1/books/handbook/Makefile,v 1.41 2001/08/08 19:23:55 murray Exp $
|
||||
#
|
||||
# Build the FreeBSD Handbook.
|
||||
#
|
||||
|
@ -61,6 +61,7 @@ SRCS+= sound/chapter.sgml
|
|||
SRCS+= users/chapter.sgml
|
||||
SRCS+= x11/chapter.sgml
|
||||
SRCS+= ports/chapter.sgml
|
||||
SRCS+= colophon.sgml
|
||||
|
||||
# Entities
|
||||
SRCS+= authors.ent
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/book.sgml,v 1.109 2001/08/04 04:25:22 jim Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/book.sgml,v 1.110 2001/08/04 19:32:09 jim Exp $
|
||||
-->
|
||||
|
||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
|
@ -192,6 +192,7 @@
|
|||
<![ %chap.pgpkeys; [ &chap.pgpkeys; ]]>
|
||||
&chap.index;
|
||||
</part>
|
||||
&chap.colophon;
|
||||
</book>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
Chapters should be listed in the order in which they are referenced.
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/chapters.ent,v 1.15 2001/07/17 01:37:39 murray Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/chapters.ent,v 1.16 2001/08/02 00:36:17 murray Exp $
|
||||
-->
|
||||
|
||||
<!-- Part one -->
|
||||
|
@ -45,3 +45,4 @@
|
|||
<!ENTITY chap.eresources SYSTEM "eresources/chapter.sgml">
|
||||
<!ENTITY chap.pgpkeys SYSTEM "pgpkeys/chapter.sgml">
|
||||
<!ENTITY chap.index SYSTEM "index.sgml">
|
||||
<!ENTITY chap.colophon SYSTEM "colophon.sgml">
|
||||
|
|
26
en_US.ISO8859-1/books/handbook/colophon.sgml
Normal file
26
en_US.ISO8859-1/books/handbook/colophon.sgml
Normal file
|
@ -0,0 +1,26 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
<colophon>
|
||||
<para>This book is the combined work of hundreds of contributors of
|
||||
"The FreeBSD Documentation Project". The text is authored in SGML
|
||||
according to the DocBook DTD and is formatted from SGML into many
|
||||
different presentation formats using Jade, an open source DSSSL
|
||||
engine. Norm Walsh's DSSSL stylesheets were used with an
|
||||
additional customization layer to provide the presentation
|
||||
instructions for Jade.</para>
|
||||
</colophon>
|
||||
|
||||
<!--
|
||||
Local Variables:
|
||||
mode: sgml
|
||||
sgml-declaration: "chapter.decl"
|
||||
sgml-indent-data: t
|
||||
sgml-omittag: nil
|
||||
sgml-always-quote-attributes: t
|
||||
sgml-parent-document: ("book.sgml" "part" "chapter")
|
||||
End:
|
||||
-->
|
Loading…
Reference in a new issue