- 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
da_DK.ISO8859-1/share/xml
de_DE.ISO8859-1/share/xml
el_GR.ISO8859-7/share/xml
en_US.ISO8859-1/share/xml
es_ES.ISO8859-1/share/xml
fr_FR.ISO8859-1/share/xml
hu_HU.ISO8859-2/share/xml
it_IT.ISO8859-15/share/xml
ja_JP.eucJP/share/xml
mn_MN.UTF-8/share/xml
nl_NL.ISO8859-1/share/xml
pl_PL.ISO8859-2/share/xml
pt_BR.ISO8859-1/share/xml
ru_RU.KOI8-R/share/xml
share
sr_YU.ISO8859-2/share/xml
tr_TR.ISO8859-9/share/xml
zh_CN.GB2312/share/xml
zh_TW.Big5/share/xml
|
@ -10,6 +10,8 @@
|
|||
<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"/>
|
||||
<public publicId="-//FreeBSD//ENTITIES DocBook Translator Entities//DK"
|
||||
|
|
|
@ -7,9 +7,6 @@
|
|||
<!ENTITY % translators PUBLIC "-//FreeBSD//ENTITIES DocBook Translator Entities//DK"
|
||||
"translators.ent">
|
||||
%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"
|
||||
"mailing-lists.ent">
|
||||
%mailing-lists;
|
||||
|
|
|
@ -13,15 +13,15 @@
|
|||
<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" />
|
||||
<public
|
||||
publicId="-//FreeBSD//ENTITIES DocBook Translator Entities//DE"
|
||||
uri="translators.ent" />
|
||||
<public
|
||||
publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
||||
uri="l10n.ent" />
|
||||
<public
|
||||
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
||||
uri="release.l10n.ent" />
|
||||
|
|
|
@ -25,9 +25,6 @@
|
|||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN"
|
||||
"nonexistent">
|
||||
%trademarks;
|
||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||
"l10n.ent">
|
||||
%l10n;
|
||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"
|
||||
"nonexistent">
|
||||
%urls;
|
||||
|
|
|
@ -10,6 +10,9 @@
|
|||
<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" />
|
||||
|
|
|
@ -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"
|
||||
"translators.ent">
|
||||
%translators;
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
<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" />
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
<!-- $FreeBSD$ -->
|
||||
|
||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||
"l10n.ent">
|
||||
%l10n;
|
||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||
"../../../share/xml/freebsd.ent">
|
||||
"nonexistent">
|
||||
%freebsd;
|
||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//EN"
|
||||
"teams.ent">
|
||||
|
@ -16,8 +13,8 @@
|
|||
"newsgroups.ent">
|
||||
%newsgroups;
|
||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN"
|
||||
"../../../share/xml/trademarks.ent">
|
||||
"nonexistent">
|
||||
%trademarks;
|
||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"
|
||||
"../../../share/xml/urls.ent">
|
||||
"nonexistent">
|
||||
%urls;
|
||||
|
|
|
@ -10,12 +10,11 @@
|
|||
<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" />
|
||||
|
||||
<public publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
||||
uri="l10n.ent" />
|
||||
<public
|
||||
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
||||
uri="release.l10n.ent" />
|
||||
|
|
|
@ -2,9 +2,6 @@
|
|||
$FreeBSD$
|
||||
-->
|
||||
|
||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||
"l10n.ent">
|
||||
%l10n;
|
||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||
"nonexistent">
|
||||
%freebsd;
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<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" />
|
||||
<public publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
||||
uri="l10n.ent" />
|
||||
<public
|
||||
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
||||
uri="release.l10n.ent" />
|
||||
|
|
|
@ -2,9 +2,6 @@
|
|||
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"
|
||||
"translators.ent">
|
||||
%translators;
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<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" />
|
||||
<public publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
||||
uri="l10n.ent" />
|
||||
<public
|
||||
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
||||
uri="release.l10n.ent" />
|
||||
|
|
|
@ -5,9 +5,6 @@
|
|||
%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"
|
||||
"freebsd.ent">
|
||||
%freebsd;
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<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" />
|
||||
<public publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
||||
uri="l10n.ent" />
|
||||
<public
|
||||
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
||||
uri="release.l10n.ent" />
|
||||
|
|
|
@ -4,9 +4,6 @@
|
|||
$FreeBSD$
|
||||
-->
|
||||
|
||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||
"l10n.ent">
|
||||
%l10n;
|
||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||
"nonexistent">
|
||||
%freebsd;
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<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" />
|
||||
<public publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
||||
uri="l10n.ent" />
|
||||
<public
|
||||
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
||||
uri="release.l10n.ent" />
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
<!-- $FreeBSD$ -->
|
||||
|
||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||
"l10n.ent">
|
||||
%l10n;
|
||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||
"nonexistent">
|
||||
%freebsd;
|
||||
|
|
|
@ -5,6 +5,8 @@
|
|||
$FreeBSD$
|
||||
-->
|
||||
|
||||
<!ENTITY nbsp " ">
|
||||
|
||||
<!-- docformat navi -->
|
||||
<!ENTITY docnavi.single-html "ñ°ìÈÇ">
|
||||
<!ENTITY docnavi.split-html "ʬ³äÈÇ">
|
||||
|
|
|
@ -10,13 +10,13 @@
|
|||
<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" />
|
||||
<public
|
||||
publicId="-//FreeBSD//ENTITIES DocBook Translator Entities//MN"
|
||||
uri="translators.ent" />
|
||||
<public
|
||||
publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
||||
uri="l10n.ent" />
|
||||
</catalog>
|
||||
|
|
|
@ -21,9 +21,6 @@
|
|||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//MN"
|
||||
"trademarks.ent">
|
||||
%trademarks;
|
||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||
"l10n.ent">
|
||||
%l10n;
|
||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"
|
||||
"nonexistent">
|
||||
%urls;
|
||||
|
|
|
@ -11,11 +11,11 @@
|
|||
<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" />
|
||||
<public publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
||||
uri="l10n.ent" />
|
||||
<public
|
||||
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
||||
uri="release.l10n.ent" />
|
||||
|
|
|
@ -27,6 +27,3 @@
|
|||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN"
|
||||
"nonexistent">
|
||||
%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/"
|
||||
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" />
|
||||
<public
|
||||
publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
||||
uri="l10n.ent" />
|
||||
</catalog>
|
||||
|
|
|
@ -5,9 +5,6 @@
|
|||
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"
|
||||
"nonexistent">
|
||||
%freebsd;
|
||||
|
|
|
@ -10,13 +10,13 @@
|
|||
<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" />
|
||||
<public
|
||||
publicId="-//FreeBSD//ENTITIES DocBook Translator Entities//PT"
|
||||
uri="translators.ent" />
|
||||
<public
|
||||
publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
||||
uri="l10n.ent" />
|
||||
</catalog>
|
||||
|
|
|
@ -10,9 +10,6 @@
|
|||
<!ENTITY % words PUBLIC "-//FreeBSD//ENTITIES DocBook Specific Word Translations Entities//PT"
|
||||
"words.ent">
|
||||
%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"
|
||||
"mailing-lists.ent">
|
||||
%mailing-lists;
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<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" />
|
||||
<public publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
||||
uri="l10n.ent" />
|
||||
<public
|
||||
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
||||
uri="release.l10n.ent" />
|
||||
|
|
|
@ -22,9 +22,6 @@
|
|||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//RU"
|
||||
"trademarks.ent">
|
||||
%trademarks;
|
||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||
"l10n.ent">
|
||||
%l10n;
|
||||
<!ENTITY % urls-ru PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//RU"
|
||||
"urls.ent">
|
||||
%urls-ru;
|
||||
|
|
|
@ -111,7 +111,7 @@ ${XML_MIRRORS}: ${XML_MIRRORS_MASTER} \
|
|||
--param 'transtable-word-group' "'country'" \
|
||||
--param 'transtable-sortkey.xml' "'$@.sort'" \
|
||||
${XSL_TRANSTABLE} ${XML_MIRRORS_MASTER}
|
||||
${RM} -f $@.sort $@.sort.tmp
|
||||
# ${RM} -f $@.sort $@.sort.tmp
|
||||
.if ${LANGCODE} != .
|
||||
CLEANFILES+= ${XML_MIRRORS}
|
||||
CLEANFILES+= ${XML_MIRRORS}.sort
|
||||
|
|
|
@ -35,10 +35,10 @@
|
|||
publicId="-//FreeBSD//ENTITIES FreeBSD Common Entities//EN"
|
||||
uri="common.ent" />
|
||||
<public
|
||||
publicId="-//FreeBSD//ENTITIES FreeBSD L10N Common Entities//EN"
|
||||
publicId="-//FreeBSD//ENTITIES FreeBSD Language Specific Common Entities//EN"
|
||||
uri="l10n-common.ent" />
|
||||
<public
|
||||
publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
||||
publicId="-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
||||
uri="l10n.ent" />
|
||||
<public
|
||||
publicId="-//FreeBSD//DOCUMENT FreeBSD Language Neutral XSLT Library//EN"
|
||||
|
|
|
@ -1,11 +1,24 @@
|
|||
<!ENTITY % orig-docbook PUBLIC "-//OASIS//DTD DocBook XML V5.0//EN"
|
||||
"docbook50.dtd">
|
||||
%orig-docbook;
|
||||
<!-- $FreeBSD$ -->
|
||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
||||
"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"
|
||||
"http://www.FreeBSD.org/XML/www/share/xml/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"
|
||||
"authors.ent">
|
||||
%authors;
|
||||
|
@ -13,7 +26,3 @@
|
|||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"
|
||||
"man-refs.ent">
|
||||
%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 -*-
|
||||
DocBook Language Neutral Entities for Localization.
|
||||
Language Specific Entities for Localization.
|
||||
|
||||
An entity here can be overridden with the localized version
|
||||
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
|
||||
set is used by default.
|
||||
|
||||
This file should be empty.
|
||||
|
||||
$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">
|
||||
%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">
|
||||
%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"
|
||||
"http://www.FreeBSD.org/XML/doc/share/xml/common.ent">
|
||||
%common.ent;
|
||||
|
|
|
@ -22,13 +22,13 @@
|
|||
%autogen.ent;
|
||||
|
||||
<!ENTITY % l10n.ent
|
||||
PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
||||
"http://www.FreeBSD.org/XML/www/lang/share/xml/l10n.ent">
|
||||
PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/xml/l10n.ent">
|
||||
%l10n.ent;
|
||||
|
||||
<!ENTITY % l10n-common.ent
|
||||
PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Common Entities//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/xml/l10n.ent">
|
||||
PUBLIC "-//FreeBSD//ENTITIES FreeBSD FreeBSD Language Specific Common Entities//EN"
|
||||
"http://www.FreeBSD.org/XML/www/share/xml/l10n-common.ent">
|
||||
%l10n-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"
|
||||
"nonexistent">
|
||||
%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"
|
||||
"nonexistent">
|
||||
%mailing-lists;
|
||||
|
|
|
@ -10,6 +10,9 @@
|
|||
<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" />
|
||||
|
|
|
@ -4,9 +4,6 @@
|
|||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||
"nonexistent">
|
||||
%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"
|
||||
"nonexistent">
|
||||
%mailing-lists;
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<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" />
|
||||
<public publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
||||
uri="l10n.ent" />
|
||||
<public
|
||||
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
||||
uri="release.l10n.ent" />
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
<!-- $FreeBSD$ -->
|
||||
|
||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||
"l10n.ent">
|
||||
%l10n;
|
||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||
"nonexistent">
|
||||
%freebsd;
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
<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" />
|
||||
<public publicId="-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
||||
uri="l10n.ent" />
|
||||
<public
|
||||
publicId="-//FreeBSD//ENTITIES FreeBSD Release L10N Entities//EN"
|
||||
uri="release.l10n.ent" />
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
<!-- $FreeBSD$ -->
|
||||
|
||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
|
||||
"l10n.ent">
|
||||
%l10n;
|
||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN"
|
||||
"nonexistent">
|
||||
%freebsd;
|
||||
|
|
Loading…
Reference in a new issue