Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
tdelibs/kdoctools/customization
Slávek Banko b232b084d1
kdoctools: Add TQt entity to obsolete/general.entities.
před 2 měsíci
..
af Removed code formatting modelines. před 4 roky
bg Removed code formatting modelines. před 4 roky
ca Removed code formatting modelines. před 4 roky
cs Removed code formatting modelines. před 4 roky
da Removed code formatting modelines. před 4 roky
de Removed code formatting modelines. před 4 roky
dtd Fixed references to TDE website. před 3 roky
el Removed code formatting modelines. před 4 roky
en Fixed references to TDE website. před 3 roky
en-GB Fixed references to TDE website. před 3 roky
entities Fixed references to TDE website. před 3 roky
es Removed code formatting modelines. před 4 roky
et Removed code formatting modelines. před 4 roky
fi Removed code formatting modelines. před 4 roky
fo Removed code formatting modelines. před 4 roky
fr Removed code formatting modelines. před 4 roky
he Removed code formatting modelines. před 4 roky
hu Removed code formatting modelines. před 4 roky
id Removed code formatting modelines. před 4 roky
it Fixed references to TDE website. před 3 roky
ja Removed code formatting modelines. před 4 roky
ko Removed code formatting modelines. před 4 roky
lt Removed code formatting modelines. před 4 roky
nl Removed code formatting modelines. před 4 roky
nn Removed code formatting modelines. před 4 roky
no Removed code formatting modelines. před 4 roky
obsolete kdoctools: Add TQt entity to obsolete/general.entities. před 2 měsíci
pl Removed code formatting modelines. před 4 roky
pt Remove obsolete references to kinfocenter před 10 roky
pt-BR Fixed references to TDE website. před 3 roky
ro Removed code formatting modelines. před 4 roky
ru Removed code formatting modelines. před 4 roky
sk Removed code formatting modelines. před 4 roky
sl Removed code formatting modelines. před 4 roky
sr Removed code formatting modelines. před 4 roky
sv Removed code formatting modelines. před 4 roky
tr Fixed references to TDE website. před 3 roky
uk Removed code formatting modelines. před 4 roky
wa Removed code formatting modelines. před 4 roky
xh Removed code formatting modelines. před 4 roky
xsl Branding cleanup: K Desktop -> Trinity Desktop před 12 roky
xx Removed code formatting modelines. před 4 roky
zh-CN Fixed references to TDE website. před 3 roky
zh-TW Removed code formatting modelines. před 4 roky
README Update files and references in support of bug report 1446. před 11 roky
catalog Fixed references to TDE website. před 3 roky
catalog.xml Fixed references to TDE website. před 3 roky
htdig_index.xsl Fix htdig index build failure using suggested patch from KDE bug 209415 před 11 roky
tde-chunk-online.xsl Update help handbook css and xsl files. před 10 roky
tde-chunk.xsl Update help handbook css and xsl files. před 10 roky
tde-man.xsl Removed code formatting modelines. před 4 roky
tde-navig-online.xsl Minor kdoctools renaming cleanup. před 10 roky
tde-navig.xsl Fixed references to TDE website. před 3 roky
tde-nochunk.xsl Minor kdoctools renaming cleanup. před 10 roky
tde-style.xsl Update files and references in support of bug report 1446. před 11 roky
tde-ttlpg-online.xsl Update files and references in support of bug report 1446. před 11 roky
tde-ttlpg.xsl Update files and references in support of bug report 1446. před 11 roky
tde-web-navig.xsl Minor kdoctools renaming cleanup. před 10 roky
tde-web.xsl Minor kdoctools renaming cleanup. před 10 roky

README

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

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 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 tde-navig.xsl on it's own.

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.

tde-style.xsl

All TDE "look and feel" customizations (other than the navigation
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.

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.

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

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.

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