diff --git a/doc/common/kde-common.css b/doc/common/tde-common.css
similarity index 100%
rename from doc/common/kde-common.css
rename to doc/common/tde-common.css
diff --git a/doc/common/kde-default.css b/doc/common/tde-default.css
similarity index 100%
rename from doc/common/kde-default.css
rename to doc/common/tde-default.css
diff --git a/doc/common/kde-localised.css.template b/doc/common/tde-localised.css.template
similarity index 96%
rename from doc/common/kde-localised.css.template
rename to doc/common/tde-localised.css.template
index abcd1ec91..52b91d179 100644
--- a/doc/common/kde-localised.css.template
+++ b/doc/common/tde-localised.css.template
@@ -20,7 +20,7 @@
*/
/*
- These settings will override kde-default.css.
+ These settings will override tde-default.css.
Any updates should be validated, e.g. http://jigsaw.w3.org/css-validator/
diff --git a/doc/common/kde-web.css b/doc/common/tde-web.css
similarity index 100%
rename from doc/common/kde-web.css
rename to doc/common/tde-web.css
diff --git a/doc/common/kde.css b/doc/common/tde.css
similarity index 100%
rename from doc/common/kde.css
rename to doc/common/tde.css
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/tde-chunk-online.xsl
similarity index 94%
rename from kdoctools/customization/kde-chunk-online.xsl
rename to kdoctools/customization/tde-chunk-online.xsl
index e683db8b9..69fb63b61 100644
--- a/kdoctools/customization/kde-chunk-online.xsl
+++ b/kdoctools/customization/tde-chunk-online.xsl
@@ -3,9 +3,9 @@
-
-
-
+
+
+1.13
@@ -42,7 +42,7 @@
00/HEAD/common/
-
+
diff --git a/kdoctools/customization/kde-chunk.xsl b/kdoctools/customization/tde-chunk.xsl
similarity index 95%
rename from kdoctools/customization/kde-chunk.xsl
rename to kdoctools/customization/tde-chunk.xsl
index 4262710b0..cfe2dd7c1 100644
--- a/kdoctools/customization/kde-chunk.xsl
+++ b/kdoctools/customization/tde-chunk.xsl
@@ -3,9 +3,9 @@
-
-
-
+
+
+1.13
@@ -41,7 +41,7 @@
00help:/common/
-
+
diff --git a/kdoctools/customization/kde-man.xsl b/kdoctools/customization/tde-man.xsl
similarity index 100%
rename from kdoctools/customization/kde-man.xsl
rename to kdoctools/customization/tde-man.xsl
diff --git a/kdoctools/customization/kde-navig-online.xsl b/kdoctools/customization/tde-navig-online.xsl
similarity index 100%
rename from kdoctools/customization/kde-navig-online.xsl
rename to kdoctools/customization/tde-navig-online.xsl
diff --git a/kdoctools/customization/kde-navig.xsl b/kdoctools/customization/tde-navig.xsl
similarity index 100%
rename from kdoctools/customization/kde-navig.xsl
rename to kdoctools/customization/tde-navig.xsl
diff --git a/kdoctools/customization/kde-nochunk.xsl b/kdoctools/customization/tde-nochunk.xsl
similarity index 95%
rename from kdoctools/customization/kde-nochunk.xsl
rename to kdoctools/customization/tde-nochunk.xsl
index 9e05f8342..59f0e6e5c 100644
--- a/kdoctools/customization/kde-nochunk.xsl
+++ b/kdoctools/customization/tde-nochunk.xsl
@@ -4,8 +4,8 @@
-
-
+
+1.13
@@ -20,7 +20,7 @@
00../common/
-
+
diff --git a/kdoctools/customization/kde-style.xsl b/kdoctools/customization/tde-style.xsl
similarity index 100%
rename from kdoctools/customization/kde-style.xsl
rename to kdoctools/customization/tde-style.xsl
diff --git a/kdoctools/customization/kde-ttlpg-online.xsl b/kdoctools/customization/tde-ttlpg-online.xsl
similarity index 100%
rename from kdoctools/customization/kde-ttlpg-online.xsl
rename to kdoctools/customization/tde-ttlpg-online.xsl
diff --git a/kdoctools/customization/kde-ttlpg.xsl b/kdoctools/customization/tde-ttlpg.xsl
similarity index 100%
rename from kdoctools/customization/kde-ttlpg.xsl
rename to kdoctools/customization/tde-ttlpg.xsl
diff --git a/kdoctools/customization/kde-web-navig.xsl b/kdoctools/customization/tde-web-navig.xsl
similarity index 100%
rename from kdoctools/customization/kde-web-navig.xsl
rename to kdoctools/customization/tde-web-navig.xsl
diff --git a/kdoctools/customization/kde-web.xsl b/kdoctools/customization/tde-web.xsl
similarity index 96%
rename from kdoctools/customization/kde-web.xsl
rename to kdoctools/customization/tde-web.xsl
index 8a9dfcdb7..130c197b0 100644
--- a/kdoctools/customization/kde-web.xsl
+++ b/kdoctools/customization/tde-web.xsl
@@ -4,8 +4,8 @@
-
-
+
+1.13
@@ -41,7 +41,7 @@
00../common/
-
+
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;