diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch) | |
tree | 5ac38a06f3dde268dc7927dc155896926aaf7012 /kdoctools/customization/dtd/rdbhier2.elements | |
download | tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdoctools/customization/dtd/rdbhier2.elements')
-rw-r--r-- | kdoctools/customization/dtd/rdbhier2.elements | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/kdoctools/customization/dtd/rdbhier2.elements b/kdoctools/customization/dtd/rdbhier2.elements new file mode 100644 index 000000000..005934f87 --- /dev/null +++ b/kdoctools/customization/dtd/rdbhier2.elements @@ -0,0 +1,61 @@ +<!-- -*- dtd -*- + Modified hierarchy elements for DocBook as used in the KDE 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 KDE docbook list + <kde-docbook@kde.org>. + + 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 KDE 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 KDE 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 -->]]> |