diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-02-24 22:39:10 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-02-24 22:39:10 -0600 |
commit | 324c251aafe36a1c94410bde2f4f09ad07bd33be (patch) | |
tree | 563a5cd00f975f797cbd1c692b293de6ac1002d9 /kdoctools/customization/README | |
parent | 9a3888489dd9e1c1100c1db8feee255ebabd86c7 (diff) | |
download | tdelibs-324c251aafe36a1c94410bde2f4f09ad07bd33be.tar.gz tdelibs-324c251aafe36a1c94410bde2f4f09ad07bd33be.zip |
Fix tdelibs entities, text strings for future maintenance of handbook files.
This partially resolves bug report 694.
Diffstat (limited to 'kdoctools/customization/README')
-rw-r--r-- | kdoctools/customization/README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kdoctools/customization/README b/kdoctools/customization/README index c4b47c687..51ff10614 100644 --- a/kdoctools/customization/README +++ b/kdoctools/customization/README @@ -3,7 +3,7 @@ Some short documentation on the different stylesheets, and how to use them. kde-chunk.xsl -The standard KDE stylesheet, as used to generate the content for +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 @@ -12,14 +12,14 @@ in other places. You should probably not call kde-navig.xsl on it's own. kde-nochunk.xsl -This is very similar to the standard KDE stylesheet, but it creates +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 -All KDE "look and feel" customizations (other than the navigation +All TDE "look and feel" customizations (other than the navigation graphics in kde-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 @@ -28,7 +28,7 @@ the CSS to display. kde-ttlpg.xsl -The Title Page layout for the KDE documentation. This one covers +The Title Page layout for the TDE documentation. This one covers customizing the TOC, presentation of legal notices, and a slightly different navigation graphic. @@ -36,7 +36,7 @@ kde-web.xsl (This stylesheet includes kde-web-navig.xsl, which should not be used directly on it's own) -Simplified version of the KDE stylesheet, aimed at websites. Content +Simplified version of the TDE stylesheet, aimed at websites. Content 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. @@ -45,8 +45,8 @@ kde-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 KDE stylesheet, used to generate the -docs.kde.org website, among others. +Slightly altered version of the TDE stylesheet, used to generate the +website versions, among others. kde-man.xsl |