From d6ee27dacd1a96ef9e5819695c7eb62720e738bc Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 18 Apr 2013 17:30:42 -0500 Subject: Update files and references in support of bug report 1446. --- doc/common/CMakeLists.txt | 2 +- doc/common/Makefile.am | 6 +- doc/common/artistic-license.html | 2 +- doc/common/bsd-license.html | 2 +- doc/common/fdl-license.html | 2 +- doc/common/gpl-license.html | 2 +- doc/common/header.html | 2 +- doc/common/kde-common.css | 32 -- doc/common/kde-default.css | 327 ------------------- doc/common/kde-localised.css.template | 32 -- doc/common/kde-web.css | 178 ---------- doc/common/kde.css | 468 --------------------------- doc/common/lgpl-license.html | 2 +- doc/common/mainheader.html | 2 +- doc/common/qpl-license.html | 2 +- doc/common/tde-common.css | 32 ++ doc/common/tde-default.css | 327 +++++++++++++++++++ doc/common/tde-localised.css.template | 32 ++ doc/common/tde-web.css | 178 ++++++++++ doc/common/tde.css | 468 +++++++++++++++++++++++++++ doc/common/x11-license.html | 2 +- doc/tdelibs/Makefile.am | 2 +- kdoctools/configure.in.in | 2 +- kdoctools/customization/README | 20 +- kdoctools/customization/kde-chunk-online.xsl | 110 ------- kdoctools/customization/kde-chunk.xsl | 130 -------- kdoctools/customization/kde-man.xsl | 141 -------- kdoctools/customization/kde-navig-online.xsl | 206 ------------ kdoctools/customization/kde-navig.xsl | 213 ------------ kdoctools/customization/kde-nochunk.xsl | 88 ----- kdoctools/customization/kde-style.xsl | 76 ----- kdoctools/customization/kde-ttlpg-online.xsl | 85 ----- kdoctools/customization/kde-ttlpg.xsl | 80 ----- kdoctools/customization/kde-web-navig.xsl | 157 --------- kdoctools/customization/kde-web.xsl | 109 ------- kdoctools/customization/tde-chunk-online.xsl | 110 +++++++ kdoctools/customization/tde-chunk.xsl | 130 ++++++++ kdoctools/customization/tde-man.xsl | 141 ++++++++ kdoctools/customization/tde-navig-online.xsl | 206 ++++++++++++ kdoctools/customization/tde-navig.xsl | 213 ++++++++++++ kdoctools/customization/tde-nochunk.xsl | 88 +++++ kdoctools/customization/tde-style.xsl | 76 +++++ kdoctools/customization/tde-ttlpg-online.xsl | 85 +++++ kdoctools/customization/tde-ttlpg.xsl | 80 +++++ kdoctools/customization/tde-web-navig.xsl | 157 +++++++++ kdoctools/customization/tde-web.xsl | 109 +++++++ kdoctools/meinproc.cpp | 2 +- kdoctools/tdeio_help.cpp | 4 +- kdoctools/xslt.cpp | 2 +- 49 files changed, 2461 insertions(+), 2461 deletions(-) delete mode 100644 doc/common/kde-common.css delete mode 100644 doc/common/kde-default.css delete mode 100644 doc/common/kde-localised.css.template delete mode 100644 doc/common/kde-web.css delete mode 100644 doc/common/kde.css create mode 100644 doc/common/tde-common.css create mode 100644 doc/common/tde-default.css create mode 100644 doc/common/tde-localised.css.template create mode 100644 doc/common/tde-web.css create mode 100644 doc/common/tde.css delete mode 100644 kdoctools/customization/kde-chunk-online.xsl delete mode 100644 kdoctools/customization/kde-chunk.xsl delete mode 100644 kdoctools/customization/kde-man.xsl delete mode 100644 kdoctools/customization/kde-navig-online.xsl delete mode 100644 kdoctools/customization/kde-navig.xsl delete mode 100644 kdoctools/customization/kde-nochunk.xsl delete mode 100644 kdoctools/customization/kde-style.xsl delete mode 100644 kdoctools/customization/kde-ttlpg-online.xsl delete mode 100644 kdoctools/customization/kde-ttlpg.xsl delete mode 100644 kdoctools/customization/kde-web-navig.xsl delete mode 100644 kdoctools/customization/kde-web.xsl create mode 100644 kdoctools/customization/tde-chunk-online.xsl create mode 100644 kdoctools/customization/tde-chunk.xsl create mode 100644 kdoctools/customization/tde-man.xsl create mode 100644 kdoctools/customization/tde-navig-online.xsl create mode 100644 kdoctools/customization/tde-navig.xsl create mode 100644 kdoctools/customization/tde-nochunk.xsl create mode 100644 kdoctools/customization/tde-style.xsl create mode 100644 kdoctools/customization/tde-ttlpg-online.xsl create mode 100644 kdoctools/customization/tde-ttlpg.xsl create mode 100644 kdoctools/customization/tde-web-navig.xsl create mode 100644 kdoctools/customization/tde-web.xsl diff --git a/doc/common/CMakeLists.txt b/doc/common/CMakeLists.txt index a54894234..80a459fc2 100644 --- a/doc/common/CMakeLists.txt +++ b/doc/common/CMakeLists.txt @@ -15,7 +15,7 @@ install( FILES artistic-license.html bottom1.png bottom2.png bsd-license.html doctop1.png doctop2.png fdl-license fdl-license.html gpl-license gpl-license.html - kde-common.css kde-default.css kde-web.css kde-localised.css.template + tde-common.css tde-default.css tde-web.css tde-localised.css.template lgpl-license lgpl-license.html qpl-license.html shadow.png web-docbottom.png x11-license.html xml.dcl web-doctop.png doctop1a.png doctop1b.png 1.png 2.png 3.png 4.png diff --git a/doc/common/Makefile.am b/doc/common/Makefile.am index dade6749e..d1c9e7e35 100644 --- a/doc/common/Makefile.am +++ b/doc/common/Makefile.am @@ -1,4 +1,4 @@ -# logotp3.png, logotp3-small.png and kde-localised.css.template +# logotp3.png, logotp3-small.png and tde-localised.css.template # are not included in the language-specific common directory # They serve only as `reference' versions. @@ -6,8 +6,8 @@ commondir = $(kde_htmldir)/en/common common_DATA = artistic-license.html bottom1.png bottom2.png bsd-license.html \ doctop1.png doctop2.png fdl-license fdl-license.html gpl-license \ - gpl-license.html kde-common.css kde-default.css kde-web.css \ - kde-localised.css.template lgpl-license lgpl-license.html \ + gpl-license.html tde-common.css tde-default.css tde-web.css \ + tde-localised.css.template lgpl-license lgpl-license.html \ qpl-license.html shadow.png web-docbottom.png \ x11-license.html xml.dcl web-doctop.png \ doctop1a.png doctop1b.png 1.png 2.png 3.png 4.png 5.png 6.png \ diff --git a/doc/common/artistic-license.html b/doc/common/artistic-license.html index 2069b4ed0..65aaedf0c 100644 --- a/doc/common/artistic-license.html +++ b/doc/common/artistic-license.html @@ -9,7 +9,7 @@ - +

The "Artistic License"

diff --git a/doc/common/bsd-license.html b/doc/common/bsd-license.html index 422bb339f..216c91f21 100644 --- a/doc/common/bsd-license.html +++ b/doc/common/bsd-license.html @@ -9,7 +9,7 @@ - +

BSD License

diff --git a/doc/common/fdl-license.html b/doc/common/fdl-license.html index 9ce378a30..2a94311f4 100644 --- a/doc/common/fdl-license.html +++ b/doc/common/fdl-license.html @@ -9,7 +9,7 @@ - +

GNU Free Documentation License

diff --git a/doc/common/gpl-license.html b/doc/common/gpl-license.html index 26ae3af1f..68a63d56d 100644 --- a/doc/common/gpl-license.html +++ b/doc/common/gpl-license.html @@ -9,7 +9,7 @@ - +

GNU General Public License

diff --git a/doc/common/header.html b/doc/common/header.html index b57fb0a04..8b133a3b2 100644 --- a/doc/common/header.html +++ b/doc/common/header.html @@ -20,7 +20,7 @@ - + diff --git a/doc/common/kde-common.css b/doc/common/kde-common.css deleted file mode 100644 index 5898199ba..000000000 --- a/doc/common/kde-common.css +++ /dev/null @@ -1,32 +0,0 @@ -/* - KDE-wide persistent CSS for HTML documentation (all media types). - Copyright (C) 2000 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 comments, suggestions, etc. to Frederik Fouvry - . -*/ - -/* - Important note: these setting cannot be overridden, except by switching - off style sheets alltogether. - - Any updates should be validated, e.g. http://jigsaw.w3.org/css-validator/ - - Check out http://www.richinstyle.com/ where many of the declarations and - setup in the KDE CSS are obtained from. In fact, do not change - anything without checking on those pages whether it is wise to do so. -*/ diff --git a/doc/common/kde-default.css b/doc/common/kde-default.css deleted file mode 100644 index 61043e9ef..000000000 --- a/doc/common/kde-default.css +++ /dev/null @@ -1,327 +0,0 @@ -/* - KDE-wide default CSS for HTML documentation (all media types). - Copyright (C) 2000 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 comments, suggestions, etc. to Frederik Fouvry - . */ - -/* - Important note: these setting may be overridden by localised CSS. Do not - add here any localization-sensitive style declarations. - - Any updates should be validated, e.g. http://jigsaw.w3.org/css-validator/ */ - -/* Note: "should be inherit" means that in a proper browser inherit should work. - Somehow Netscape manages to interpret "inherit" as bright green. - Yuck. */ - -body { - background: white none; - color: black; - font-family: sans-serif; - padding: 0 15px 0 0; - margin: 0; -} - -.legalnotice, .copyright { - padding: 0; - margin: 0; -} - -.abstract { - font-weight: bolder; - padding-right: 1em; -} - -.toc, .list-of-tables { - padding-left: 1em; -} - -.sect1, .chapter, .synopsis, .appendix, .preface, .article, .refsect1, .index, .glossary, .section { - padding-left: 1em; -} - -.toc .chapter { -padding: 0em 0em 0em 1em; -} - -.author { - color: rgb(82,80,82); - font-weight: bolder; - padding: 0; - margin: 0; -} - -.othercredit { - line-height: 1em; -} - -.chapter .sect1, .chapter .titlepage, .sect1 .titlepage, .article .titlepage { - padding: 0em; -} - -.titlepage { - padding-left: 1em; - padding-right: 1em; -} - -/* Links in Navigation */ - -.navLeft a:link, .navCenter a:link, .navRight a:link, .header a:link, .header a:visited, .bottom-nav a:link, .bottom-nav a:visited { - color: #41597A; - font-weight: bold; -} - - -/* Nice link colors for the main text */ - -:link { - color: #41597A; -} - -:visited { - color: #597ba8; -} - -.navLeft { - position: absolute; - left: 20px; -} - -.navRight { - position: absolute; - right: 20px; -} - -.navCenter { - text-align: center; - align: center; -} - -.bannerBottomLeft { - position: absolute; left: 0px; -} - -.bannerBottomRight { - position: absolute; right: 0px; -} - -.header { - background: #3E91EB none; - border-bottom: 1px solid #206dcd; - border-top: 1px solid white; - color: white; - font-size: small; - height: 1.7em; - line-height: 1em; - margin: 0px; - padding-bottom: 0px; - padding-left: 1em; - padding-right: 0px; - padding-top: 0px; - vertical-align: middle; -} - -.bottom-nav { - background-color: #3E91EB; - border-bottom: 1px solid #206dcd; - border-top: 1px solid white; - color: white; - font-size: small; - height: 1.7em; - line-height: 1em; - margin: 0px; - padding-bottom: 0px; - padding-left: 1em; - padding-right: 0px; - padding-top: 10px; - vertical-align: middle; -} - -#logo { - background: url('kde_logo_bg.png') transparent repeat; -} - -/* A little bit of padding makes the tables for keybindings etc much easier to read */ - -table { - padding: 5px; -} - -dl { - margin-top: 0em; - margin-bottom: 0.5em; -} - -dt { - margin-top: 1em; -} -div.toc dt { - margin-top: 0px; -} -div.screenshot { - margin-bottom: 1em; - margin-top: 1em; -} - -div.informalexample { - border-style: dotted; - padding: 10px; -} - -/* But no padding for navigation elements */ - -.toplogo, .navbackground { - padding: 0px; -} - -table.programlisting -table.screen { - border-style: none; - background-color: rgb(224,224,224); - table-layout: auto; /* 100%? */ - color: rgb(0,0,0); /* should be inherit */ -} - -/* Same as previous block, but more general (previous is HTML only) - Not all browsers understand this yet. - TABLE[class~=programlisting] - TABLE[class~=screen] { border-style: none; - background-color: rgb(224,224,224); - table-layout: auto; - color: inherit; -} -*/ - -p { - text-align: justify; -} - -/* More specific settings */ -/* Temporary patch: browsers break on bad HTML */ -/* P, H1, H2, H3, H4, H5, TD, TH { font-family: Helvetica, Arial, sans-serif; - } */ - -p, h1, h2, h3, h4, h5, h6, td, th { - font-family: sans-serif; -} - -/* Visual cues for GUI elements etc in the text */ - -.guimenu, .guimenuitem, .guisubmenu { - background-color: rgb(220,220,220); - color: rgb(0,0,0); /* should be inherit */ -} - -.guilabel, .interface, .guibutton { - background-color: rgb(220,220,220); - color: rgb(0,0,0); /* should be inherit */ -} - -.shortcut { - background-color: rgb(220,220,220); - color: rgb(0,0,0); /* should be inherit */ -} - -.shortcut .keycap { - background-color: rgb(220,220,220); - color: rgb(0,0,0); /* should be inherit */ -} - -.question { - font-weight: bolder; -} - -.accel { - background-color: rgb(220,220,220); - color: rgb(0,0,0); - text-decoration: underline; -} - -.option, .command { - background-color: rgb(255,255,255); - color: rgb(0,96,160); - font-weight: bold; -} - -h1, h2, h3, h4, h5, h6 { - color: rgb(82,80,82); - background-color: transparent; -} - -.arg, .parameter, .replaceable { - background-color: rgb(255,255,255); - color: rgb(0,128,64); - font-style: italic; -} - -.screen, .programlisting { - background-color: rgb(220,220,220); - color: rgb(0,0,0); /* should be inherit */ - border-style: dotted; - border-color: rgb(0,0,0); - border-width: thin; - padding: 5px; -} - - -/* This one is set in inches because the admonitions are set in inches - and they're more difficult to change. We can live with it in here, - for the meantime, it gives consistent margins */ - -.example { - margin-left: 0.5in; - margin-right: 0.5in; -} - -div.mediaobject { - /* float: right; */ - /* might make it much nicer. although someone has to - understand the rules ;-) You also don't want it to be - surrounded by text it doesn't refer to ... But that - may be among others a question of writing style. */ - text-align: center; /* a bit of a hack: it should - position _images_ */ -} - -.caption { - margin: 0em 2em 3em 2em; - text-align: center; -} - -.inlinemediaobject { - vertical-align: baseline; - padding-right: 1em; - padding-left: 1em; -} - -/* An idea that could be nice: a search engine looking for specific -classes could display them in some conspicuous color. All that is -needed is an on the fly generated style element/style sheet. */ - -/* Only used in the hand-made HTML license texts */ -body.license { - background-color: rgb(255,255,255); - text-align: justify; - color: rgb(0,0,0); -} -pre.license { - background-color: rgb(255,255,255); - font-family: monospace; - color: rgb(0,0,0); -} - diff --git a/doc/common/kde-localised.css.template b/doc/common/kde-localised.css.template deleted file mode 100644 index abcd1ec91..000000000 --- a/doc/common/kde-localised.css.template +++ /dev/null @@ -1,32 +0,0 @@ -/* - KDE CSS for <**languagecountry**> HTML documentation (all media types). - Copyright (C) 2000 <**authorname**> - - 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 comments, suggestions, etc. to <**authorcontactdetails**>. -*/ - -/* - These settings will override kde-default.css. - - Any updates should be validated, e.g. http://jigsaw.w3.org/css-validator/ - - Check out http://www.richinstyle.com/ where many of the declarations and - setup in the KDE CSS are obtained from. In fact, do not change anything - without checking so on those pages whether it is wise to do. -*/ - -:lg(**language**) { } diff --git a/doc/common/kde-web.css b/doc/common/kde-web.css deleted file mode 100644 index 1e3efe64a..000000000 --- a/doc/common/kde-web.css +++ /dev/null @@ -1,178 +0,0 @@ -/* - KDE-wide default CSS for HTML documentation (all media types). - Copyright (C) 2000 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 comments, suggestions, etc. to Frederik Fouvry - . */ - -/* - Important note: these setting may be overridden by localised CSS. Do not - add here any localization-sensitive style declarations. - - Any updates should be validated, e.g. http://jigsaw.w3.org/css-validator/ */ - -/* Note: "should be inherit" means that in a proper browser inherit should work. - Somehow Netscape manages to interpret "inherit" as bright green. - Yuck. */ - -/* Make the main contents of the page not slide up under the top banner */ - -/* #body_text { position: relative; - top: 100px; } */ - -/* This is a horrible awful hack.. to once again fix the sliding -navigation problem. */ - -body { background-color: white; - width: 596px; - color: black; - align: center;} - -/* Nice link colors for the main text, and bottom navigation */ - -:link { color: rgb(170,0,0); - background-color: white; /* should be inherit */ } -:visited { color: rgb(170,0,85); - background-color: white; /* should be inherit */ } -:active { color: rgb(170,0,0); - background-color: white; /* should be inherit */ } - -/* Link colors for the top navigation */ - -.left :link, .center :link, .right :link { color: rgb(255,255,255); - background-color: rgb(82,80,82); } - -.left :visited, .center :visited, .right :visited { color: rgb(186,182,186); - background-color: rgb(82,80,82); } - -/* Giving this a background color breaks things, and it's not necessary for - either navigation or orientation.. so transparent */ - -.center {color: rgb(255,255,255); - background-color: transparent; } - - -:active {color: rgb(186,182,186); - background-color: transparent; } - -/* A little bit of padding makes the tables for keybindings etc much easier to read */ - -TABLE { padding: 5px; } -DT { margin-top: 1em; } -DIV.SCREENSHOT { margin-bottom: 1em; - margin-top: 1em; } -DIV.INFORMALEXAMPLE { border-style: dotted; - padding: 10px; } - -/* But no padding for navigation elements */ - -.shadow, .headline, .bulb, .end { padding: 0px; } - -TABLE.programlisting -TABLE.screen { border-style: none; - background-color: rgb(224,224,224); - table-layout: auto; /* 100%? */ - color: rgb(0,0,0); /* should be inherit */ - } - -/* Same as previous block, but more general (previous is HTML only) - Not all browsers understand this yet. -TABLE[class~=programlisting] -TABLE[class~=screen] { border-style: none; - background-color: rgb(224,224,224); - table-layout: auto; - color: inherit; - } -*/ - -P { text-align: justify; } - -/* More specific settings */ - -DIV.navbar P { text-align: right; } - -/* Temporary patch: browsers break on bad HTML */ -/* P, H1, H2, H3, H4, H5, TD, TH { font-family: Helvetica, Arial, sans-serif; - } */ - -P, H1, H2, H3, H4, H5, TD, TH { font-family: sans-serif; - } - - - -/* Visual cues for GUI elements etc in the text */ - -.guimenu, .guimenuitem, .guisubmenu { background-color: rgb(240,240,240); - color: rgb(0,0,0); /* should be inherit */ - } - -.guilabel, .interface, .guibutton { background-color: rgb(240,240,240); - color: rgb(0,0,0); /* should be inherit */ - } - -.shortcut { background-color: rgb(240,240,240); - color: rgb(0,0,0); /* should be inherit */ - } - -.shortcut .keycap { background-color: rgb(240,240,240); - color: rgb(0,0,0); /* should be inherit */ - } - -.question { font-weight: bolder; } - -.accel { background-color: rgb(240,240,240); - color: rgb(0,0,0); - text-decoration: underline; - } - -.option, .command { background-color: rgb(255,255,255); - color: rgb(0,96,160); - font-weight: bold; - } - -h1, h2, h3, h4, h5, h6 { color: rgb(82,80,82); - } -.arg, .parameter, .replaceable{ background-color: rgb(255,255,255); - color: rgb(0,128,64); - font-style: italic; - } - -DIV.mediaobject { /* float: right; */ - /* might make it much nicer. although someone has to - understand the rules ;-) You also don't want it to be - surrounded by text it doesn't refer to ... But that - may be among others a question of writing style. */ - text-align: center; /* a bit of a hack: it should - position _images_ */ - } - -/* An idea that could be nice: a search engine looking for specific -classes could display them in some conspicuous color. All that is -needed is an on the fly generated style element/style sheet. */ - -/* Only used in the hand-made HTML license texts */ -BODY.license { background-color: rgb(255,255,255); - text-align: justify; - color: rgb(0,0,0); - } -PRE.license { background-color: rgb(255,255,255); - font-family: monospace; - color: rgb(0,0,0); - } - -.topbanner { background-repeat: no-repeat; - } diff --git a/doc/common/kde.css b/doc/common/kde.css deleted file mode 100644 index 183b62fa1..000000000 --- a/doc/common/kde.css +++ /dev/null @@ -1,468 +0,0 @@ -/* -** HTML elements -*/ - -body { - margin: 0; - padding: 0; - text-align: center; - font-size: 0.8em; - font-family: "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", sans-serif; - color: #535353; - background: #ffffff; -} - - -/* -** HTML Tags -*/ - -h1, h2, h3, h4 -{ - padding: 0; - text-align: left; - font-weight: bold; - color: #f7800a; - background: transparent; -} -h1 { - margin: 0 0 0.3em 0; - font-size: 1.7em; -} -h2, h3, h4 { - margin: 1.3em 0 0 0.3em -} - -h2 { - font-size: 1.5em; -} - -h3 { - font-size: 1.4em; -} - -h4 { - font-size: 1.3em; -} - -h5 { - font-size: 1.2em; -} - -a:link { - padding-bottom: 0; - text-decoration: none; - color: #0057ae; -} - -a:visited { - padding-bottom: 0; - text-decoration: none; - color: #644A9B; -} - - -a[href]:hover { - text-decoration: underline; -} - -hr { - margin: 0.3em 1em 0.3em 1em; - height: 1px; - border: #dddddd dashed; - border-width: 0 0 1px 0; -} - -pre { - display: block; - margin: 0.3em; - padding: 0.3em; - font-size: 1em; - font-family: Courier, 'Courier New', 'Andale Mono', Monaco, monospace; - color: #000000; - background: #f9f9f9; -} - -input, textarea, select { - margin: 0.2em; - padding: 0.1em; - color: #888888; - background: #ffffff; - border: 1px solid; -} - -blockquote { - margin: 0.3em; - padding-left: 2.5em; - background: transparent; -} - -del { - color: #800000; - text-decoration: line-through; -} - -dt { - font-weight: bold; - font-size: 1.05em; - color: #0057ae; -} - -dd { - margin-left: 1em; -} - -p { - margin-top: 0.5em; - margin-bottom: 0.9em; - text-align: justify; -} -fieldset { - border: #cccccc 1px solid; -} - -li { - text-align: left; -} - -fieldset { - margin-bottom: 1em; - padding: .5em; -} - -form { - margin: 0; - padding: 0; -} - -hr { - height: 1px; - border: #888888 1px solid; - background: #888888; - margin: 0.5em 0 0.5em 0 ; -} - -img { - border: 0; -} -table { - border-collapse: collapse; - font-size: 1em; -} -th { - text-align: left; - padding-right: 1em; - border: #cccccc solid; - border-width: 0 0 3px 0; -} - - -/* -** Header -*/ -#header { - width: 100%; - color: #535353; - background: #eeeeee; -} - -#header_top { - margin: 0 auto; - padding: 0; - width: 60em; - min-width: 770px; - max-width: 45em; - vertical-align: middle; - color: #ffffff; - background: url(top.jpg) repeat-x bottom; -background-color: #0057ae; -} - -#header_top div { - margin: 0 auto; - padding: 0; - background: url(top-left.jpg) no-repeat bottom left; -} - -#header_top div div { - margin: 0 auto; - padding: 0; - vertical-align: middle; - text-align: left; - font-size: 1.7em; - font-weight: bold; - background: url(top-right.jpg) no-repeat bottom right; -} - -#header_top div div img { - margin:8px 0px 9px 18px; - vertical-align: middle; -} - -#header_bottom { - margin: 0 auto; - padding: 0.1em 0em 0.3em 0; - width: 60em; - min-width: 770px; - max-width: 45em; - vertical-align: middle; - text-align: right; - background: #eeeeee; -} - -#location { - padding: 0 0 0 1.5em; - text-align: left; - line-height: normal; - font-size: 1.1em; - font-weight:bold; - float: left; -} - -#location ul { - display: inline; - margin: 0; - padding: 0; - list-style: none; -} - -#location ul li { - display: inline; - white-space : nowrap; - margin: 0; - padding: 0 1em 0 0; -} - -#menu { - margin: 0 1.5em 0 0; - text-align: right; - line-height: normal; - font-size: 1.1em; - font-weight: bold; -} - -#menu ul { - display: inline; - list-style: none; - margin: 0; - padding: 0; - text-align: right; -} - -#menu ul li { - display: inline; - white-space : nowrap; - margin: 0; - padding: 0 0 0 1em; - text-align: right; -} - -.here a:link, .here a:visited { - text-decoration:underline; -} - -.here ul a:link, .here ul a:visited { - text-decoration:none; -} - -#menu ul li a { - font-weight: bold; -} - - -/* -** Content -*/ - -#content { - width: 100%; -} - -#main { - /* padding in px not ex because IE messes up 100% width tables otherwise */ - padding-left: 10px; - text-align: left; -} - -div.nav { - display: none; -} - -/* The project name (redundant as it is shown in the menu, too) */ -div.clearer+h2 { - display: none; -} - -/* The header on top of a page e.g. "MediaObject Class Reference" */ -#main>h1 { - text-align: center; - margin-top: 1em; - margin-bottom: 2em; -} - -/* The group links below the page header */ -#main>h1>small { - font-size: 60%; -} - -/* Section headers like "Detailed Description" */ -#main>h2 { - margin-left: 0; - margin-top: 1em; - margin-bottom: 1em; -} - -/* The #include line */ -#main>h1+code { - font-size: 120%; - background: #F1F1F1; - border: 1px solid #E7E7E7; - padding: 2px; - display: block; -} - -/* The version number (e.g. '4.0') on Mainpages - reduntant as it's already shown in the main title */ -#main>h1+p+h3 { - display: none; -} - -#body_wrapper { - margin: 0 auto; - width: 60em; - min-width: 770px; - max-width: 45em; - border: #dddddd solid; - border-width: 0 0 0 1px; -} - -#body { - float: left; - margin: 0; - padding: 0; - min-height: 40em; - width: 60em; - min-width: 770px; - max-width: 45em; -} - -#right { - float: right; - margin: 0; - padding: 0; - width: 73%; -} - -/* These are date cells on the front page. */ -td.cell_date { - width: 8em; - min-width: 8em; -} - -#hotspot, .sideimage { - float: right; - margin: 1ex 1em; - clear: right; -} - -.belowimage, h1, h2, h3, h4, h5 { - clear: right; -} - - -/* -** Left Menu -*/ - -#left { - float: left; - margin: 0; - padding: 0; - width: 25%; -} - -.menu_box { - padding: 0.7em 0 0 0; -} - -.menu_box ul { - text-align: left; -} - -.menu_box li { - list-style-type: none; - text-align: left; - margin-left: 0.1em; -} - -.menu_box ul ul { -margin: 0; -padding-left: 0; -} - -.menu_box li li { -margin-left: 1em; -} - -.menu_box .active{ - color: #cf4913; -} - -.menutitle { - margin: 0.6em 0 1.2em 0; - padding:0; - color: #ffffff; - background: url(block_title_mid.png) repeat-y right; -background-color: #0057ae; -} -.menutitle div { - margin: 0; - padding:0; - background: url(block_title_top.png) no-repeat top right; -} -.menutitle div h2 { - margin: 0; - padding: 0.2em 0 0.3em 1.3em; - line-height:1.2em; - font-size: 120%; - font-weight: normal; - color: #ffffff; - background: url(block_title_bottom.png) no-repeat bottom right; -} - -.clearer { - clear: both; - height: 1px; -} - - -/* -** Footer -*/ -#footer { - width: 100%; - background: #eeeeee; -} - -#footer_text { - margin: 0 auto; - padding: 1em 0 1em 3.5em; - width: 51.5em; - text-align: left; - color: #000000; - background: #eeeeee; -} - -#footer a:link, #footer a:visited { - color: #4d88c3; -} - -#quicklinks { -font-size: 1em; -padding: 1em; -text-align: center; -margin-top: 0.5em; -margin-left: 0.2em; -margin-bottom: 0.5em; -margin-right: 0.2em; -} - diff --git a/doc/common/lgpl-license.html b/doc/common/lgpl-license.html index 343576dfb..d99591beb 100644 --- a/doc/common/lgpl-license.html +++ b/doc/common/lgpl-license.html @@ -9,7 +9,7 @@ - +

GNU LESSER GENERAL PUBLIC LICENSE

diff --git a/doc/common/mainheader.html b/doc/common/mainheader.html index a7e2adca6..a730e325d 100644 --- a/doc/common/mainheader.html +++ b/doc/common/mainheader.html @@ -20,7 +20,7 @@ - + diff --git a/doc/common/qpl-license.html b/doc/common/qpl-license.html index 19a863bc5..dddb43623 100644 --- a/doc/common/qpl-license.html +++ b/doc/common/qpl-license.html @@ -9,7 +9,7 @@ - +

The Q Public License

diff --git a/doc/common/tde-common.css b/doc/common/tde-common.css new file mode 100644 index 000000000..5898199ba --- /dev/null +++ b/doc/common/tde-common.css @@ -0,0 +1,32 @@ +/* + KDE-wide persistent CSS for HTML documentation (all media types). + Copyright (C) 2000 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 comments, suggestions, etc. to Frederik Fouvry + . +*/ + +/* + Important note: these setting cannot be overridden, except by switching + off style sheets alltogether. + + Any updates should be validated, e.g. http://jigsaw.w3.org/css-validator/ + + Check out http://www.richinstyle.com/ where many of the declarations and + setup in the KDE CSS are obtained from. In fact, do not change + anything without checking on those pages whether it is wise to do so. +*/ diff --git a/doc/common/tde-default.css b/doc/common/tde-default.css new file mode 100644 index 000000000..61043e9ef --- /dev/null +++ b/doc/common/tde-default.css @@ -0,0 +1,327 @@ +/* + KDE-wide default CSS for HTML documentation (all media types). + Copyright (C) 2000 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 comments, suggestions, etc. to Frederik Fouvry + . */ + +/* + Important note: these setting may be overridden by localised CSS. Do not + add here any localization-sensitive style declarations. + + Any updates should be validated, e.g. http://jigsaw.w3.org/css-validator/ */ + +/* Note: "should be inherit" means that in a proper browser inherit should work. + Somehow Netscape manages to interpret "inherit" as bright green. + Yuck. */ + +body { + background: white none; + color: black; + font-family: sans-serif; + padding: 0 15px 0 0; + margin: 0; +} + +.legalnotice, .copyright { + padding: 0; + margin: 0; +} + +.abstract { + font-weight: bolder; + padding-right: 1em; +} + +.toc, .list-of-tables { + padding-left: 1em; +} + +.sect1, .chapter, .synopsis, .appendix, .preface, .article, .refsect1, .index, .glossary, .section { + padding-left: 1em; +} + +.toc .chapter { +padding: 0em 0em 0em 1em; +} + +.author { + color: rgb(82,80,82); + font-weight: bolder; + padding: 0; + margin: 0; +} + +.othercredit { + line-height: 1em; +} + +.chapter .sect1, .chapter .titlepage, .sect1 .titlepage, .article .titlepage { + padding: 0em; +} + +.titlepage { + padding-left: 1em; + padding-right: 1em; +} + +/* Links in Navigation */ + +.navLeft a:link, .navCenter a:link, .navRight a:link, .header a:link, .header a:visited, .bottom-nav a:link, .bottom-nav a:visited { + color: #41597A; + font-weight: bold; +} + + +/* Nice link colors for the main text */ + +:link { + color: #41597A; +} + +:visited { + color: #597ba8; +} + +.navLeft { + position: absolute; + left: 20px; +} + +.navRight { + position: absolute; + right: 20px; +} + +.navCenter { + text-align: center; + align: center; +} + +.bannerBottomLeft { + position: absolute; left: 0px; +} + +.bannerBottomRight { + position: absolute; right: 0px; +} + +.header { + background: #3E91EB none; + border-bottom: 1px solid #206dcd; + border-top: 1px solid white; + color: white; + font-size: small; + height: 1.7em; + line-height: 1em; + margin: 0px; + padding-bottom: 0px; + padding-left: 1em; + padding-right: 0px; + padding-top: 0px; + vertical-align: middle; +} + +.bottom-nav { + background-color: #3E91EB; + border-bottom: 1px solid #206dcd; + border-top: 1px solid white; + color: white; + font-size: small; + height: 1.7em; + line-height: 1em; + margin: 0px; + padding-bottom: 0px; + padding-left: 1em; + padding-right: 0px; + padding-top: 10px; + vertical-align: middle; +} + +#logo { + background: url('kde_logo_bg.png') transparent repeat; +} + +/* A little bit of padding makes the tables for keybindings etc much easier to read */ + +table { + padding: 5px; +} + +dl { + margin-top: 0em; + margin-bottom: 0.5em; +} + +dt { + margin-top: 1em; +} +div.toc dt { + margin-top: 0px; +} +div.screenshot { + margin-bottom: 1em; + margin-top: 1em; +} + +div.informalexample { + border-style: dotted; + padding: 10px; +} + +/* But no padding for navigation elements */ + +.toplogo, .navbackground { + padding: 0px; +} + +table.programlisting +table.screen { + border-style: none; + background-color: rgb(224,224,224); + table-layout: auto; /* 100%? */ + color: rgb(0,0,0); /* should be inherit */ +} + +/* Same as previous block, but more general (previous is HTML only) + Not all browsers understand this yet. + TABLE[class~=programlisting] + TABLE[class~=screen] { border-style: none; + background-color: rgb(224,224,224); + table-layout: auto; + color: inherit; +} +*/ + +p { + text-align: justify; +} + +/* More specific settings */ +/* Temporary patch: browsers break on bad HTML */ +/* P, H1, H2, H3, H4, H5, TD, TH { font-family: Helvetica, Arial, sans-serif; + } */ + +p, h1, h2, h3, h4, h5, h6, td, th { + font-family: sans-serif; +} + +/* Visual cues for GUI elements etc in the text */ + +.guimenu, .guimenuitem, .guisubmenu { + background-color: rgb(220,220,220); + color: rgb(0,0,0); /* should be inherit */ +} + +.guilabel, .interface, .guibutton { + background-color: rgb(220,220,220); + color: rgb(0,0,0); /* should be inherit */ +} + +.shortcut { + background-color: rgb(220,220,220); + color: rgb(0,0,0); /* should be inherit */ +} + +.shortcut .keycap { + background-color: rgb(220,220,220); + color: rgb(0,0,0); /* should be inherit */ +} + +.question { + font-weight: bolder; +} + +.accel { + background-color: rgb(220,220,220); + color: rgb(0,0,0); + text-decoration: underline; +} + +.option, .command { + background-color: rgb(255,255,255); + color: rgb(0,96,160); + font-weight: bold; +} + +h1, h2, h3, h4, h5, h6 { + color: rgb(82,80,82); + background-color: transparent; +} + +.arg, .parameter, .replaceable { + background-color: rgb(255,255,255); + color: rgb(0,128,64); + font-style: italic; +} + +.screen, .programlisting { + background-color: rgb(220,220,220); + color: rgb(0,0,0); /* should be inherit */ + border-style: dotted; + border-color: rgb(0,0,0); + border-width: thin; + padding: 5px; +} + + +/* This one is set in inches because the admonitions are set in inches + and they're more difficult to change. We can live with it in here, + for the meantime, it gives consistent margins */ + +.example { + margin-left: 0.5in; + margin-right: 0.5in; +} + +div.mediaobject { + /* float: right; */ + /* might make it much nicer. although someone has to + understand the rules ;-) You also don't want it to be + surrounded by text it doesn't refer to ... But that + may be among others a question of writing style. */ + text-align: center; /* a bit of a hack: it should + position _images_ */ +} + +.caption { + margin: 0em 2em 3em 2em; + text-align: center; +} + +.inlinemediaobject { + vertical-align: baseline; + padding-right: 1em; + padding-left: 1em; +} + +/* An idea that could be nice: a search engine looking for specific +classes could display them in some conspicuous color. All that is +needed is an on the fly generated style element/style sheet. */ + +/* Only used in the hand-made HTML license texts */ +body.license { + background-color: rgb(255,255,255); + text-align: justify; + color: rgb(0,0,0); +} +pre.license { + background-color: rgb(255,255,255); + font-family: monospace; + color: rgb(0,0,0); +} + diff --git a/doc/common/tde-localised.css.template b/doc/common/tde-localised.css.template new file mode 100644 index 000000000..52b91d179 --- /dev/null +++ b/doc/common/tde-localised.css.template @@ -0,0 +1,32 @@ +/* + KDE CSS for <**languagecountry**> HTML documentation (all media types). + Copyright (C) 2000 <**authorname**> + + 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 comments, suggestions, etc. to <**authorcontactdetails**>. +*/ + +/* + These settings will override tde-default.css. + + Any updates should be validated, e.g. http://jigsaw.w3.org/css-validator/ + + Check out http://www.richinstyle.com/ where many of the declarations and + setup in the KDE CSS are obtained from. In fact, do not change anything + without checking so on those pages whether it is wise to do. +*/ + +:lg(**language**) { } diff --git a/doc/common/tde-web.css b/doc/common/tde-web.css new file mode 100644 index 000000000..1e3efe64a --- /dev/null +++ b/doc/common/tde-web.css @@ -0,0 +1,178 @@ +/* + KDE-wide default CSS for HTML documentation (all media types). + Copyright (C) 2000 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 comments, suggestions, etc. to Frederik Fouvry + . */ + +/* + Important note: these setting may be overridden by localised CSS. Do not + add here any localization-sensitive style declarations. + + Any updates should be validated, e.g. http://jigsaw.w3.org/css-validator/ */ + +/* Note: "should be inherit" means that in a proper browser inherit should work. + Somehow Netscape manages to interpret "inherit" as bright green. + Yuck. */ + +/* Make the main contents of the page not slide up under the top banner */ + +/* #body_text { position: relative; + top: 100px; } */ + +/* This is a horrible awful hack.. to once again fix the sliding +navigation problem. */ + +body { background-color: white; + width: 596px; + color: black; + align: center;} + +/* Nice link colors for the main text, and bottom navigation */ + +:link { color: rgb(170,0,0); + background-color: white; /* should be inherit */ } +:visited { color: rgb(170,0,85); + background-color: white; /* should be inherit */ } +:active { color: rgb(170,0,0); + background-color: white; /* should be inherit */ } + +/* Link colors for the top navigation */ + +.left :link, .center :link, .right :link { color: rgb(255,255,255); + background-color: rgb(82,80,82); } + +.left :visited, .center :visited, .right :visited { color: rgb(186,182,186); + background-color: rgb(82,80,82); } + +/* Giving this a background color breaks things, and it's not necessary for + either navigation or orientation.. so transparent */ + +.center {color: rgb(255,255,255); + background-color: transparent; } + + +:active {color: rgb(186,182,186); + background-color: transparent; } + +/* A little bit of padding makes the tables for keybindings etc much easier to read */ + +TABLE { padding: 5px; } +DT { margin-top: 1em; } +DIV.SCREENSHOT { margin-bottom: 1em; + margin-top: 1em; } +DIV.INFORMALEXAMPLE { border-style: dotted; + padding: 10px; } + +/* But no padding for navigation elements */ + +.shadow, .headline, .bulb, .end { padding: 0px; } + +TABLE.programlisting +TABLE.screen { border-style: none; + background-color: rgb(224,224,224); + table-layout: auto; /* 100%? */ + color: rgb(0,0,0); /* should be inherit */ + } + +/* Same as previous block, but more general (previous is HTML only) + Not all browsers understand this yet. +TABLE[class~=programlisting] +TABLE[class~=screen] { border-style: none; + background-color: rgb(224,224,224); + table-layout: auto; + color: inherit; + } +*/ + +P { text-align: justify; } + +/* More specific settings */ + +DIV.navbar P { text-align: right; } + +/* Temporary patch: browsers break on bad HTML */ +/* P, H1, H2, H3, H4, H5, TD, TH { font-family: Helvetica, Arial, sans-serif; + } */ + +P, H1, H2, H3, H4, H5, TD, TH { font-family: sans-serif; + } + + + +/* Visual cues for GUI elements etc in the text */ + +.guimenu, .guimenuitem, .guisubmenu { background-color: rgb(240,240,240); + color: rgb(0,0,0); /* should be inherit */ + } + +.guilabel, .interface, .guibutton { background-color: rgb(240,240,240); + color: rgb(0,0,0); /* should be inherit */ + } + +.shortcut { background-color: rgb(240,240,240); + color: rgb(0,0,0); /* should be inherit */ + } + +.shortcut .keycap { background-color: rgb(240,240,240); + color: rgb(0,0,0); /* should be inherit */ + } + +.question { font-weight: bolder; } + +.accel { background-color: rgb(240,240,240); + color: rgb(0,0,0); + text-decoration: underline; + } + +.option, .command { background-color: rgb(255,255,255); + color: rgb(0,96,160); + font-weight: bold; + } + +h1, h2, h3, h4, h5, h6 { color: rgb(82,80,82); + } +.arg, .parameter, .replaceable{ background-color: rgb(255,255,255); + color: rgb(0,128,64); + font-style: italic; + } + +DIV.mediaobject { /* float: right; */ + /* might make it much nicer. although someone has to + understand the rules ;-) You also don't want it to be + surrounded by text it doesn't refer to ... But that + may be among others a question of writing style. */ + text-align: center; /* a bit of a hack: it should + position _images_ */ + } + +/* An idea that could be nice: a search engine looking for specific +classes could display them in some conspicuous color. All that is +needed is an on the fly generated style element/style sheet. */ + +/* Only used in the hand-made HTML license texts */ +BODY.license { background-color: rgb(255,255,255); + text-align: justify; + color: rgb(0,0,0); + } +PRE.license { background-color: rgb(255,255,255); + font-family: monospace; + color: rgb(0,0,0); + } + +.topbanner { background-repeat: no-repeat; + } diff --git a/doc/common/tde.css b/doc/common/tde.css new file mode 100644 index 000000000..183b62fa1 --- /dev/null +++ b/doc/common/tde.css @@ -0,0 +1,468 @@ +/* +** HTML elements +*/ + +body { + margin: 0; + padding: 0; + text-align: center; + font-size: 0.8em; + font-family: "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", sans-serif; + color: #535353; + background: #ffffff; +} + + +/* +** HTML Tags +*/ + +h1, h2, h3, h4 +{ + padding: 0; + text-align: left; + font-weight: bold; + color: #f7800a; + background: transparent; +} +h1 { + margin: 0 0 0.3em 0; + font-size: 1.7em; +} +h2, h3, h4 { + margin: 1.3em 0 0 0.3em +} + +h2 { + font-size: 1.5em; +} + +h3 { + font-size: 1.4em; +} + +h4 { + font-size: 1.3em; +} + +h5 { + font-size: 1.2em; +} + +a:link { + padding-bottom: 0; + text-decoration: none; + color: #0057ae; +} + +a:visited { + padding-bottom: 0; + text-decoration: none; + color: #644A9B; +} + + +a[href]:hover { + text-decoration: underline; +} + +hr { + margin: 0.3em 1em 0.3em 1em; + height: 1px; + border: #dddddd dashed; + border-width: 0 0 1px 0; +} + +pre { + display: block; + margin: 0.3em; + padding: 0.3em; + font-size: 1em; + font-family: Courier, 'Courier New', 'Andale Mono', Monaco, monospace; + color: #000000; + background: #f9f9f9; +} + +input, textarea, select { + margin: 0.2em; + padding: 0.1em; + color: #888888; + background: #ffffff; + border: 1px solid; +} + +blockquote { + margin: 0.3em; + padding-left: 2.5em; + background: transparent; +} + +del { + color: #800000; + text-decoration: line-through; +} + +dt { + font-weight: bold; + font-size: 1.05em; + color: #0057ae; +} + +dd { + margin-left: 1em; +} + +p { + margin-top: 0.5em; + margin-bottom: 0.9em; + text-align: justify; +} +fieldset { + border: #cccccc 1px solid; +} + +li { + text-align: left; +} + +fieldset { + margin-bottom: 1em; + padding: .5em; +} + +form { + margin: 0; + padding: 0; +} + +hr { + height: 1px; + border: #888888 1px solid; + background: #888888; + margin: 0.5em 0 0.5em 0 ; +} + +img { + border: 0; +} +table { + border-collapse: collapse; + font-size: 1em; +} +th { + text-align: left; + padding-right: 1em; + border: #cccccc solid; + border-width: 0 0 3px 0; +} + + +/* +** Header +*/ +#header { + width: 100%; + color: #535353; + background: #eeeeee; +} + +#header_top { + margin: 0 auto; + padding: 0; + width: 60em; + min-width: 770px; + max-width: 45em; + vertical-align: middle; + color: #ffffff; + background: url(top.jpg) repeat-x bottom; +background-color: #0057ae; +} + +#header_top div { + margin: 0 auto; + padding: 0; + background: url(top-left.jpg) no-repeat bottom left; +} + +#header_top div div { + margin: 0 auto; + padding: 0; + vertical-align: middle; + text-align: left; + font-size: 1.7em; + font-weight: bold; + background: url(top-right.jpg) no-repeat bottom right; +} + +#header_top div div img { + margin:8px 0px 9px 18px; + vertical-align: middle; +} + +#header_bottom { + margin: 0 auto; + padding: 0.1em 0em 0.3em 0; + width: 60em; + min-width: 770px; + max-width: 45em; + vertical-align: middle; + text-align: right; + background: #eeeeee; +} + +#location { + padding: 0 0 0 1.5em; + text-align: left; + line-height: normal; + font-size: 1.1em; + font-weight:bold; + float: left; +} + +#location ul { + display: inline; + margin: 0; + padding: 0; + list-style: none; +} + +#location ul li { + display: inline; + white-space : nowrap; + margin: 0; + padding: 0 1em 0 0; +} + +#menu { + margin: 0 1.5em 0 0; + text-align: right; + line-height: normal; + font-size: 1.1em; + font-weight: bold; +} + +#menu ul { + display: inline; + list-style: none; + margin: 0; + padding: 0; + text-align: right; +} + +#menu ul li { + display: inline; + white-space : nowrap; + margin: 0; + padding: 0 0 0 1em; + text-align: right; +} + +.here a:link, .here a:visited { + text-decoration:underline; +} + +.here ul a:link, .here ul a:visited { + text-decoration:none; +} + +#menu ul li a { + font-weight: bold; +} + + +/* +** Content +*/ + +#content { + width: 100%; +} + +#main { + /* padding in px not ex because IE messes up 100% width tables otherwise */ + padding-left: 10px; + text-align: left; +} + +div.nav { + display: none; +} + +/* The project name (redundant as it is shown in the menu, too) */ +div.clearer+h2 { + display: none; +} + +/* The header on top of a page e.g. "MediaObject Class Reference" */ +#main>h1 { + text-align: center; + margin-top: 1em; + margin-bottom: 2em; +} + +/* The group links below the page header */ +#main>h1>small { + font-size: 60%; +} + +/* Section headers like "Detailed Description" */ +#main>h2 { + margin-left: 0; + margin-top: 1em; + margin-bottom: 1em; +} + +/* The #include line */ +#main>h1+code { + font-size: 120%; + background: #F1F1F1; + border: 1px solid #E7E7E7; + padding: 2px; + display: block; +} + +/* The version number (e.g. '4.0') on Mainpages - reduntant as it's already shown in the main title */ +#main>h1+p+h3 { + display: none; +} + +#body_wrapper { + margin: 0 auto; + width: 60em; + min-width: 770px; + max-width: 45em; + border: #dddddd solid; + border-width: 0 0 0 1px; +} + +#body { + float: left; + margin: 0; + padding: 0; + min-height: 40em; + width: 60em; + min-width: 770px; + max-width: 45em; +} + +#right { + float: right; + margin: 0; + padding: 0; + width: 73%; +} + +/* These are date cells on the front page. */ +td.cell_date { + width: 8em; + min-width: 8em; +} + +#hotspot, .sideimage { + float: right; + margin: 1ex 1em; + clear: right; +} + +.belowimage, h1, h2, h3, h4, h5 { + clear: right; +} + + +/* +** Left Menu +*/ + +#left { + float: left; + margin: 0; + padding: 0; + width: 25%; +} + +.menu_box { + padding: 0.7em 0 0 0; +} + +.menu_box ul { + text-align: left; +} + +.menu_box li { + list-style-type: none; + text-align: left; + margin-left: 0.1em; +} + +.menu_box ul ul { +margin: 0; +padding-left: 0; +} + +.menu_box li li { +margin-left: 1em; +} + +.menu_box .active{ + color: #cf4913; +} + +.menutitle { + margin: 0.6em 0 1.2em 0; + padding:0; + color: #ffffff; + background: url(block_title_mid.png) repeat-y right; +background-color: #0057ae; +} +.menutitle div { + margin: 0; + padding:0; + background: url(block_title_top.png) no-repeat top right; +} +.menutitle div h2 { + margin: 0; + padding: 0.2em 0 0.3em 1.3em; + line-height:1.2em; + font-size: 120%; + font-weight: normal; + color: #ffffff; + background: url(block_title_bottom.png) no-repeat bottom right; +} + +.clearer { + clear: both; + height: 1px; +} + + +/* +** Footer +*/ +#footer { + width: 100%; + background: #eeeeee; +} + +#footer_text { + margin: 0 auto; + padding: 1em 0 1em 3.5em; + width: 51.5em; + text-align: left; + color: #000000; + background: #eeeeee; +} + +#footer a:link, #footer a:visited { + color: #4d88c3; +} + +#quicklinks { +font-size: 1em; +padding: 1em; +text-align: center; +margin-top: 0.5em; +margin-left: 0.2em; +margin-bottom: 0.5em; +margin-right: 0.2em; +} + diff --git a/doc/common/x11-license.html b/doc/common/x11-license.html index 444a27bec..6ade70f69 100644 --- a/doc/common/x11-license.html +++ b/doc/common/x11-license.html @@ -9,7 +9,7 @@ - +

X Window System License - X11R6.4

diff --git a/doc/tdelibs/Makefile.am b/doc/tdelibs/Makefile.am index a95ec29b3..37d6f5ddc 100644 --- a/doc/tdelibs/Makefile.am +++ b/doc/tdelibs/Makefile.am @@ -1,5 +1,5 @@ KDE_LANG = en KDE_MANS = AUTO -KDE_XSL_MAN_STYLESHEET = $(top_srcdir)/kdoctools/customization/kde-man.xsl +KDE_XSL_MAN_STYLESHEET = $(top_srcdir)/kdoctools/customization/tde-man.xsl KDE_DOCS_DEPS = $(MEINPROC_DEP) diff --git a/kdoctools/configure.in.in b/kdoctools/configure.in.in index 1905d9a21..738cf25d6 100644 --- a/kdoctools/configure.in.in +++ b/kdoctools/configure.in.in @@ -78,7 +78,7 @@ KDOCTOOLS_CHECK_BZIP2 if test -n "$HELP_SUBDIR"; then MEINPROC='$(top_builddir)/kdoctools/meinproc --srcdir=$(top_srcdir)/kdoctools' MEINPROC_DEP='$(top_builddir)/kdoctools/meinproc' - KDE_XSL_STYLESHEET='$(top_srcdir)/kdoctools/customization/kde-chunk.xsl' + KDE_XSL_STYLESHEET='$(top_srcdir)/kdoctools/customization/tde-chunk.xsl' else MEINPROC="" MEINPROC_DEP="" diff --git a/kdoctools/customization/README b/kdoctools/customization/README index 51ff10614..17cd8e26c 100644 --- a/kdoctools/customization/README +++ b/kdoctools/customization/README @@ -1,38 +1,38 @@ 2002-11-12 Some short documentation on the different stylesheets, and how to use them. -kde-chunk.xsl +tde-chunk.xsl The standard TDE stylesheet, as used to generate the content for KHelpCenter. If you do not specify a stylesheet, this is the default. -This stylesheet includes kde-navig.xsl, which controls the +This stylesheet includes tde-navig.xsl, which controls the presentation of the top and bottom of the page graphics, and is reused -in other places. You should probably not call kde-navig.xsl on it's own. +in other places. You should probably not call tde-navig.xsl on it's own. -kde-nochunk.xsl +tde-nochunk.xsl This is very similar to the standard TDE stylesheet, but it creates one single html file for the entire document. This is one way to get print output, using html2pdf or html2ps. It's also useable to create a "printable version" of a document to link to on a website. -kde-style.xsl +tde-style.xsl All TDE "look and feel" customizations (other than the navigation -graphics in kde-navig.xsl) are here. This is where changes to how +graphics in tde-navig.xsl) are here. This is where changes to how things render are placed. In most cases, the actual rendering is controlled by the CSS files, and this file simply has the instructions to ensure class attributes are written into the HTML as necessary, for the CSS to display. -kde-ttlpg.xsl +tde-ttlpg.xsl The Title Page layout for the TDE documentation. This one covers customizing the TOC, presentation of legal notices, and a slightly different navigation graphic. -kde-web.xsl +tde-web.xsl (This stylesheet includes kde-web-navig.xsl, which should not be used directly on it's own) @@ -41,14 +41,14 @@ is constrained to a 680px wide table. You could use this for example, to generate web pages that will print nicely and display on older browsers nicely. -kde-chunk-online.xsl +tde-chunk-online.xsl (This stylesheet includes kde-web-navig-online.xsl, which should not be used directly on it's own) Slightly altered version of the TDE stylesheet, used to generate the website versions, among others. -kde-man.xsl +tde-man.xsl A stylesheet for generating *roff output (for manpages) from DocBook files. It's virtually the same as the original manpages/docbook.xsl file diff --git a/kdoctools/customization/kde-chunk-online.xsl b/kdoctools/customization/kde-chunk-online.xsl deleted file mode 100644 index e683db8b9..000000000 --- a/kdoctools/customization/kde-chunk-online.xsl +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - -1.13 - - - - - - - - - - - - - - - - - - - - - - - - - - - -1 -0 -0 -0 -0 -/HEAD/common/ - - - - - - - - - - - - - index.html - - - - - - - - - - - - - - - - - diff --git a/kdoctools/customization/kde-chunk.xsl b/kdoctools/customization/kde-chunk.xsl deleted file mode 100644 index 4262710b0..000000000 --- a/kdoctools/customization/kde-chunk.xsl +++ /dev/null @@ -1,130 +0,0 @@ - - - - - - - - -1.13 - - - - - - - - - - - - - - - - - - - - - - - - - - - -1 -0 -0 -0 -0 -help:/common/ - - - - - -appendix toc,title -article/appendix nop -article toc,title -book toc,title,figure,table,example,equation -chapter nop -part toc,title -preface toc,title -qandadiv toc -qandaset toc -reference toc,title -sect1 nop -sect2 nop -sect3 nop -sect4 nop -sect5 nop -section nop -set toc,title - - - - - - - - - - - - index.html - - - - - - - - - - - - - - - - - diff --git a/kdoctools/customization/kde-man.xsl b/kdoctools/customization/kde-man.xsl deleted file mode 100644 index 8e8686811..000000000 --- a/kdoctools/customization/kde-man.xsl +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - - 3 - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - manpage.troff - - - - - - - .\"Generated by db2man.xsl. Don't modify this, modify the source. -.de Sh \" Subsection -.br -.if t .Sp -.ne 5 -.PP -\fB\\$1\fR -.PP -.. -.de Sp \" Vertical space (when we can't use .PP) -.if t .sp .5v -.if n .sp -.. -.de Ip \" List item -.br -.ie \\n(.$>=3 .ne \\$3 -.el .ne 3 -.IP "\\$1" \\$2 -.. -.TH " - - " - - " - - " " - - " " - - " - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/kdoctools/customization/kde-navig-online.xsl b/kdoctools/customization/kde-navig-online.xsl deleted file mode 100644 index ff919b68e..000000000 --- a/kdoctools/customization/kde-navig-online.xsl +++ /dev/null @@ -1,206 +0,0 @@ - - - - - - - - ( - - - - - - ) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 www.trinitydesktop.orgSearch 
- - - - - - - - - - -
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - -
- -
-
- -
diff --git a/kdoctools/customization/kde-navig.xsl b/kdoctools/customization/kde-navig.xsl deleted file mode 100644 index 2e8a9e717..000000000 --- a/kdoctools/customization/kde-navig.xsl +++ /dev/null @@ -1,213 +0,0 @@ - - - - - - ( - - - - - - ) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- -
-
- -
-
- -
- - - -
- -
-
- - - - - - - - - - - -
- - -
- - - - - - - - - - - -   - -
-
-
- - - - - - -
-
-
- -
- -
- -
-
- -
-
-

Would you like to comment or contribute an update to this page?
- Send feedback to the TDE Development Team

-
- -
- -
-
- -
diff --git a/kdoctools/customization/kde-nochunk.xsl b/kdoctools/customization/kde-nochunk.xsl deleted file mode 100644 index 9e05f8342..000000000 --- a/kdoctools/customization/kde-nochunk.xsl +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - -1.13 - -0 - - - - -0 -0 -0 -0 -0 -../common/ - - - - - - - - - - - - - index.html - - - - - - - - - - - - - - - - - diff --git a/kdoctools/customization/kde-style.xsl b/kdoctools/customization/kde-style.xsl deleted file mode 100644 index 03e8bc987..000000000 --- a/kdoctools/customization/kde-style.xsl +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/kdoctools/customization/kde-ttlpg-online.xsl b/kdoctools/customization/kde-ttlpg-online.xsl deleted file mode 100644 index 523648b7f..000000000 --- a/kdoctools/customization/kde-ttlpg-online.xsl +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - revision - - - - - ( - - ) - - - - -

- - - -

-
- - - - - - - - - - - - - - - - - - ( - - - - - - ) - - - - - - - - - - - - - - - - - : - -
-
-
- - - - - - - - -
- -
-
- - - - -
diff --git a/kdoctools/customization/kde-ttlpg.xsl b/kdoctools/customization/kde-ttlpg.xsl deleted file mode 100644 index 78d4792cd..000000000 --- a/kdoctools/customization/kde-ttlpg.xsl +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - revision - - - - - ( - - ) - - - - -

- - - -

-
- - - - - - - - - - - - - - - - - < - - > - - - - - - - - - - - - - - - - - : - -
-
-
- - - - - - - - -
- -
-
- - - - -
diff --git a/kdoctools/customization/kde-web-navig.xsl b/kdoctools/customization/kde-web-navig.xsl deleted file mode 100644 index e8d2c713d..000000000 --- a/kdoctools/customization/kde-web-navig.xsl +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - - - - - - - - - - -
 
- - - - - - - - - - -
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - -
- -
-
- - -
diff --git a/kdoctools/customization/kde-web.xsl b/kdoctools/customization/kde-web.xsl deleted file mode 100644 index 8a9dfcdb7..000000000 --- a/kdoctools/customization/kde-web.xsl +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - - - -1.13 - - - - - - - - - - - - - - - - - - - - - - - - - - - -1 -0 -0 -0 -0 -../common/ - - - - - - - - - - - - - index.html - - - - - - - - - - - - - - - - - diff --git a/kdoctools/customization/tde-chunk-online.xsl b/kdoctools/customization/tde-chunk-online.xsl new file mode 100644 index 000000000..69fb63b61 --- /dev/null +++ b/kdoctools/customization/tde-chunk-online.xsl @@ -0,0 +1,110 @@ + + + + + + + + + +1.13 + + + + + + + + + + + + + + + + + + + + + + + + + + + +1 +0 +0 +0 +0 +/HEAD/common/ + + + + + + + + + + + + + index.html + + + + + + + + + + + + + + + + + diff --git a/kdoctools/customization/tde-chunk.xsl b/kdoctools/customization/tde-chunk.xsl new file mode 100644 index 000000000..cfe2dd7c1 --- /dev/null +++ b/kdoctools/customization/tde-chunk.xsl @@ -0,0 +1,130 @@ + + + + + + + + +1.13 + + + + + + + + + + + + + + + + + + + + + + + + + + + +1 +0 +0 +0 +0 +help:/common/ + + + + + +appendix toc,title +article/appendix nop +article toc,title +book toc,title,figure,table,example,equation +chapter nop +part toc,title +preface toc,title +qandadiv toc +qandaset toc +reference toc,title +sect1 nop +sect2 nop +sect3 nop +sect4 nop +sect5 nop +section nop +set toc,title + + + + + + + + + + + + index.html + + + + + + + + + + + + + + + + + diff --git a/kdoctools/customization/tde-man.xsl b/kdoctools/customization/tde-man.xsl new file mode 100644 index 000000000..8e8686811 --- /dev/null +++ b/kdoctools/customization/tde-man.xsl @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + 3 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + manpage.troff + + + + + + + .\"Generated by db2man.xsl. Don't modify this, modify the source. +.de Sh \" Subsection +.br +.if t .Sp +.ne 5 +.PP +\fB\\$1\fR +.PP +.. +.de Sp \" Vertical space (when we can't use .PP) +.if t .sp .5v +.if n .sp +.. +.de Ip \" List item +.br +.ie \\n(.$>=3 .ne \\$3 +.el .ne 3 +.IP "\\$1" \\$2 +.. +.TH " + + " + + " + + " " + + " " + + " + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/kdoctools/customization/tde-navig-online.xsl b/kdoctools/customization/tde-navig-online.xsl new file mode 100644 index 000000000..ff919b68e --- /dev/null +++ b/kdoctools/customization/tde-navig-online.xsl @@ -0,0 +1,206 @@ + + + + + + + + ( + + + + + + ) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 www.trinitydesktop.orgSearch 
+ + + + + + + + + + +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
diff --git a/kdoctools/customization/tde-navig.xsl b/kdoctools/customization/tde-navig.xsl new file mode 100644 index 000000000..2e8a9e717 --- /dev/null +++ b/kdoctools/customization/tde-navig.xsl @@ -0,0 +1,213 @@ + + + + + + ( + + + + + + ) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+ +
+
+ +
+ + + +
+ + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + +   + +
+
+
+ + + + + + +
+
+
+ +
+ +
+ +
+
+ +
+
+

Would you like to comment or contribute an update to this page?
+ Send feedback to the TDE Development Team

+
+ +
+ +
+
+ + diff --git a/kdoctools/customization/tde-nochunk.xsl b/kdoctools/customization/tde-nochunk.xsl new file mode 100644 index 000000000..59f0e6e5c --- /dev/null +++ b/kdoctools/customization/tde-nochunk.xsl @@ -0,0 +1,88 @@ + + + + + + + + +1.13 + +0 + + + + +0 +0 +0 +0 +0 +../common/ + + + + + + + + + + + + + index.html + + + + + + + + + + + + + + + + + diff --git a/kdoctools/customization/tde-style.xsl b/kdoctools/customization/tde-style.xsl new file mode 100644 index 000000000..03e8bc987 --- /dev/null +++ b/kdoctools/customization/tde-style.xsl @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/kdoctools/customization/tde-ttlpg-online.xsl b/kdoctools/customization/tde-ttlpg-online.xsl new file mode 100644 index 000000000..523648b7f --- /dev/null +++ b/kdoctools/customization/tde-ttlpg-online.xsl @@ -0,0 +1,85 @@ + + + + + + revision + + + + + ( + + ) + + + + +

+ + + +

+
+ + + + + + + + + + + + + + + + + + ( + + + + + + ) + + + + + + + + + + + + + + + + + : + +
+
+
+ + + + + + + + +
+ +
+
+ + + + +
diff --git a/kdoctools/customization/tde-ttlpg.xsl b/kdoctools/customization/tde-ttlpg.xsl new file mode 100644 index 000000000..78d4792cd --- /dev/null +++ b/kdoctools/customization/tde-ttlpg.xsl @@ -0,0 +1,80 @@ + + + + + + revision + + + + + ( + + ) + + + + +

+ + + +

+
+ + + + + + + + + + + + + + + + + < + + > + + + + + + + + + + + + + + + + + : + +
+
+
+ + + + + + + + +
+ +
+
+ + + + +
diff --git a/kdoctools/customization/tde-web-navig.xsl b/kdoctools/customization/tde-web-navig.xsl new file mode 100644 index 000000000..e8d2c713d --- /dev/null +++ b/kdoctools/customization/tde-web-navig.xsl @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + +
 
+ + + + + + + + + + +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ + +
diff --git a/kdoctools/customization/tde-web.xsl b/kdoctools/customization/tde-web.xsl new file mode 100644 index 000000000..130c197b0 --- /dev/null +++ b/kdoctools/customization/tde-web.xsl @@ -0,0 +1,109 @@ + + + + + + + + +1.13 + + + + + + + + + + + + + + + + + + + + + + + + + + + +1 +0 +0 +0 +0 +../common/ + + + + + + + + + + + + + index.html + + + + + + + + + + + + + + + + + diff --git a/kdoctools/meinproc.cpp b/kdoctools/meinproc.cpp index 51f0b913a..601f53f25 100644 --- a/kdoctools/meinproc.cpp +++ b/kdoctools/meinproc.cpp @@ -226,7 +226,7 @@ int main(int argc, char **argv) { bool index = args->isSet( "htdig" ); TQString tss = args->getOption( "stylesheet" ); if ( tss.isEmpty() ) - tss = "customization/kde-chunk.xsl"; + tss = "customization/tde-chunk.xsl"; if ( index ) tss = "customization/htdig_index.xsl" ; diff --git a/kdoctools/tdeio_help.cpp b/kdoctools/tdeio_help.cpp index 7b9d2a36e..fc40dd3fa 100644 --- a/kdoctools/tdeio_help.cpp +++ b/kdoctools/tdeio_help.cpp @@ -209,7 +209,7 @@ void HelpProtocol::get( const KURL& url ) infoMessage(i18n("Preparing document")); if ( mGhelp ) { - TQString xsl = "customization/kde-nochunk.xsl"; + TQString xsl = "customization/tde-nochunk.xsl"; mParsed = transform(file, locate("dtd", xsl)); kdDebug( 7119 ) << "parsed " << mParsed.length() << endl; @@ -235,7 +235,7 @@ void HelpProtocol::get( const KURL& url ) kdDebug( 7119 ) << "cached parsed " << mParsed.length() << endl; if ( mParsed.isEmpty() ) { - mParsed = transform(file, locate("dtd", "customization/kde-chunk.xsl")); + mParsed = transform(file, locate("dtd", "customization/tde-chunk.xsl")); if ( !mParsed.isEmpty() ) { infoMessage( i18n( "Saving to cache" ) ); TQString cache = file.left( file.length() - 7 ); diff --git a/kdoctools/xslt.cpp b/kdoctools/xslt.cpp index 498e6b2c8..a6e144ce8 100644 --- a/kdoctools/xslt.cpp +++ b/kdoctools/xslt.cpp @@ -235,7 +235,7 @@ static bool readCache( const TQString &filename, kdDebug( 7119 ) << "verifyCache " << filename << " " << cache << endl; if ( !compareTimeStamps( filename, cache ) ) return false; - if ( !compareTimeStamps( locate( "dtd", "customization/kde-chunk.xsl"), cache ) ) + if ( !compareTimeStamps( locate( "dtd", "customization/tde-chunk.xsl"), cache ) ) return false; kdDebug( 7119 ) << "create filter" << endl; -- cgit v1.2.1