- 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
|
||||||