Warning, /frameworks/kdelibs4support/src/customization/dtd/kdex.dtd.cmake is written in an unsupported language. File is not indexed.

0001 <!--
0002     Document Type Definition for legacy DocBook XML 4.2 as used in the
0003     KDE documentation
0004     
0005     Copyright (C) 2002 Frederik Fouvry
0006      
0007     This program is free software; you can redistribute it and/or
0008     modify it under the terms of the GNU General Public License
0009     as published by the Free Software Foundation; either version 2
0010     of the License, or (at your option) any later version.
0011      
0012     This program is distributed in the hope that it will be useful,
0013     but WITHOUT ANY WARRANTY; without even the implied warranty of
0014     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
0015     GNU General Public License for more details.
0016      
0017     You should have received a copy of the GNU General Public License
0018     along with this program; if not, write to the Free Software
0019     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
0020     
0021     Send suggestions, comments, etc. to the KDE docbook list 
0022     <kde-docbook@kde.org>.
0023 
0024 
0025     USAGE
0026 
0027     Refer to this DTD as
0028 
0029       "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
0030 
0031     For instance:
0032 
0033       <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
0034                      "customization/dtd/kdex.dtd">
0035 
0036     and use catalog.xml or docbook.cat as the catalog file.
0037     Note: the system identifier is interpreted relative to the place
0038     where it is defined, unless otherwise defined by the application you use.
0039     If you have permanent internet access, you can use any URLs (and
0040     you don't have to install docbook).
0041 
0042     After a version number change, plenty of problems may occur because
0043     of non-compatibilities (or DTDs not found, etc).  That doesn't mean your
0044     document is invalid; it just means that the reference DTD has changed 
0045     (new documentation and documentation updates).  Check out the previous
0046     version and point to the appropriate catalog or DTD and things should
0047     work again (=still ;-).
0048 -->
0049 
0050 
0051 <!-- ============================================================= -->
0052 <!--          Modifications to the original DocBook DTD            -->
0053 <!-- ============================================================= -->
0054 <!-- Declarations in this part should only *restrict* the DocBook 
0055      DTD                                                           -->
0056 
0057 <!-- copied from docbookx.dtd: these values are for 
0058      %xml.features; = "INCLUDE"
0059      Files that define elements need them (currently only 
0060      modifications.elements) -->
0061 <!ENTITY % ho "">
0062 <!ENTITY % ubiq.inclusion "">
0063 <!ENTITY % beginpage.exclusion "">
0064 
0065 <!-- Modifications in pool
0066      %rdbpool; is called in the DocBook DTD
0067      NEEDS TO BE CHECKED ON CHANGES
0068  -->
0069 <!ENTITY % rdbpool          PUBLIC
0070   "-//KDE//ELEMENTS DocBook XML Pool Redeclarations V1.1//EN"        
0071   "@_KDocTools_customization_dir@/dtd/rdbpool.elements"                                                 >
0072 <!ENTITY % dbpool.redecl.module "INCLUDE"                            >
0073 
0074 <!-- Modifications in hierarchy
0075      %rdbhier2; is called in the DocBook DTD
0076      NEEDS TO BE CHECKED ON CHANGES
0077  -->
0078 <!ENTITY % rdbhier2         PUBLIC
0079   "-//KDE//ELEMENTS DocBook XML Hierarchy Redeclarations 2 V1.0//EN"     
0080   "@_KDocTools_customization_dir@/dtd/rdbhier2.elements"                                                >
0081 <!ENTITY % dbhier.redecl2.module "INCLUDE"                           >
0082 
0083 <!-- For Java-style refentries     
0084      Based on DocBook 4.0.                                         -->
0085 <!--ENTITY % jrefentry      PUBLIC
0086   "-//Norman Walsh//DTD JRefEntry V1.0//EN"                          >
0087 %jrefentry; -->
0088 
0089 <!-- Temporary solution -->
0090 <!ENTITY copy  "(c)"> <!--=copyright sign-->
0091 <!ENTITY trade "[tm]"> <!--=trade mark sign-->
0092 <!ENTITY reg   "(R)"> <!--/circledR =registered sign-->
0093 
0094 
0095 <!-- ============================================================= -->
0096 <!--                     Original DocBook DTD                      -->
0097 <!-- ============================================================= -->
0098 
0099 <!ENTITY % DocBookDTD       PUBLIC
0100   "-//OASIS//DTD DocBook XML V4.2//EN"
0101   "@DocBookXML4_DTD_DIR@/docbookx.dtd"         >
0102 %DocBookDTD;
0103 
0104 
0105 <!-- ============================================================= -->
0106 <!--          Modifications to the original DocBook DTD            -->
0107 <!-- ============================================================= -->
0108 <!-- ONLY to supply declarations that were switched off in the 
0109      first "Modifications" section -->
0110 
0111 <!ENTITY % kde.modifications PUBLIC
0112   "-//KDE//ELEMENTS DocBook XML Modifications V1.1//EN"
0113   "@_KDocTools_customization_dir@/dtd/modifications.elements"                                           >
0114 %kde.modifications;
0115 
0116 
0117 <!-- ============================================================= -->
0118 <!--                Extensions to the DocBook DTD                  -->
0119 <!-- ============================================================= -->
0120 <!-- Is empty, except for what could go in dbgenent.mod            -->
0121 
0122 <!ENTITY % kde.general.entities PUBLIC
0123   "-//KDE//ENTITIES DocBook XML General Entity Declarations V1.2//EN"    
0124   "@_KDocTools_customization_dir@/entities/general.entities"                                     >
0125 %kde.general.entities;
0126 
0127 <!ENTITY % kde.i18n.entities PUBLIC
0128   "-//KDE//ENTITIES DocBook XML Localisation Entity Declarations V1.0//EN"
0129   "@_KDocTools_customization_dir@/entities/l10n.entities"                                        >
0130 %kde.i18n.entities;