aboutsummaryrefslogtreecommitdiff
path: root/share/sgml/catalog
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1999-05-05 20:14:34 +0000
committerNik Clayton <nik@FreeBSD.org>1999-05-05 20:14:34 +0000
commitc70f469739336b0c817777306945c179f8d78347 (patch)
treea48d47d1d8cf11ef7a3d599e903dbcab2a4f0971 /share/sgml/catalog
parent86e07cde181399fb80019c3825bdbb15f1129970 (diff)
downloaddoc-c70f469739336b0c817777306945c179f8d78347.tar.gz
doc-c70f469739336b0c817777306945c179f8d78347.zip
Added many comments explaining what this file is and what it should
contain. Define an FPI for ../../en/share/sgml/bookinfo.ent. Explain how to add other language specific FPIs.
Notes
Notes: svn path=/head/; revision=4814
Diffstat (limited to 'share/sgml/catalog')
-rw-r--r--share/sgml/catalog38
1 files changed, 36 insertions, 2 deletions
diff --git a/share/sgml/catalog b/share/sgml/catalog
index 26937d34bc..02630c36f9 100644
--- a/share/sgml/catalog
+++ b/share/sgml/catalog
@@ -1,2 +1,36 @@
-PUBLIC "-//FreeBSD//DTD DocBook V3.0-Based Extension//EN" "freebsd.dtd"
-PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN" "man-refs.ent"
+ -- ...................................................................... --
+ -- FreeBSD SGML Public Identifiers ...................................... --
+
+ -- $Id: catalog,v 1.3 1999-05-05 20:14:34 nik Exp $
+ --
+
+ -- ...................................................................... --
+ -- Language neutral ..................................................... --
+
+ -- These identifiers are shared across all translations of the FreeBSD
+ documentation, even though the listed language is "EN"
+ --
+
+PUBLIC "-//FreeBSD//DTD DocBook V3.0-Based Extension//EN"
+ "freebsd.dtd"
+
+PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"
+ "man-refs.ent"
+
+ -- ...................................................................... --
+ -- English specific ..................................................... --
+
+ -- These identifiers should only be used by English language versions of
+ the FreeBSD Documentation.
+
+ All other translations should base their FPIs on these, but change the
+ final parameter in the FPI to represent the target language, as
+ appropriate. Do not change the rest of the FPI
+ --
+
+PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//EN"
+ "../../en/share/sgml/bookinfo.ent"
+
+ -- A hypothetical French version of the BookInfo FPI would look like
+ "-//FreeBSD//ENTITIES DocBook BookInfo Entities//FR"
+ --