Date: Mon, 20 Jul 2015 19:35:33 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47027 - head/share/xml Message-ID: <201507201935.t6KJZX7n021275@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hrs Date: Mon Jul 20 19:35:32 2015 New Revision: 47027 URL: https://svnweb.freebsd.org/changeset/doc/47027 Log: Fix l10n support. Modified: head/share/xml/events.dtd head/share/xml/gallery.dtd head/share/xml/ideas.dtd head/share/xml/multimedia.dtd head/share/xml/news.dtd head/share/xml/press.dtd head/share/xml/sitemap.dtd head/share/xml/statusreport.dtd head/share/xml/usergroups.dtd Modified: head/share/xml/events.dtd ============================================================================== --- head/share/xml/events.dtd Mon Jul 20 19:34:07 2015 (r47026) +++ head/share/xml/events.dtd Mon Jul 20 19:35:32 2015 (r47027) @@ -89,9 +89,14 @@ "http://www.FreeBSD.org/XML/share/xml/iso8879.ent"> %iso8879.ent; +<!ENTITY % l10n-common.ent + PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Common Entities//EN" + "http://www.FreeBSD.org/XML/share/xml/l10n-common.ent"> +%l10n-common.ent; + <!ENTITY % l10n.ent - PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN" - "http://www.FreeBSD.org/XML/share/xml/l10n.ent"> + PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN" + "http://www.FreeBSD.org/XML/lang/share/xml/l10n.ent"> %l10n.ent; <!ENTITY % common.ent Modified: head/share/xml/gallery.dtd ============================================================================== --- head/share/xml/gallery.dtd Mon Jul 20 19:34:07 2015 (r47026) +++ head/share/xml/gallery.dtd Mon Jul 20 19:35:32 2015 (r47027) @@ -47,10 +47,15 @@ %iso8879.ent; <!ENTITY % l10n.ent - PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN" - "http://www.FreeBSD.org/XML/share/xml/l10n.ent"> + PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN" + "http://www.FreeBSD.org/XML/lang/share/xml/l10n.ent"> %l10n.ent; +<!ENTITY % l10n-common.ent + PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Common Entities//EN" + "http://www.FreeBSD.org/XML/share/xml/l10n-common.ent"> +%l10n-common.ent; + <!ENTITY % common.ent PUBLIC "-//FreeBSD//ENTITIES FreeBSD Common Entities//EN" "http://www.FreeBSD.org/XML/share/xml/common.ent"> Modified: head/share/xml/ideas.dtd ============================================================================== --- head/share/xml/ideas.dtd Mon Jul 20 19:34:07 2015 (r47026) +++ head/share/xml/ideas.dtd Mon Jul 20 19:35:32 2015 (r47027) @@ -38,13 +38,13 @@ %iso8879.ent; <!ENTITY % l10n.ent - PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN" + PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN" "http://www.FreeBSD.org/XML/lang/share/xml/l10n.ent"> %l10n.ent; - + <!ENTITY % l10n-common.ent - PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Common Entities//EN" - "http://www.FreeBSD.org/XML/share/xml/l10n.ent"> + PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Common Entities//EN" + "http://www.FreeBSD.org/XML/share/xml/l10n-common.ent"> %l10n-common.ent; <!ENTITY % common.ent Modified: head/share/xml/multimedia.dtd ============================================================================== --- head/share/xml/multimedia.dtd Mon Jul 20 19:34:07 2015 (r47026) +++ head/share/xml/multimedia.dtd Mon Jul 20 19:35:32 2015 (r47027) @@ -37,13 +37,13 @@ %iso8879.ent; <!ENTITY % l10n.ent - PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN" + PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN" "http://www.FreeBSD.org/XML/lang/share/xml/l10n.ent"> %l10n.ent; - + <!ENTITY % l10n-common.ent - PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Common Entities//EN" - "http://www.FreeBSD.org/XML/share/xml/l10n.ent"> + PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Common Entities//EN" + "http://www.FreeBSD.org/XML/share/xml/l10n-common.ent"> %l10n-common.ent; <!ENTITY % release.ent Modified: head/share/xml/news.dtd ============================================================================== --- head/share/xml/news.dtd Mon Jul 20 19:34:07 2015 (r47026) +++ head/share/xml/news.dtd Mon Jul 20 19:35:32 2015 (r47027) @@ -71,13 +71,13 @@ %iso8879.ent; <!ENTITY % l10n.ent - PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN" + PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN" "http://www.FreeBSD.org/XML/lang/share/xml/l10n.ent"> %l10n.ent; - + <!ENTITY % l10n-common.ent - PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Common Entities//EN" - "http://www.FreeBSD.org/XML/share/xml/l10n.ent"> + PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Common Entities//EN" + "http://www.FreeBSD.org/XML/share/xml/l10n-common.ent"> %l10n-common.ent; <!ENTITY % common.ent Modified: head/share/xml/press.dtd ============================================================================== --- head/share/xml/press.dtd Mon Jul 20 19:34:07 2015 (r47026) +++ head/share/xml/press.dtd Mon Jul 20 19:35:32 2015 (r47027) @@ -62,13 +62,13 @@ %iso8879.ent; <!ENTITY % l10n.ent - PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN" + PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN" "http://www.FreeBSD.org/XML/lang/share/xml/l10n.ent"> %l10n.ent; - + <!ENTITY % l10n-common.ent - PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Common Entities//EN" - "http://www.FreeBSD.org/XML/share/xml/l10n.ent"> + PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Common Entities//EN" + "http://www.FreeBSD.org/XML/share/xml/l10n-common.ent"> %l10n-common.ent; <!ENTITY % common.ent Modified: head/share/xml/sitemap.dtd ============================================================================== --- head/share/xml/sitemap.dtd Mon Jul 20 19:34:07 2015 (r47026) +++ head/share/xml/sitemap.dtd Mon Jul 20 19:35:32 2015 (r47027) @@ -27,13 +27,13 @@ %iso8879.ent; <!ENTITY % l10n.ent - PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN" + PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN" "http://www.FreeBSD.org/XML/lang/share/xml/l10n.ent"> %l10n.ent; - + <!ENTITY % l10n-common.ent - PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Common Entities//EN" - "http://www.FreeBSD.org/XML/share/xml/l10n.ent"> + PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Common Entities//EN" + "http://www.FreeBSD.org/XML/share/xml/l10n-common.ent"> %l10n-common.ent; <!ENTITY % release.ent Modified: head/share/xml/statusreport.dtd ============================================================================== --- head/share/xml/statusreport.dtd Mon Jul 20 19:34:07 2015 (r47026) +++ head/share/xml/statusreport.dtd Mon Jul 20 19:35:32 2015 (r47027) @@ -109,9 +109,14 @@ %iso8879.ent; <!ENTITY % l10n.ent - PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN" - "http://www.FreeBSD.org/XML/share/xml/l10n.ent"> + PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN" + "http://www.FreeBSD.org/XML/lang/share/xml/l10n.ent"> %l10n.ent; + +<!ENTITY % l10n-common.ent + PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Common Entities//EN" + "http://www.FreeBSD.org/XML/share/xml/l10n-common.ent"> +%l10n-common.ent; <!ENTITY % common.ent PUBLIC "-//FreeBSD//ENTITIES FreeBSD Common Entities//EN" Modified: head/share/xml/usergroups.dtd ============================================================================== --- head/share/xml/usergroups.dtd Mon Jul 20 19:34:07 2015 (r47026) +++ head/share/xml/usergroups.dtd Mon Jul 20 19:35:32 2015 (r47027) @@ -28,10 +28,15 @@ %iso8879.ent; <!ENTITY % l10n.ent - PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN" - "http://www.FreeBSD.org/XML/share/xml/l10n.ent"> + PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Entities//EN" + "http://www.FreeBSD.org/XML/lang/share/xml/l10n.ent"> %l10n.ent; +<!ENTITY % l10n-common.ent + PUBLIC "-//FreeBSD//ENTITIES FreeBSD Language Specific Common Entities//EN" + "http://www.FreeBSD.org/XML/share/xml/l10n-common.ent"> +%l10n-common.ent; + <!ENTITY % common.ent PUBLIC "-//FreeBSD//ENTITIES FreeBSD Common Entities//EN" "http://www.FreeBSD.org/XML/share/xml/common.ent">
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507201935.t6KJZX7n021275>