Add meta-declarations
This commit is contained in:
parent
2ba73ba2de
commit
dbbe241470
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21902
3 changed files with 67 additions and 1 deletions
ru_RU.KOI8-R/share/sgml
29
ru_RU.KOI8-R/share/sgml/articles.ent
Normal file
29
ru_RU.KOI8-R/share/sgml/articles.ent
Normal file
|
@ -0,0 +1,29 @@
|
|||
<!--
|
||||
The FreeBSD Russian Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
$FreeBSDru: frdp/doc/ru_RU.KOI8-R/share/sgml/articles.ent,v 1.2 2004/08/09 12:46:28 den Exp $
|
||||
|
||||
Original revision: 1.1 (doc/share/sgml)
|
||||
-->
|
||||
|
||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
||||
%man;
|
||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
||||
%freebsd;
|
||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
||||
%authors;
|
||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//RU">
|
||||
%teams;
|
||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//RU">
|
||||
%mailing-lists;
|
||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//RU">
|
||||
%newsgroups;
|
||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//RU">
|
||||
%trademarks;
|
||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//RU">
|
||||
%l10n;
|
||||
<!ENTITY % l10n-common PUBLIC "-//FreeBSD//ENTITIES DocBook Language Neutral Entities//EN">
|
||||
%l10n-common;
|
||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
||||
%urls;
|
31
ru_RU.KOI8-R/share/sgml/books.ent
Normal file
31
ru_RU.KOI8-R/share/sgml/books.ent
Normal file
|
@ -0,0 +1,31 @@
|
|||
<!--
|
||||
The FreeBSD Russian Documentation Project
|
||||
|
||||
$FreeBSD$
|
||||
$FreeBSDru: frdp/doc/ru_RU.KOI8-R/share/sgml/books.ent,v 1.3 2004/08/09 12:46:28 den Exp $
|
||||
|
||||
Original revision: 1.1 (doc/share/sgml)
|
||||
-->
|
||||
|
||||
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
|
||||
%man;
|
||||
<!ENTITY % bookinfo PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//RU">
|
||||
%bookinfo;
|
||||
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
|
||||
%freebsd;
|
||||
<!ENTITY % authors PUBLIC "-//FreeBSD//ENTITIES DocBook Author Entities//EN">
|
||||
%authors;
|
||||
<!ENTITY % teams PUBLIC "-//FreeBSD//ENTITIES DocBook Team Entities//RU">
|
||||
%teams;
|
||||
<!ENTITY % mailing-lists PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//RU">
|
||||
%mailing-lists;
|
||||
<!ENTITY % newsgroups PUBLIC "-//FreeBSD//ENTITIES DocBook Newsgroup Entities//RU">
|
||||
%newsgroups;
|
||||
<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//RU">
|
||||
%trademarks;
|
||||
<!ENTITY % l10n PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//RU">
|
||||
%l10n;
|
||||
<!ENTITY % l10n-common PUBLIC "-//FreeBSD//ENTITIES DocBook Language Neutral Entities//EN">
|
||||
%l10n-common;
|
||||
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
|
||||
%urls;
|
|
@ -8,7 +8,7 @@
|
|||
-- The FreeBSD Russian Documentation Project
|
||||
-- ...................................................................... --
|
||||
-- $FreeBSD$
|
||||
-- $FreeBSDru: frdp/doc/ru_RU.KOI8-R/share/sgml/catalog,v 1.9 2004/05/25 06:24:20 den Exp $
|
||||
-- $FreeBSDru: frdp/doc/ru_RU.KOI8-R/share/sgml/catalog,v 1.10 2004/08/09 11:07:53 den Exp $
|
||||
-- ...................................................................... --
|
||||
-- Original revision: 1.5
|
||||
-- ...................................................................... --
|
||||
|
@ -16,6 +16,12 @@
|
|||
PUBLIC "-//FreeBSD//DOCUMENT DocBook Stylesheet//EN"
|
||||
"freebsd.dsl"
|
||||
|
||||
PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//RU"
|
||||
"articles.ent"
|
||||
|
||||
PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Books Entity Set//RU"
|
||||
"books.ent"
|
||||
|
||||
PUBLIC "-//FreeBSD//ENTITIES DocBook Mailing List Entities//RU"
|
||||
"mailing-lists.ent"
|
||||
|
||||
|
|
Loading…
Reference in a new issue