summaryrefslogtreecommitdiffstats
path: root/kdoctools/customization/dtd/rdbhier2.elements
blob: af708f79c7009438fb258df5af899d0189c520d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!-- -*- dtd -*-
    Modified hierarchy elements for DocBook as used in the TDE documentation
    (instantiates %rdbhier2;).  The actual changes are done in
    modifications.elements.

    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 the TDE development team
    <trinity-devel@lists.pearsoncomputing.net>.

    USAGE

    Refer to this DTD as

      "-//KDE//ELEMENTS DocBook Hierarchy Redeclarations 2 V1.0//EN"

    For instance

      <!ENTITY % rdbhier2 PUBLIC
       "-//KDE//ELEMENTS DocBook Hierarchy Redeclarations 2 V1.0//EN">

    Set to IGNORE:                      to revert from TDE customisation for:
    kde.remove.unused.elements          some elements unlikely to be used
    kde.book.meta.info                  extra requirements for bookinfo element
-->


<!-- Elements which are unlikely to be useful in the TDE documentation,
     because their purpose is either to markup already existing documents
     or because there are automatic means of obtaining the same effect

     %kde.remove.unused.elements; is set in kde-rdbpool.elements.
 -->
<![ %kde.remove.unused.elements; [
<!ENTITY % toc.content.module "IGNORE">
<!ENTITY % lot.content.module "IGNORE">
<!-- end of kde.remove.unused.elements -->]]>


<!-- For translation and revision bookkeeping mechanisms, some elements
     are required to be present in bookinfo.
 -->
<!ENTITY % kde.book.meta.info "INCLUDE">
<![ %kde.book.meta.info; [
<!ENTITY % book.element "IGNORE">
<!ENTITY % bookinfo.element "IGNORE">
<!-- end of kde.book.meta.info -->]]>