You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdelibs/kdoctools/customization
Timothy Pearson f2bfcad7ff
Rename KIcon to enhance compatibility with KDE4
11 years ago
..
af Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
bg Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
ca Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
cs Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
da Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
de Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
dtd Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
el Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
en Update "i.e" and "e.g" entities. 12 years ago
en-GB Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
entities Rename KIcon to enhance compatibility with KDE4 11 years ago
es Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
et Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
fi Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
fo Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
fr Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
he Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
hu Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
id Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
it Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
ja Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
ko Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
lt Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
nl Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
nn Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
no Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
obsolete Rename KIcon to enhance compatibility with KDE4 11 years ago
pl Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
pt Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
pt-BR Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
ro Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
ru Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
sk Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
sl Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
sr Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
sv Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
tr Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
uk Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
wa Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
xh Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
xsl Branding cleanup: K Desktop -> Trinity Desktop 12 years ago
xx Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
zh-CN Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
zh-TW Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
README Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
catalog Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
htdig_index.xsl Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kde-chunk-online.xsl Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
kde-chunk.xsl Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
kde-man.xsl Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kde-navig-online.xsl Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
kde-navig.xsl Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
kde-nochunk.xsl Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
kde-style.xsl Repair accidental damage to meinproc/docbook caused by prior commit 14 years ago
kde-ttlpg-online.xsl Repair accidental damage to meinproc/docbook caused by prior commit 14 years ago
kde-ttlpg.xsl Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kde-web-navig.xsl Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago
kde-web.xsl Fix tdelibs entities, text strings for future maintenance of handbook files. 12 years ago

README

2002-11-12
Some short documentation on the different stylesheets, and how to use them.

kde-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
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.

kde-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

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
to ensure class attributes are written into the HTML as necessary, for
the CSS to display.

kde-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
(This stylesheet includes kde-web-navig.xsl, which should not be used
directly on it's own)

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.

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 TDE stylesheet, used to generate the
website versions, among others.

kde-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
from the DocBook XSL package, except that the output file's name is
hardcoded to 'manpage.troff', and the 'Writing manpage.troff' message
is suppressed.