- Define l10n.ent as an entity in localized directories and make them be
picked up via XML catalog in freebsd50.ent or xhtml10-freebsd.dtd, not entities.ent. The L10N entities always come first to be able to override everything. - Define as   in EUC-JP encoding. This is a workaround to prevent an invalid character in EUC-JP caused by converting 0xa0 in UTF-8 (EUC-JP does not allow 0xa0) in XSLT processing. Theoretically it should be   still in the final XML output. - Make XML catalog resolution consistent for l10n.ent. This should be revisited for the others later.
This commit is contained in:
parent
13ebce2b52
commit
db0b08db8f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43161
44 changed files with 114 additions and 112 deletions
|
@ -10,6 +10,8 @@
|
||||||
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
||||||
rewritePrefix="../../"/>
|
rewritePrefix="../../"/>
|
||||||
|
|
||||||
|
<public publicId="-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
||||||
|
uri="l10n.ent" />
|
||||||
<public publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
<public publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
||||||
uri="entities.ent"/>
|
uri="entities.ent"/>
|
||||||
<public publicId="-//FreeBSD//ENTITIES DocBook Translator Entities//DK"
|
<public publicId="-//FreeBSD//ENTITIES DocBook Translator Entities//DK"
|
||||||
|
|
|
@ -7,9 +7,6 @@
|
||||||
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//DK"
|
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//DK"
|
||||||
"translators.ent">
|
"translators.ent">
|
||||||
%translators;
|
%translators;
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
|
||||||
"l10n.ent">
|
|
||||||
%l10n;
|
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//DK"
|
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//DK"
|
||||||
"mailing-lists.ent">
|
"mailing-lists.ent">
|
||||||
%mailing-lists;
|
%mailing-lists;
|
||||||
|
|
|
@ -13,15 +13,15 @@
|
||||||
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
||||||
rewritePrefix="../../"/>
|
rewritePrefix="../../"/>
|
||||||
|
|
||||||
|
<public
|
||||||
|
publicId="-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
||||||
|
uri="l10n.ent" />
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
||||||
uri="entities.ent" />
|
uri="entities.ent" />
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES DocBook Translator Entities//DE"
|
publicId="-//FreeBSD//ENTITIES DocBook Translator Entities//DE"
|
||||||
uri="translators.ent" />
|
uri="translators.ent" />
|
||||||
<public
|
|
||||||
publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
|
||||||
uri="l10n.ent" />
|
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
||||||
uri="release.l10n.ent" />
|
uri="release.l10n.ent" />
|
||||||
|
|
|
@ -25,9 +25,6 @@
|
||||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN"
|
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN"
|
||||||
"nonexistent">
|
"nonexistent">
|
||||||
%trademarks;
|
%trademarks;
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
|
||||||
"l10n.ent">
|
|
||||||
%l10n;
|
|
||||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"
|
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"
|
||||||
"nonexistent">
|
"nonexistent">
|
||||||
%urls;
|
%urls;
|
||||||
|
|
|
@ -10,6 +10,9 @@
|
||||||
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
||||||
rewritePrefix="../../"/>
|
rewritePrefix="../../"/>
|
||||||
|
|
||||||
|
<public
|
||||||
|
publicId="-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
||||||
|
uri="l10n.ent" />
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
||||||
uri="entities.ent" />
|
uri="entities.ent" />
|
||||||
|
|
|
@ -13,9 +13,6 @@
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
|
||||||
"l10n.ent">
|
|
||||||
%l10n;
|
|
||||||
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//EL"
|
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//EL"
|
||||||
"translators.ent">
|
"translators.ent">
|
||||||
%translators;
|
%translators;
|
||||||
|
|
|
@ -14,6 +14,9 @@
|
||||||
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
||||||
rewritePrefix="../../"/>
|
rewritePrefix="../../"/>
|
||||||
|
|
||||||
|
<public
|
||||||
|
publicId="-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
||||||
|
uri="l10n.ent" />
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
||||||
uri="entities.ent" />
|
uri="entities.ent" />
|
||||||
|
|
|
@ -1,10 +1,7 @@
|
||||||
<!-- $FreeBSD$ -->
|
<!-- $FreeBSD$ -->
|
||||||
|
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
|
||||||
"l10n.ent">
|
|
||||||
%l10n;
|
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||||
"../../../share/xml/freebsd.ent">
|
"nonexistent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN"
|
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN"
|
||||||
"teams.ent">
|
"teams.ent">
|
||||||
|
@ -16,8 +13,8 @@
|
||||||
"newsgroups.ent">
|
"newsgroups.ent">
|
||||||
%newsgroups;
|
%newsgroups;
|
||||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN"
|
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN"
|
||||||
"../../../share/xml/trademarks.ent">
|
"nonexistent">
|
||||||
%trademarks;
|
%trademarks;
|
||||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"
|
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"
|
||||||
"../../../share/xml/urls.ent">
|
"nonexistent">
|
||||||
%urls;
|
%urls;
|
||||||
|
|
|
@ -10,12 +10,11 @@
|
||||||
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
||||||
rewritePrefix="../../"/>
|
rewritePrefix="../../"/>
|
||||||
|
|
||||||
|
<public publicId="-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
||||||
|
uri="l10n.ent" />
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
||||||
uri="entities.ent" />
|
uri="entities.ent" />
|
||||||
|
|
||||||
<public publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
|
||||||
uri="l10n.ent" />
|
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
||||||
uri="release.l10n.ent" />
|
uri="release.l10n.ent" />
|
||||||
|
|
|
@ -2,9 +2,6 @@
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
|
||||||
"l10n.ent">
|
|
||||||
%l10n;
|
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||||
"nonexistent">
|
"nonexistent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
|
|
|
@ -10,11 +10,11 @@
|
||||||
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
||||||
rewritePrefix="../../"/>
|
rewritePrefix="../../"/>
|
||||||
|
|
||||||
|
<public publicId="-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
||||||
|
uri="l10n.ent" />
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
||||||
uri="entities.ent" />
|
uri="entities.ent" />
|
||||||
<public publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
|
||||||
uri="l10n.ent" />
|
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
||||||
uri="release.l10n.ent" />
|
uri="release.l10n.ent" />
|
||||||
|
|
|
@ -2,9 +2,6 @@
|
||||||
Original revision: 1.2
|
Original revision: 1.2
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
|
||||||
"l10n.ent">
|
|
||||||
%l10n;
|
|
||||||
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//FR"
|
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//FR"
|
||||||
"translators.ent">
|
"translators.ent">
|
||||||
%translators;
|
%translators;
|
||||||
|
|
|
@ -10,11 +10,11 @@
|
||||||
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
||||||
rewritePrefix="../../"/>
|
rewritePrefix="../../"/>
|
||||||
|
|
||||||
|
<public publicId="-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
||||||
|
uri="l10n.ent" />
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
||||||
uri="entities.ent" />
|
uri="entities.ent" />
|
||||||
<public publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
|
||||||
uri="l10n.ent" />
|
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
||||||
uri="release.l10n.ent" />
|
uri="release.l10n.ent" />
|
||||||
|
|
|
@ -5,9 +5,6 @@
|
||||||
%SRCID% 1.2
|
%SRCID% 1.2
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
|
||||||
"l10n.ent">
|
|
||||||
%l10n;
|
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//HU"
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//HU"
|
||||||
"freebsd.ent">
|
"freebsd.ent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
|
|
|
@ -10,11 +10,11 @@
|
||||||
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
||||||
rewritePrefix="../../"/>
|
rewritePrefix="../../"/>
|
||||||
|
|
||||||
|
<public publicId="-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
||||||
|
uri="l10n.ent" />
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
||||||
uri="entities.ent" />
|
uri="entities.ent" />
|
||||||
<public publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
|
||||||
uri="l10n.ent" />
|
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
||||||
uri="release.l10n.ent" />
|
uri="release.l10n.ent" />
|
||||||
|
|
|
@ -4,9 +4,6 @@
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
|
||||||
"l10n.ent">
|
|
||||||
%l10n;
|
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||||
"nonexistent">
|
"nonexistent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
|
|
|
@ -10,11 +10,11 @@
|
||||||
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
||||||
rewritePrefix="../../"/>
|
rewritePrefix="../../"/>
|
||||||
|
|
||||||
|
<public publicId="-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
||||||
|
uri="l10n.ent" />
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
||||||
uri="entities.ent" />
|
uri="entities.ent" />
|
||||||
<public publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
|
||||||
uri="l10n.ent" />
|
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
||||||
uri="release.l10n.ent" />
|
uri="release.l10n.ent" />
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
<!-- $FreeBSD$ -->
|
<!-- $FreeBSD$ -->
|
||||||
|
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
|
||||||
"l10n.ent">
|
|
||||||
%l10n;
|
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||||
"nonexistent">
|
"nonexistent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
|
|
|
@ -5,6 +5,8 @@
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<!ENTITY nbsp " ">
|
||||||
|
|
||||||
<!-- docformat navi -->
|
<!-- docformat navi -->
|
||||||
<!ENTITY docnavi.single-html "ñ°ìÈÇ">
|
<!ENTITY docnavi.single-html "ñ°ìÈÇ">
|
||||||
<!ENTITY docnavi.split-html "ʬ³äÈÇ">
|
<!ENTITY docnavi.split-html "ʬ³äÈÇ">
|
||||||
|
|
|
@ -10,13 +10,13 @@
|
||||||
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
||||||
rewritePrefix="../../"/>
|
rewritePrefix="../../"/>
|
||||||
|
|
||||||
|
<public
|
||||||
|
publicId="-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
||||||
|
uri="l10n.ent" />
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
||||||
uri="entities.ent" />
|
uri="entities.ent" />
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES DocBook Translator Entities//MN"
|
publicId="-//FreeBSD//ENTITIES DocBook Translator Entities//MN"
|
||||||
uri="translators.ent" />
|
uri="translators.ent" />
|
||||||
<public
|
|
||||||
publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
|
||||||
uri="l10n.ent" />
|
|
||||||
</catalog>
|
</catalog>
|
||||||
|
|
|
@ -21,9 +21,6 @@
|
||||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//MN"
|
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//MN"
|
||||||
"trademarks.ent">
|
"trademarks.ent">
|
||||||
%trademarks;
|
%trademarks;
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
|
||||||
"l10n.ent">
|
|
||||||
%l10n;
|
|
||||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"
|
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"
|
||||||
"nonexistent">
|
"nonexistent">
|
||||||
%urls;
|
%urls;
|
||||||
|
|
|
@ -11,11 +11,11 @@
|
||||||
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
||||||
rewritePrefix="../../"/>
|
rewritePrefix="../../"/>
|
||||||
|
|
||||||
|
<public publicId="-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
||||||
|
uri="l10n.ent" />
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
||||||
uri="entities.ent" />
|
uri="entities.ent" />
|
||||||
<public publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
|
||||||
uri="l10n.ent" />
|
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
||||||
uri="release.l10n.ent" />
|
uri="release.l10n.ent" />
|
||||||
|
|
|
@ -27,6 +27,3 @@
|
||||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"
|
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"
|
||||||
"nonexistent">
|
"nonexistent">
|
||||||
%urls;
|
%urls;
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
|
||||||
"l10n.ent">
|
|
||||||
%l10n;
|
|
||||||
|
|
|
@ -10,10 +10,10 @@
|
||||||
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
||||||
rewritePrefix="../../"/>
|
rewritePrefix="../../"/>
|
||||||
|
|
||||||
|
<public
|
||||||
|
publicId="-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
||||||
|
uri="l10n.ent" />
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
||||||
uri="entities.ent" />
|
uri="entities.ent" />
|
||||||
<public
|
|
||||||
publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
|
||||||
uri="l10n.ent" />
|
|
||||||
</catalog>
|
</catalog>
|
||||||
|
|
|
@ -5,9 +5,6 @@
|
||||||
Original revision: 1.2
|
Original revision: 1.2
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
|
||||||
"l10n.ent">
|
|
||||||
%l10n;
|
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||||
"nonexistent">
|
"nonexistent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
|
|
|
@ -10,13 +10,13 @@
|
||||||
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
||||||
rewritePrefix="../../"/>
|
rewritePrefix="../../"/>
|
||||||
|
|
||||||
|
<public
|
||||||
|
publicId="-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
||||||
|
uri="l10n.ent" />
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
||||||
uri="entities.ent" />
|
uri="entities.ent" />
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES DocBook Translator Entities//PT"
|
publicId="-//FreeBSD//ENTITIES DocBook Translator Entities//PT"
|
||||||
uri="translators.ent" />
|
uri="translators.ent" />
|
||||||
<public
|
|
||||||
publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
|
||||||
uri="l10n.ent" />
|
|
||||||
</catalog>
|
</catalog>
|
||||||
|
|
|
@ -10,9 +10,6 @@
|
||||||
<!ENTITY % words PUBLIC "-//FreeBSD//ENTITIES DocBook Specific Word Translations Entities//PT"
|
<!ENTITY % words PUBLIC "-//FreeBSD//ENTITIES DocBook Specific Word Translations Entities//PT"
|
||||||
"words.ent">
|
"words.ent">
|
||||||
%words;
|
%words;
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//PT"
|
|
||||||
"l10n.ent">
|
|
||||||
%l10n;
|
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//PT"
|
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//PT"
|
||||||
"mailing-lists.ent">
|
"mailing-lists.ent">
|
||||||
%mailing-lists;
|
%mailing-lists;
|
||||||
|
|
|
@ -10,11 +10,11 @@
|
||||||
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
||||||
rewritePrefix="../../"/>
|
rewritePrefix="../../"/>
|
||||||
|
|
||||||
|
<public publicId="-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
||||||
|
uri="l10n.ent" />
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
||||||
uri="entities.ent" />
|
uri="entities.ent" />
|
||||||
<public publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
|
||||||
uri="l10n.ent" />
|
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
||||||
uri="release.l10n.ent" />
|
uri="release.l10n.ent" />
|
||||||
|
|
|
@ -22,9 +22,6 @@
|
||||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//RU"
|
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//RU"
|
||||||
"trademarks.ent">
|
"trademarks.ent">
|
||||||
%trademarks;
|
%trademarks;
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
|
||||||
"l10n.ent">
|
|
||||||
%l10n;
|
|
||||||
<!ENTITY % urls-ru PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//RU"
|
<!ENTITY % urls-ru PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//RU"
|
||||||
"urls.ent">
|
"urls.ent">
|
||||||
%urls-ru;
|
%urls-ru;
|
||||||
|
|
|
@ -111,7 +111,7 @@ ${XML_MIRRORS}: ${XML_MIRRORS_MASTER} \
|
||||||
--param 'transtable-word-group' "'country'" \
|
--param 'transtable-word-group' "'country'" \
|
||||||
--param 'transtable-sortkey.xml' "'$@.sort'" \
|
--param 'transtable-sortkey.xml' "'$@.sort'" \
|
||||||
${XSL_TRANSTABLE} ${XML_MIRRORS_MASTER}
|
${XSL_TRANSTABLE} ${XML_MIRRORS_MASTER}
|
||||||
${RM} -f $@.sort $@.sort.tmp
|
# ${RM} -f $@.sort $@.sort.tmp
|
||||||
.if ${LANGCODE} != .
|
.if ${LANGCODE} != .
|
||||||
CLEANFILES+= ${XML_MIRRORS}
|
CLEANFILES+= ${XML_MIRRORS}
|
||||||
CLEANFILES+= ${XML_MIRRORS}.sort
|
CLEANFILES+= ${XML_MIRRORS}.sort
|
||||||
|
|
|
@ -35,10 +35,10 @@
|
||||||
publicId="-//FreeBSD//ENTITIES FreeBSD Common Entities//EN"
|
publicId="-//FreeBSD//ENTITIES FreeBSD Common Entities//EN"
|
||||||
uri="common.ent" />
|
uri="common.ent" />
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES FreeBSD L10N Common Entities//EN"
|
publicId="-//FreeBSD//ENTITIES FreeBSD Language Specific Common Entities//EN"
|
||||||
uri="l10n-common.ent" />
|
uri="l10n-common.ent" />
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
publicId="-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
||||||
uri="l10n.ent" />
|
uri="l10n.ent" />
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//DOCUMENT FreeBSD Language Neutral XSLT Library//EN"
|
publicId="-//FreeBSD//DOCUMENT FreeBSD Language Neutral XSLT Library//EN"
|
||||||
|
|
|
@ -1,11 +1,24 @@
|
||||||
<!ENTITY % orig-docbook PUBLIC "-//OASIS//DTD DocBook XML V5.0//EN"
|
<!-- $FreeBSD$ -->
|
||||||
"docbook50.dtd">
|
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
||||||
%orig-docbook;
|
"http://www.FreeBSD.org/XML/www/lang/share/xml/l10n.ent">
|
||||||
|
%l10n;
|
||||||
|
|
||||||
|
<!ENTITY % l10n.common PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Common Entities//EN"
|
||||||
|
"http://www.FreeBSD.org/XML/www/lang/share/xml/l10n-common.ent">
|
||||||
|
%l10n.common;
|
||||||
|
|
||||||
<!ENTITY % iso8879.ent PUBLIC "-//FreeBSD//ENTITIES ISO 8879:1986 Entity Set//EN//XML"
|
<!ENTITY % iso8879.ent PUBLIC "-//FreeBSD//ENTITIES ISO 8879:1986 Entity Set//EN//XML"
|
||||||
"http://www.FreeBSD.org/XML/www/share/xml/iso8879.ent">
|
"http://www.FreeBSD.org/XML/www/share/xml/iso8879.ent">
|
||||||
%iso8879.ent;
|
%iso8879.ent;
|
||||||
|
|
||||||
|
<!ENTITY % orig-docbook PUBLIC "-//OASIS//DTD DocBook XML V5.0//EN"
|
||||||
|
"docbook50.dtd">
|
||||||
|
%orig-docbook;
|
||||||
|
|
||||||
|
<!ENTITY % orig-entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
||||||
|
"entities.ent">
|
||||||
|
%orig-entities;
|
||||||
|
|
||||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
|
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN"
|
||||||
"authors.ent">
|
"authors.ent">
|
||||||
%authors;
|
%authors;
|
||||||
|
@ -13,7 +26,3 @@
|
||||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"
|
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"
|
||||||
"man-refs.ent">
|
"man-refs.ent">
|
||||||
%man;
|
%man;
|
||||||
|
|
||||||
<!ENTITY % orig-entities PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
|
||||||
"entities.ent">
|
|
||||||
%orig-entities;
|
|
||||||
|
|
18
share/xml/l10n-common.ent
Normal file
18
share/xml/l10n-common.ent
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
<!-- -*- sgml -*-
|
||||||
|
DocBook Language Neutral Entities for Localization.
|
||||||
|
|
||||||
|
An entity here can be overridden with the localized version
|
||||||
|
when the entity is defined in
|
||||||
|
PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
||||||
|
in language-specific directory. Otherwise the following entity
|
||||||
|
set is used by default.
|
||||||
|
|
||||||
|
$FreeBSD$
|
||||||
|
-->
|
||||||
|
|
||||||
|
<!-- docformat navi -->
|
||||||
|
<!ENTITY docnavi.single-html "Single HTML">
|
||||||
|
<!ENTITY docnavi.split-html "Split HTML">
|
||||||
|
|
||||||
|
<!-- charset for HTML output -->
|
||||||
|
<!ENTITY doc.html.charset "iso-8859-1">
|
|
@ -1,18 +1,13 @@
|
||||||
<!-- -*- sgml -*-
|
<!-- -*- sgml -*-
|
||||||
DocBook Language Neutral Entities for Localization.
|
Language Specific Entities for Localization.
|
||||||
|
|
||||||
An entity here can be overridden with the localized version
|
An entity here can be overridden with the localized version
|
||||||
when the entity is defined in
|
when the entity is defined in
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
||||||
in language-specific directory. Otherwise the following entity
|
in language-specific directory. Otherwise the following entity
|
||||||
set is used by default.
|
set is used by default.
|
||||||
|
|
||||||
|
This file should be empty.
|
||||||
|
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- docformat navi -->
|
|
||||||
<!ENTITY docnavi.single-html "Single HTML">
|
|
||||||
<!ENTITY docnavi.split-html "Split HTML">
|
|
||||||
|
|
||||||
<!-- charset for HTML output -->
|
|
||||||
<!ENTITY doc.html.charset "iso-8859-1">
|
|
||||||
|
|
|
@ -7,10 +7,14 @@
|
||||||
"http://www.FreeBSD.org/XML/cwd/autogen.ent">
|
"http://www.FreeBSD.org/XML/cwd/autogen.ent">
|
||||||
%autogen.ent;
|
%autogen.ent;
|
||||||
|
|
||||||
<!ENTITY % l10n.ent PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
<!ENTITY % l10n.ent PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
||||||
"http://www.FreeBSD.org/XML/doc/share/xml/l10n.ent">
|
"http://www.FreeBSD.org/XML/doc/share/xml/l10n.ent">
|
||||||
%l10n.ent;
|
%l10n.ent;
|
||||||
|
|
||||||
|
<!ENTITY % l10n.common.ent PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Common Entities//EN"
|
||||||
|
"http://www.FreeBSD.org/XML/doc/share/xml/l10n-common.ent">
|
||||||
|
%l10n.common.ent;
|
||||||
|
|
||||||
<!ENTITY % common.ent PUBLIC "-//FreeBSD//ENTITIES FreeBSD Common Entities//EN"
|
<!ENTITY % common.ent PUBLIC "-//FreeBSD//ENTITIES FreeBSD Common Entities//EN"
|
||||||
"http://www.FreeBSD.org/XML/doc/share/xml/common.ent">
|
"http://www.FreeBSD.org/XML/doc/share/xml/common.ent">
|
||||||
%common.ent;
|
%common.ent;
|
||||||
|
|
|
@ -22,13 +22,13 @@
|
||||||
%autogen.ent;
|
%autogen.ent;
|
||||||
|
|
||||||
<!ENTITY % l10n.ent
|
<!ENTITY % l10n.ent
|
||||||
PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
||||||
"http://www.FreeBSD.org/XML/www/lang/share/xml/l10n.ent">
|
"http://www.FreeBSD.org/XML/www/share/xml/l10n.ent">
|
||||||
%l10n.ent;
|
%l10n.ent;
|
||||||
|
|
||||||
<!ENTITY % l10n-common.ent
|
<!ENTITY % l10n-common.ent
|
||||||
PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Common Entities//EN"
|
PUBLIC "-//FreeBSD//ENTITIES FreeBSD FreeBSD Language Specific Common Entities//EN"
|
||||||
"http://www.FreeBSD.org/XML/www/share/xml/l10n.ent">
|
"http://www.FreeBSD.org/XML/www/share/xml/l10n-common.ent">
|
||||||
%l10n-common.ent;
|
%l10n-common.ent;
|
||||||
|
|
||||||
<!ENTITY % common.ent
|
<!ENTITY % common.ent
|
||||||
|
|
18
sr_YU.ISO8859-2/share/xml/catalog.xml
Normal file
18
sr_YU.ISO8859-2/share/xml/catalog.xml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
|
||||||
|
"http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
|
||||||
|
|
||||||
|
<!-- $FreeBSD$ -->
|
||||||
|
|
||||||
|
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
|
||||||
|
<rewriteSystem systemIdStartString="http://www.FreeBSD.org/XML/www/lang/"
|
||||||
|
rewritePrefix="../../"/>
|
||||||
|
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
||||||
|
rewritePrefix="../../"/>
|
||||||
|
|
||||||
|
<public publicId="-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
||||||
|
uri="l10n.ent" />
|
||||||
|
<public
|
||||||
|
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
||||||
|
uri="entities.ent" />
|
||||||
|
</catalog>
|
|
@ -4,9 +4,6 @@
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||||
"nonexistent">
|
"nonexistent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
|
||||||
"l10n.ent">
|
|
||||||
%l10n;
|
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN"
|
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN"
|
||||||
"nonexistent">
|
"nonexistent">
|
||||||
%mailing-lists;
|
%mailing-lists;
|
||||||
|
|
|
@ -10,6 +10,9 @@
|
||||||
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
||||||
rewritePrefix="../../"/>
|
rewritePrefix="../../"/>
|
||||||
|
|
||||||
|
<public
|
||||||
|
publicId="-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
||||||
|
uri="l10n.ent" />
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
||||||
uri="entities.ent" />
|
uri="entities.ent" />
|
||||||
|
|
|
@ -4,9 +4,6 @@
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||||
"nonexistent">
|
"nonexistent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
|
||||||
"l10n.ent">
|
|
||||||
%l10n;
|
|
||||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN"
|
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//EN"
|
||||||
"nonexistent">
|
"nonexistent">
|
||||||
%mailing-lists;
|
%mailing-lists;
|
||||||
|
|
|
@ -10,11 +10,11 @@
|
||||||
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
||||||
rewritePrefix="../../"/>
|
rewritePrefix="../../"/>
|
||||||
|
|
||||||
|
<public publicId="-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
||||||
|
uri="l10n.ent" />
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
||||||
uri="entities.ent" />
|
uri="entities.ent" />
|
||||||
<public publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
|
||||||
uri="l10n.ent" />
|
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
||||||
uri="release.l10n.ent" />
|
uri="release.l10n.ent" />
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
<!-- $FreeBSD$ -->
|
<!-- $FreeBSD$ -->
|
||||||
|
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
|
||||||
"l10n.ent">
|
|
||||||
%l10n;
|
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||||
"nonexistent">
|
"nonexistent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
|
|
|
@ -10,11 +10,11 @@
|
||||||
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
<rewriteURI uriStartString="http://www.FreeBSD.org/XML/www/lang/"
|
||||||
rewritePrefix="../../"/>
|
rewritePrefix="../../"/>
|
||||||
|
|
||||||
|
<public publicId="-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
||||||
|
uri="l10n.ent" />
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
publicId="-//FreeBSD//ENTITIES DocBook FreeBSD Entity Set//EN"
|
||||||
uri="entities.ent" />
|
uri="entities.ent" />
|
||||||
<public publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
|
||||||
uri="l10n.ent" />
|
|
||||||
<public
|
<public
|
||||||
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
||||||
uri="release.l10n.ent" />
|
uri="release.l10n.ent" />
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
<!-- $FreeBSD$ -->
|
<!-- $FreeBSD$ -->
|
||||||
|
|
||||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
|
||||||
"l10n.ent">
|
|
||||||
%l10n;
|
|
||||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||||
"nonexistent">
|
"nonexistent">
|
||||||
%freebsd;
|
%freebsd;
|
||||||
|
|
Loading…
Reference in a new issue