Implement urls rewriting
Other translation teams can use the same way Approach discussed with: hrs Obtained from: The FreeBSD Russian Documentation Project
This commit is contained in:
parent
590f4da11c
commit
bf83c19d5f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21950
4 changed files with 32 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
The FreeBSD Russian Documentation Project
|
The FreeBSD Russian Documentation Project
|
||||||
|
|
||||||
$FreeBSD$
|
$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)
|
Original revision: 1.1 (doc/share/sgml)
|
||||||
-->
|
-->
|
||||||
|
@ -25,5 +25,9 @@
|
||||||
%l10n;
|
%l10n;
|
||||||
<!ENTITY % l10n-common PUBLIC "-//FreeBSD//ENTITIES DocBook Language Neutral Entities//EN">
|
<!ENTITY % l10n-common PUBLIC "-//FreeBSD//ENTITIES DocBook Language Neutral Entities//EN">
|
||||||
%l10n-common;
|
%l10n-common;
|
||||||
|
|
||||||
|
<!ENTITY % urls-ru PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//RU">
|
||||||
|
%urls-ru;
|
||||||
|
|
||||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
||||||
%urls;
|
%urls;
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
The FreeBSD Russian Documentation Project
|
The FreeBSD Russian Documentation Project
|
||||||
|
|
||||||
$FreeBSD$
|
$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)
|
Original revision: 1.1 (doc/share/sgml)
|
||||||
-->
|
-->
|
||||||
|
@ -27,5 +27,7 @@
|
||||||
%l10n;
|
%l10n;
|
||||||
<!ENTITY % l10n-common PUBLIC "-//FreeBSD//ENTITIES DocBook Language Neutral Entities//EN">
|
<!ENTITY % l10n-common PUBLIC "-//FreeBSD//ENTITIES DocBook Language Neutral Entities//EN">
|
||||||
%l10n-common;
|
%l10n-common;
|
||||||
|
<!ENTITY % urls-ru PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//RU">
|
||||||
|
%urls-ru;
|
||||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
||||||
%urls;
|
%urls;
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
-- The FreeBSD Russian Documentation Project
|
-- The FreeBSD Russian Documentation Project
|
||||||
-- ...................................................................... --
|
-- ...................................................................... --
|
||||||
-- $FreeBSD$
|
-- $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
|
-- Original revision: 1.5
|
||||||
-- ...................................................................... --
|
-- ...................................................................... --
|
||||||
|
@ -43,3 +43,5 @@ PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//RU"
|
||||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Russian Translators Entities//RU"
|
PUBLIC "-//FreeBSD//ENTITIES DocBook Russian Translators Entities//RU"
|
||||||
"translators.ent"
|
"translators.ent"
|
||||||
|
|
||||||
|
PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//RU"
|
||||||
|
"urls.ent"
|
||||||
|
|
21
ru_RU.KOI8-R/share/sgml/urls.ent
Normal file
21
ru_RU.KOI8-R/share/sgml/urls.ent
Normal file
|
@ -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;">
|
Loading…
Reference in a new issue