- Replace DTD entry to reflect the change
- Merge some entity sets Approved by: doceng (implicit)
This commit is contained in:
parent
abc87340dc
commit
dceceeb5c2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/sgml2xml/; revision=39080
5 changed files with 14 additions and 33 deletions
|
@ -1,22 +0,0 @@
|
||||||
<!-- $FreeBSD$ -->
|
|
||||||
|
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN">
|
|
||||||
%l10n;
|
|
||||||
<!ENTITY % l10n-common PUBLIC "-//FreeBSD//ENTITIES DocBook Language Neutral Entities//EN">
|
|
||||||
%l10n-common;
|
|
||||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
|
||||||
%man;
|
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
|
||||||
%freebsd;
|
|
||||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
|
||||||
%authors;
|
|
||||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN">
|
|
||||||
%teams;
|
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN">
|
|
||||||
%mailing-lists;
|
|
||||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//EN">
|
|
||||||
%newsgroups;
|
|
||||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
|
|
||||||
%trademarks;
|
|
||||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
|
||||||
%urls;
|
|
|
@ -11,11 +11,8 @@
|
||||||
documentation, even though the listed language is "EN"
|
documentation, even though the listed language is "EN"
|
||||||
--
|
--
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN"
|
PUBLIC "-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
|
||||||
"freebsd.dtd"
|
"freebsd42.dtd"
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN"
|
|
||||||
"freebsd41.dtd"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||||
"freebsd.dsl"
|
"freebsd.dsl"
|
||||||
|
@ -41,14 +38,11 @@ PUBLIC "-//FreeBSD//DOCUMENT DocBook Common Stylesheet//EN"
|
||||||
PUBLIC "-//FreeBSD//DOCUMENT DocBook Common Lanugage Neutral Stylesheet//EN"
|
PUBLIC "-//FreeBSD//DOCUMENT DocBook Common Lanugage Neutral Stylesheet//EN"
|
||||||
"freebsd-common.dsl"
|
"freebsd-common.dsl"
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN"
|
PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
||||||
"articles.ent"
|
"entities.ent"
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Books Entity Set//EN"
|
|
||||||
"books.ent"
|
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"
|
||||||
"man-refs.ent"
|
"man-refs.ent"
|
||||||
|
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||||
"freebsd.ent"
|
"freebsd.ent"
|
||||||
|
|
|
@ -10,6 +10,10 @@
|
||||||
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/"
|
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/"
|
||||||
rewritePrefix="../../"/>
|
rewritePrefix="../../"/>
|
||||||
|
|
||||||
|
<public
|
||||||
|
publicId="-//FreeBSD//DTD DocBook XML V4.2-Based Extension//EN"
|
||||||
|
uri="freebsd42.dtd"/>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES FreeBSD Language Specific Developers Entities//EN"
|
publicId="-//FreeBSD//ENTITIES FreeBSD Language Specific Developers Entities//EN"
|
||||||
|
|
|
@ -9,6 +9,11 @@ used in both environments.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<!-- These are used in screen elements -->
|
||||||
|
|
||||||
|
<!ENTITY prompt.root "<prompt>#</prompt>">
|
||||||
|
<!ENTITY prompt.user "<prompt>%</prompt>">
|
||||||
|
|
||||||
<!-- These will almost certainly remain the same, but are here for
|
<!-- These will almost certainly remain the same, but are here for
|
||||||
consistency and in case we ever want to make hyperlinks out of
|
consistency and in case we ever want to make hyperlinks out of
|
||||||
some of them. -->
|
some of them. -->
|
||||||
|
|
Loading…
Reference in a new issue