svn commit: r47027 - head/share/xml

Hiroki Sato <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
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">
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.