summaryrefslogtreecommitdiff
path: root/ru_RU.KOI8-R/share
diff options
context:
space:
mode:
authorDenis Peplin <den@FreeBSD.org>2004-08-13 07:10:17 +0000
committerDenis Peplin <den@FreeBSD.org>2004-08-13 07:10:17 +0000
commitbf83c19d5ff7ca51fc57dbf10f9de8a0008e485e (patch)
treed0d08a337f73b89c2d537b122d18d2b3d8aa55ea /ru_RU.KOI8-R/share
parent590f4da11ceb2a47aa20bb47c824db6f6d87ef56 (diff)
Implement urls rewriting
Other translation teams can use the same way Approach discussed with: hrs Obtained from: The FreeBSD Russian Documentation Project
Notes
svn path=/head/; revision=21950
Diffstat (limited to 'ru_RU.KOI8-R/share')
-rw-r--r--ru_RU.KOI8-R/share/sgml/articles.ent6
-rw-r--r--ru_RU.KOI8-R/share/sgml/books.ent4
-rw-r--r--ru_RU.KOI8-R/share/sgml/catalog4
-rw-r--r--ru_RU.KOI8-R/share/sgml/urls.ent21
4 files changed, 32 insertions, 3 deletions
diff --git a/ru_RU.KOI8-R/share/sgml/articles.ent b/ru_RU.KOI8-R/share/sgml/articles.ent
index 24bd545e84..67e8c7f446 100644
--- a/ru_RU.KOI8-R/share/sgml/articles.ent
+++ b/ru_RU.KOI8-R/share/sgml/articles.ent
@@ -2,7 +2,7 @@
The FreeBSD Russian Documentation Project
$FreeBSD$
- $FreeBSDru: frdp/doc/ru_RU.KOI8-R/share/sgml/articles.ent,v 1.3 2004/08/10 12:25:56 den Exp $
+ $FreeBSDru: frdp/doc/ru_RU.KOI8-R/share/sgml/articles.ent,v 1.4 2004/08/13 07:07:53 den Exp $
Original revision: 1.1 (doc/share/sgml)
-->
@@ -25,5 +25,9 @@
%l10n;
<!ENTITY % l10n-common PUBLIC "-//FreeBSD//ENTITIES DocBook Language Neutral Entities//EN">
%l10n-common;
+
+<!ENTITY % urls-ru PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//RU">
+%urls-ru;
+
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
%urls;
diff --git a/ru_RU.KOI8-R/share/sgml/books.ent b/ru_RU.KOI8-R/share/sgml/books.ent
index 906f9a22e1..9ea9ffbd4e 100644
--- a/ru_RU.KOI8-R/share/sgml/books.ent
+++ b/ru_RU.KOI8-R/share/sgml/books.ent
@@ -2,7 +2,7 @@
The FreeBSD Russian Documentation Project
$FreeBSD$
- $FreeBSDru: frdp/doc/ru_RU.KOI8-R/share/sgml/books.ent,v 1.4 2004/08/10 12:25:56 den Exp $
+ $FreeBSDru: frdp/doc/ru_RU.KOI8-R/share/sgml/books.ent,v 1.5 2004/08/13 07:07:53 den Exp $
Original revision: 1.1 (doc/share/sgml)
-->
@@ -27,5 +27,7 @@
%l10n;
<!ENTITY % l10n-common PUBLIC "-//FreeBSD//ENTITIES DocBook Language Neutral Entities//EN">
%l10n-common;
+<!ENTITY % urls-ru PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//RU">
+%urls-ru;
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
%urls;
diff --git a/ru_RU.KOI8-R/share/sgml/catalog b/ru_RU.KOI8-R/share/sgml/catalog
index fe726b0396..d28874e5a9 100644
--- a/ru_RU.KOI8-R/share/sgml/catalog
+++ b/ru_RU.KOI8-R/share/sgml/catalog
@@ -8,7 +8,7 @@
-- The FreeBSD Russian Documentation Project
-- ...................................................................... --
-- $FreeBSD$
- -- $FreeBSDru: frdp/doc/ru_RU.KOI8-R/share/sgml/catalog,v 1.12 2004/08/12 08:30:15 den Exp $
+ -- $FreeBSDru: frdp/doc/ru_RU.KOI8-R/share/sgml/catalog,v 1.13 2004/08/13 07:07:53 den Exp $
-- ...................................................................... --
-- Original revision: 1.5
-- ...................................................................... --
@@ -43,3 +43,5 @@ PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//RU"
PUBLIC "-//FreeBSD//ENTITIES DocBook Russian Translators Entities//RU"
"translators.ent"
+PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//RU"
+ "urls.ent"
diff --git a/ru_RU.KOI8-R/share/sgml/urls.ent b/ru_RU.KOI8-R/share/sgml/urls.ent
new file mode 100644
index 0000000000..7ce17dcb5c
--- /dev/null
+++ b/ru_RU.KOI8-R/share/sgml/urls.ent
@@ -0,0 +1,21 @@
+<!--
+ The FreeBSD Russian Documentation Project
+
+ This file contain urls for documents that we
+ have not translated.
+
+ $FreeBSD$
+ $FreeBSDru: frdp/doc/ru_RU.KOI8-R/share/sgml/urls.ent,v 1.1 2004/08/13 07:07:53 den Exp $
+
+ Original revision: 1.7 (doc/share/sgml/urls.ent)
+-->
+
+
+<!-- Books -->
+<!ENTITY url.books.arch-handbook "&url.books.arch-handbook.en;">
+<!ENTITY url.books.developers-handbook "&url.books.developers-handbook.en;">
+
+<!-- Articles -->
+<!ENTITY url.articles.contributors "&url.articles.contributors.en;">
+<!ENTITY url.articles.releng-packages "&url.articles.releng-packages.en;">
+<!ENTITY url.articles.relaydelay "&url.articles.relaydelay.en;">