You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
122 lines
4.7 KiB
122 lines
4.7 KiB
<!--
|
|
Document Type Definition for DocBook XML as used in the KDE documentation
|
|
|
|
Copyright (C) 2001 Frederik Fouvry
|
|
|
|
This program is free software; you can redistribute it and/or
|
|
modify it under the terms of the GNU General Public License
|
|
as published by the Free Software Foundation; either version 2
|
|
of the License, or (at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program; if not, write to the Free Software
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
Send suggestions, comments, etc. to Frederik Fouvry
|
|
<fouvry@coli.uni-sb.de>.
|
|
|
|
|
|
USAGE
|
|
|
|
Refer to this DTD as
|
|
|
|
"-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.1//EN"
|
|
|
|
For instance:
|
|
|
|
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.1//EN"
|
|
"customization/dtd/kdex.dtd">
|
|
|
|
and use catalog as the catalogue file.
|
|
Note: the system identifier is interpreted relative to the place
|
|
where it is defined, unless otherwise defined by the application you use.
|
|
If you have permanent internet access, you can use any URLs (and
|
|
you don't have to install docbook).
|
|
|
|
After a version number change, plenty of problems may occur because
|
|
of non-compatibilities (or DTDs not found, etc). That doesn't mean your
|
|
document is invalid; it just means that the reference DTD has changed
|
|
(new documentation and documentation updates). Check out the previous
|
|
version and point to the appropriate catalog or DTD and things should
|
|
work again (=still ;-).
|
|
-->
|
|
|
|
|
|
<!-- ============================================================= -->
|
|
<!-- Modifications to the original DocBook DTD -->
|
|
<!-- ============================================================= -->
|
|
<!-- Declarations in this part should only *restrict* the DocBook
|
|
DTD -->
|
|
|
|
<!-- Modifications in pool
|
|
%rdbpool; is called in the DocBook DTD
|
|
NEEDS TO BE CHECKED ON CHANGES
|
|
-->
|
|
<!ENTITY % rdbpool PUBLIC
|
|
"-//KDE//ELEMENTS DocBook XML Pool Redeclarations V1.0//EN"
|
|
"rdbpool.elements" >
|
|
<!ENTITY % dbpool.redecl.module "INCLUDE" >
|
|
|
|
<!-- Modifications in hierarchy
|
|
%rdbhier2; is called in the DocBook DTD
|
|
NEEDS TO BE CHECKED ON CHANGES
|
|
-->
|
|
<!ENTITY % rdbhier2 PUBLIC
|
|
"-//KDE//ELEMENTS DocBook XML Hierarchy Redeclarations 2 V1.0//EN"
|
|
"../dtd/rdbhier2.elements" >
|
|
<!ENTITY % dbhier.redecl2.module "INCLUDE" >
|
|
|
|
<!-- For Java-style refentries
|
|
Based on DocBook 4.0. -->
|
|
<!--ENTITY % jrefentry PUBLIC
|
|
"-//Norman Walsh//DTD JRefEntry V1.0//EN" >
|
|
%jrefentry; -->
|
|
|
|
<!-- Temporary solution -->
|
|
<!ENTITY copy "(c)"> <!--=copyright sign-->
|
|
<!ENTITY trade "[tm]"> <!--=trade mark sign-->
|
|
<!ENTITY reg "(R)"> <!--/circledR =registered sign-->
|
|
|
|
|
|
<!-- ============================================================= -->
|
|
<!-- Original DocBook DTD -->
|
|
<!-- ============================================================= -->
|
|
|
|
<!ENTITY % DocBookDTD PUBLIC
|
|
"-//OASIS//DTD DocBook XML V4.1.2//EN"
|
|
"../../docbook/xml-dtd-4.1.2/docbookx.dtd" >
|
|
%DocBookDTD;
|
|
|
|
|
|
<!-- ============================================================= -->
|
|
<!-- Modifications to the original DocBook DTD -->
|
|
<!-- ============================================================= -->
|
|
<!-- ONLY to supply declarations that were switched off in the
|
|
first "Modifications" section -->
|
|
|
|
<!ENTITY % kde.modifications PUBLIC
|
|
"-//KDE//ELEMENTS DocBook XML Modifications V1.0//EN"
|
|
"modifications.elements" >
|
|
%kde.modifications;
|
|
|
|
|
|
<!-- ============================================================= -->
|
|
<!-- Extensions to the DocBook DTD -->
|
|
<!-- ============================================================= -->
|
|
<!-- Is empty, except for what could go in dbgenent.mod -->
|
|
|
|
<!ENTITY % kde.general.entities PUBLIC
|
|
"-//KDE//ENTITIES DocBook XML General Entity Declarations V1.1//EN"
|
|
"general.entities" >
|
|
%kde.general.entities;
|
|
|
|
<!ENTITY % kde.i18n.entities PUBLIC
|
|
"-//KDE//ENTITIES DocBook XML Localisation Entity Declarations V1.0//EN"
|
|
"../entities/l10n.entities" >
|
|
%kde.i18n.entities;
|