summaryrefslogtreecommitdiffstats
path: root/kdoctools
diff options
context:
space:
mode:
Diffstat (limited to 'kdoctools')
-rw-r--r--kdoctools/configure.in.in2
-rw-r--r--kdoctools/customization/README20
-rw-r--r--kdoctools/customization/tde-chunk-online.xsl (renamed from kdoctools/customization/kde-chunk-online.xsl)8
-rw-r--r--kdoctools/customization/tde-chunk.xsl (renamed from kdoctools/customization/kde-chunk.xsl)8
-rw-r--r--kdoctools/customization/tde-man.xsl (renamed from kdoctools/customization/kde-man.xsl)0
-rw-r--r--kdoctools/customization/tde-navig-online.xsl (renamed from kdoctools/customization/kde-navig-online.xsl)0
-rw-r--r--kdoctools/customization/tde-navig.xsl (renamed from kdoctools/customization/kde-navig.xsl)0
-rw-r--r--kdoctools/customization/tde-nochunk.xsl (renamed from kdoctools/customization/kde-nochunk.xsl)6
-rw-r--r--kdoctools/customization/tde-style.xsl (renamed from kdoctools/customization/kde-style.xsl)0
-rw-r--r--kdoctools/customization/tde-ttlpg-online.xsl (renamed from kdoctools/customization/kde-ttlpg-online.xsl)0
-rw-r--r--kdoctools/customization/tde-ttlpg.xsl (renamed from kdoctools/customization/kde-ttlpg.xsl)0
-rw-r--r--kdoctools/customization/tde-web-navig.xsl (renamed from kdoctools/customization/kde-web-navig.xsl)0
-rw-r--r--kdoctools/customization/tde-web.xsl (renamed from kdoctools/customization/kde-web.xsl)6
-rw-r--r--kdoctools/meinproc.cpp2
-rw-r--r--kdoctools/tdeio_help.cpp4
-rw-r--r--kdoctools/xslt.cpp2
16 files changed, 29 insertions, 29 deletions
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
index e683db8b9..69fb63b61 100644
--- a/kdoctools/customization/kde-chunk-online.xsl
+++ b/kdoctools/customization/tde-chunk-online.xsl
@@ -3,9 +3,9 @@
<xsl:import href="../docbook/xsl/html/autoidx.xsl"/>
<xsl:import href="../docbook/xsl/html/chunk.xsl"/>
-<xsl:include href="kde-navig-online.xsl"/>
-<xsl:include href="kde-ttlpg-online.xsl"/>
-<xsl:include href="kde-style.xsl"/>
+<xsl:include href="tde-navig-online.xsl"/>
+<xsl:include href="tde-ttlpg-online.xsl"/>
+<xsl:include href="tde-style.xsl"/>
<xsl:output encoding="utf-8"/>
<xsl:variable name="TDE_VERSION">1.13</xsl:variable>
@@ -42,7 +42,7 @@
<xsl:param name="use.extensions">0</xsl:param>
<xsl:param name="admon.graphics">0</xsl:param>
<xsl:param name="kde.common">/HEAD/common/</xsl:param>
-<xsl:param name="html.stylesheet" select="concat($kde.common,'kde-default.css')"/>
+<xsl:param name="html.stylesheet" select="concat($kde.common,'tde-default.css')"/>
<xsl:param name="admon.graphics.path"><xsl:value-of select="kde.common"/></xsl:param>
<xsl:param name="callout.graphics.path"><xsl:value-of select="kde.common"/></xsl:param>
diff --git a/kdoctools/customization/kde-chunk.xsl b/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 @@
<xsl:import href="../docbook/xsl/html/autoidx.xsl"/>
<xsl:import href="../docbook/xsl/html/chunk.xsl"/>
-<xsl:include href="kde-navig.xsl"/>
-<xsl:include href="kde-ttlpg.xsl"/>
-<xsl:include href="kde-style.xsl"/>
+<xsl:include href="tde-navig.xsl"/>
+<xsl:include href="tde-ttlpg.xsl"/>
+<xsl:include href="tde-style.xsl"/>
<xsl:variable name="TDE_VERSION">1.13</xsl:variable>
@@ -41,7 +41,7 @@
<xsl:param name="use.extensions">0</xsl:param>
<xsl:param name="admon.graphics">0</xsl:param>
<xsl:param name="kde.common">help:/common/</xsl:param>
-<xsl:param name="html.stylesheet" select="concat($kde.common,'kde-default.css')"/>
+<xsl:param name="html.stylesheet" select="concat($kde.common,'tde-default.css')"/>
<xsl:param name="admon.graphics.path"><xsl:value-of select="kde.common"/></xsl:param>
<xsl:param name="callout.graphics.path"><xsl:value-of select="kde.common"/></xsl:param>
diff --git a/kdoctools/customization/kde-man.xsl b/kdoctools/customization/tde-man.xsl
index 8e8686811..8e8686811 100644
--- a/kdoctools/customization/kde-man.xsl
+++ b/kdoctools/customization/tde-man.xsl
diff --git a/kdoctools/customization/kde-navig-online.xsl b/kdoctools/customization/tde-navig-online.xsl
index ff919b68e..ff919b68e 100644
--- a/kdoctools/customization/kde-navig-online.xsl
+++ b/kdoctools/customization/tde-navig-online.xsl
diff --git a/kdoctools/customization/kde-navig.xsl b/kdoctools/customization/tde-navig.xsl
index 2e8a9e717..2e8a9e717 100644
--- a/kdoctools/customization/kde-navig.xsl
+++ b/kdoctools/customization/tde-navig.xsl
diff --git a/kdoctools/customization/kde-nochunk.xsl b/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 @@
<xsl:import href="../docbook/xsl/html/autoidx.xsl"/>
<xsl:import href="../docbook/xsl/html/docbook.xsl"/>
<!-- <xsl:include href="kde-print-navig.xsl"/> -->
-<xsl:include href="kde-ttlpg.xsl"/>
-<xsl:include href="kde-style.xsl"/>
+<xsl:include href="tde-ttlpg.xsl"/>
+<xsl:include href="tde-style.xsl"/>
<xsl:variable name="TDE_VERSION">1.13</xsl:variable>
@@ -20,7 +20,7 @@
<xsl:param name="use.extensions">0</xsl:param>
<xsl:param name="admon.graphics">0</xsl:param>
<xsl:param name="kde.common">../common/</xsl:param>
-<xsl:param name="html.stylesheet" select="concat($kde.common,'kde-web.css')"/>
+<xsl:param name="html.stylesheet" select="concat($kde.common,'tde-web.css')"/>
<xsl:param name="admon.graphics.path"><xsl:value-of select="kde.common"/></xsl:param>
<xsl:param name="callout.graphics.path"><xsl:value-of select="kde.common"/></xsl:param>
diff --git a/kdoctools/customization/kde-style.xsl b/kdoctools/customization/tde-style.xsl
index 03e8bc987..03e8bc987 100644
--- a/kdoctools/customization/kde-style.xsl
+++ b/kdoctools/customization/tde-style.xsl
diff --git a/kdoctools/customization/kde-ttlpg-online.xsl b/kdoctools/customization/tde-ttlpg-online.xsl
index 523648b7f..523648b7f 100644
--- a/kdoctools/customization/kde-ttlpg-online.xsl
+++ b/kdoctools/customization/tde-ttlpg-online.xsl
diff --git a/kdoctools/customization/kde-ttlpg.xsl b/kdoctools/customization/tde-ttlpg.xsl
index 78d4792cd..78d4792cd 100644
--- a/kdoctools/customization/kde-ttlpg.xsl
+++ b/kdoctools/customization/tde-ttlpg.xsl
diff --git a/kdoctools/customization/kde-web-navig.xsl b/kdoctools/customization/tde-web-navig.xsl
index e8d2c713d..e8d2c713d 100644
--- a/kdoctools/customization/kde-web-navig.xsl
+++ b/kdoctools/customization/tde-web-navig.xsl
diff --git a/kdoctools/customization/kde-web.xsl b/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 @@
<xsl:import href="../docbook/xsl/html/autoidx.xsl"/>
<xsl:import href="../docbook/xsl/html/chunk.xsl"/>
<xsl:include href="kde-web-navig.xsl"/>
-<xsl:include href="kde-ttlpg.xsl"/>
-<xsl:include href="kde-style.xsl"/>
+<xsl:include href="tde-ttlpg.xsl"/>
+<xsl:include href="tde-style.xsl"/>
<xsl:variable name="TDE_VERSION">1.13</xsl:variable>
@@ -41,7 +41,7 @@
<xsl:param name="use.extensions">0</xsl:param>
<xsl:param name="admon.graphics">0</xsl:param>
<xsl:param name="kde.common">../common/</xsl:param>
-<xsl:param name="html.stylesheet" select="concat($kde.common,'kde-default.css')"/>
+<xsl:param name="html.stylesheet" select="concat($kde.common,'tde-default.css')"/>
<xsl:param name="admon.graphics.path"><xsl:value-of select="kde.common"/></xsl:param>
<xsl:param name="callout.graphics.path"><xsl:value-of select="kde.common"/></xsl:param>
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;