summaryrefslogtreecommitdiff
path: root/xslt/docbook/html/db2html-refentry.xsl
Commit message (Collapse)AuthorAgeFilesLines
* Change xsldoc to use ducktypeShaun McCance2018-09-221-1/+0
|
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
|
* docbook: Added support for conditional processingShaun McCance2013-08-121-0/+3
|
* Added html.class.attr and html.class.attr.modeShaun McCance2013-07-131-1/+4
| | | | | | | This is now used throughout all the stylesheets to output the class attribute for HTML elements that correspond directly to some source element. This makes it much easier for extensions to add extra classes for styling based on various conditions.
* Fixed some errors in the documentationShaun McCance2012-01-241-1/+1
|
* db2html-bibliography: Simplification to bibliography handlingShaun McCance2011-11-141-0/+8
|
* db2html: Use html.lang.attrs everywhereShaun McCance2011-11-111-1/+1
|
* db2html: Cleaning up title handlingShaun McCance2011-11-111-1/+0
|
* db2html-division: Starting to simplify titles in divisionsShaun McCance2011-11-111-24/+4
|
* docbook: Removed manvolnum.format; nobody changed format anywayShaun McCance2011-08-131-5/+3
|
* db2html: Cleaned up xmlns and exclude-result-prefixesShaun McCance2011-05-161-1/+1
|
* [db2html-refentry] Adding DocBook 5 supportbrian m. carlson2010-05-211-25/+32
| | | | Signed-off-by: brian m. carlson <sandals@crustytoothpaste.ath.cx>
* - Add a DOCTYPE declaration with xsl:outputShaun McCance2008-02-121-0/+1
| | | | | | | | | | | | | | | | | | | | * xslt/docbook/html/db2html.xsl: * xslt/docbook/html/db2xhtml.xsl: - Add a DOCTYPE declaration with xsl:output * xslt/docbook/common/db-chunk.xsl: * xslt/docbook/common/db-label.xsl: * xslt/docbook/common/db-xref.xsl: * xslt/docbook/html/db2html-autotoc.xsl: * xslt/docbook/html/db2html-bibliography.xsl: * xslt/docbook/html/db2html-block.xsl: * xslt/docbook/html/db2html-cmdsynopsis.xsl: * xslt/docbook/html/db2html-division.xsl: * xslt/docbook/html/db2html-index.xsl: * xslt/docbook/html/db2html-refentry.xsl: - Add set to exclude-result-prefixes svn path=/trunk/; revision=1080
* - Fixed the :Requires: fieldShaun McCance2007-08-101-1/+1
| | | | | | | * xslt/docbook/html/db2html-refentry.xsl: - Fixed the :Requires: field svn path=/trunk/; revision=1012
* - Added missing ending brace to docsShaun McCance2007-08-101-76/+51
| | | | | | | | | | | | | | | | | * xslt/docbook/html/db2html-block.xsl: - Added missing ending brace to docs * xslt/docbook/html/db2html-division.xsl: - Added callback parameter to db2html.division.div * test/testbook/testbook.xml: * xslt/docbook/common/db-title.xsl: * xslt/docbook/common/db-xref.xsl: * xslt/docbook/html/db2html-css.xsl: * xslt/docbook/html/db2html-refentry.xsl: - More consistent refentry output svn path=/trunk/; revision=1011
* - Some changes to refentry sectioningShaun McCance2007-08-091-49/+15
| | | | | | | | | | | * xslt/docbook/html/db2html-refentry.xsl: * xslt/docbook/common/db-label.xsl: - Some changes to refentry sectioning * doc/xslt/C/gnome-doc-xslt.xml: - Include db2html-index in the documentation svn path=/trunk/; revision=1006
* - Added cmdsynopsis and glossary testsShaun McCance2007-07-241-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * test/testbook/testbook.xml: - Added cmdsynopsis and glossary tests * xslt/docbook/html/db2html-division.xsl: - Fixed node comparisons by using set:has-same-node - Put entry-type division children are in a "block" div for CSS * xslt/docbook/html/db2html-qanda.xsl: * xslt/docbook/html/db2html-table.xsl: - Added FIXME notes * xslt/docbook/html/db2html-css.xsl: - Much CSS simplification * xslt/docbook/html/db2html-block.xsl: * xslt/docbook/html/db2html-refentry.xsl: - Fixed node comparisons by using set:has-same-node * xslt/gettext/l10n.xml.in: * xslt/docbook/common/db-label.xsl: * xslt/docbook/common/db-xref.xsl: * xslt/docbook/html/db2html-cmdsynopsis.xsl: * xslt/docbook/html/db2html-ebnf.xsl: * xslt/docbook/html/db2html-suppressed.xsl: * xslt/docbook/html/db2html-funcsynopsis.xsl: - Changed sbr handling, suppress by default - Implemented synopfragments correctly - Put in automatic alignment padding for sbr elements - Consolidated CSS for *synopsis elements * xslt/docbook/html/db2html-bibliography.xsl: - Fixed node comparisons by using set:has-same-node - Implemented bibliolist * xslt/docbook/html/db2html-list.xsl: * xslt/docbook/html/db2html-classsynopsis.xsl: - Consolidated properties for CSS styling * xslt/docbook/html/db2html-autotoc.xsl: - Documentation edit svn path=/trunk/; revision=985
* - Some work on reference and refentryShaun McCance2007-07-051-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | * test/testbook/testbook.xml: * xslt/docbook/html/db2html-division.xsl: * xslt/docbook/html/db2html-refentry.xsl: - Some work on reference and refentry * xslt/docbook/html/db2html-bibliography.xsl: - Made l10n.format.mode a doc-noop, documented elsewhere * xslt/docbook/html/db2html-autotoc.xsl: - Added some documentation - Remove $db.chunk.chunks_ reference * xslt/docbook/common/db-common.xsl: - Put gettext in :Requires: for db.personname.list * xslt/docbook/common/db-label.xsl: - Made reference label formatter output nothing * xslt/gettext/l10n.xml.in: - Added " — " for refpurpose separator svn path=/trunk/; revision=971
* - Putting more checks and information in xsldocShaun McCance2007-05-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/xslt/Makefile.am: * doc/xslt/xsldoc-check.xsl: * doc/xslt/xsldoc-fill.xsl: * doc/xslt/xsldoc.xsl: - Putting more checks and information in xsldoc * xslt/docbook/common/db-label.xsl: * xslt/docbook/common/db-title.xsl: * xslt/docbook/common/db-xref.xsl: * xslt/docbook/html/db2html-autotoc.xsl: * xslt/docbook/html/db2html-bibliography.xsl: * xslt/docbook/html/db2html-block.xsl: * xslt/docbook/html/db2html-classsynopsis.xsl: * xslt/docbook/html/db2html-cmdsynopsis.xsl: * xslt/docbook/html/db2html-css.xsl: * xslt/docbook/html/db2html-division.xsl: * xslt/docbook/html/db2html-ebnf.xsl: * xslt/docbook/html/db2html-footnote.xsl: * xslt/docbook/html/db2html-funcsynopsis.xsl: * xslt/docbook/html/db2html-info.xsl: * xslt/docbook/html/db2html-inline.xsl: * xslt/docbook/html/db2html-list.xsl: * xslt/docbook/html/db2html-media.xsl: * xslt/docbook/html/db2html-qanda.xsl: * xslt/docbook/html/db2html-refentry.xsl: * xslt/docbook/html/db2html-table.xsl: * xslt/docbook/html/db2html-title.xsl: * xslt/docbook/html/db2html-xref.xsl: * xslt/docbook/omf/db2omf.xsl: - Added :Requires: to satisfy new xsldoc stuff svn path=/trunk/; revision=932
* - More table testsShaun McCance2007-05-041-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * test/testbook/testbook.xml: - More table tests * xslt/docbook/html/db2html-table.xsl: - Massively improved (and somewhat more documented) CALS tables * xslt/docbook/html/db2html-autotoc.xsl: * xslt/docbook/html/db2html-bibliography.xsl: * xslt/docbook/html/db2html-block.xsl: * xslt/docbook/html/db2html-callout.xsl: * xslt/docbook/html/db2html-classsynopsis.xsl: * xslt/docbook/html/db2html-cmdsynopsis.xsl: * xslt/docbook/html/db2html-css.xsl: * xslt/docbook/html/db2html-division.xsl: * xslt/docbook/html/db2html-ebnf.xsl: * xslt/docbook/html/db2html-footnote.xsl: * xslt/docbook/html/db2html-funcsynopsis.xsl: * xslt/docbook/html/db2html-info.xsl: * xslt/docbook/html/db2html-inline.xsl: * xslt/docbook/html/db2html-l10n.xsl: * xslt/docbook/html/db2html-list.xsl: * xslt/docbook/html/db2html-media.xsl: * xslt/docbook/html/db2html-qanda.xsl: * xslt/docbook/html/db2html-refentry.xsl: * xslt/docbook/html/db2html-title.xsl: * xslt/docbook/html/db2html-xref.xsl: - We don't need the html: prefix to do the namespace alias * doc/xslt/Makefile.am: * doc/xslt/C/gnome-doc-xslt.xml: - Keep xsldoc.awk output around, can do checks later svn path=/trunk/; revision=930
* - Output to either HTML or XHTMLShaun McCance2007-04-251-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/xslt/C/gnome-doc-xslt.xml: * test/testbook/Makefile: * xslt/docbook/html/Makefile.am: * xslt/docbook/html/db2html-autotoc.xsl: * xslt/docbook/html/db2html-bibliography.xsl: * xslt/docbook/html/db2html-block.xsl: * xslt/docbook/html/db2html-callout.xsl: * xslt/docbook/html/db2html-classsynopsis.xsl: * xslt/docbook/html/db2html-cmdsynopsis.xsl: * xslt/docbook/html/db2html-css.xsl: * xslt/docbook/html/db2html-division.xsl: * xslt/docbook/html/db2html-ebnf.xsl: * xslt/docbook/html/db2html-footnote.xsl: * xslt/docbook/html/db2html-funcsynopsis.xsl: * xslt/docbook/html/db2html-info.xsl: * xslt/docbook/html/db2html-inline.xsl: * xslt/docbook/html/db2html-l10n.xsl: * xslt/docbook/html/db2html-list.xsl: * xslt/docbook/html/db2html-media.xsl: * xslt/docbook/html/db2html-qanda.xsl: * xslt/docbook/html/db2html-refentry.xsl: * xslt/docbook/html/db2html-table.xsl: * xslt/docbook/html/db2html-title.xsl: * xslt/docbook/html/db2html-xref.xsl: * xslt/docbook/html/db2html.xsl: * xslt/docbook/html/db2xhtml.xsl: - Output to either HTML or XHTML svn path=/trunk/; revision=928
* - Removed xsldoc and rngdoc facilities - Also removed the automaticShaun McCance2006-10-271-21/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnome-doc-utils.make: - Removed xsldoc and rngdoc facilities - Also removed the automatic .cvsignore stuff * doc/xslt/Makefile.am: * doc/xslt/C/gnome-doc-xslt.xml: - New one shot comment-based XSLT documentation system * xslt/docbook/common/db-chunk.xsl: * xslt/docbook/common/db-common.xsl: * xslt/docbook/common/db-label.xsl: * xslt/docbook/common/db-title.xsl: * xslt/docbook/common/db-xref.xsl: * xslt/docbook/html/db2html.xsl: * xslt/docbook/html/db2html-admon.xsl: * xslt/docbook/html/db2html-autotoc.xsl: * xslt/docbook/html/db2html-bibliography.xsl: * xslt/docbook/html/db2html-block.xsl: * xslt/docbook/html/db2html-callout.xsl: * xslt/docbook/html/db2html-classsynopsis.xsl: * xslt/docbook/html/db2html-cmdsynopsis.xsl: * xslt/docbook/html/db2html-css.xsl: * xslt/docbook/html/db2html-division.xsl: * xslt/docbook/html/db2html-ebnf.xsl: * xslt/docbook/html/db2html-footnote.xsl: * xslt/docbook/html/db2html-funcsynopsis.xsl: * xslt/docbook/html/db2html-info.xsl: * xslt/docbook/html/db2html-inline.xsl: * xslt/docbook/html/db2html-l10n.xsl: * xslt/docbook/html/db2html-list.xsl: * xslt/docbook/html/db2html-media.xsl: * xslt/docbook/html/db2html-qanda.xsl: * xslt/docbook/html/db2html-refentry.xsl: * xslt/docbook/html/db2html-table.xsl: * xslt/docbook/html/db2html-title.xsl: * xslt/docbook/html/db2html-xref.xsl: * xslt/docbook/omf/db2omf.xsl: * xslt/gettext/gettext.xsl: * xslt/gettext/l10n-numbers.xsl: - Converted documentation to comment-based system
* - Changed i18n considerably, no more format2xsl - Updated translatorShaun McCance2005-07-111-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am: * doc/xslt/C/gnome-doc-xslt.xml: * doc/xslt/C/translating.xml: * xslt/docbook/common/Makefile.am: * xslt/docbook/common/db-format.xml.in: * xslt/docbook/common/db-label.xsl: * xslt/docbook/common/db-title.xsl: * xslt/docbook/common/db-xref.xsl: * xslt/docbook/html/db2html-autotoc.xsl: * xslt/docbook/html/db2html-block.xsl: * xslt/docbook/html/db2html-css.xsl: * xslt/docbook/html/db2html-division.xsl: * xslt/docbook/html/db2html-info.xsl: * xslt/docbook/html/db2html-inline.xsl: * xslt/docbook/html/db2html-list.xsl: * xslt/docbook/html/db2html-qanda.xsl: * xslt/docbook/html/db2html-refentry.xsl: * xslt/docbook/html/db2html-suppressed.xsl: * xslt/docbook/html/db2html.xsl: * xslt/gettext/Makefile.am: * xslt/gettext/gettext.xsl: * xslt/gettext/l10n.xml.in: - Changed i18n considerably, no more format2xsl - Updated translator documentation * xslt/docbook/common/db-chunk.xsl: - Allow titlepage to be suppressed
* - Updated licensing terms and stuffShaun McCance2005-03-271-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * COPYING: * gnome-doc-utils.make: * xslt/docbook/common/db-chunk.xsl: * xslt/docbook/common/db-common.xsl: * xslt/docbook/common/db-label.xsl: * xslt/docbook/common/db-title.xsl: * xslt/docbook/common/db-xref.xsl: * xslt/docbook/html/db2html-admon.xsl: * xslt/docbook/html/db2html-autotoc.xsl: * xslt/docbook/html/db2html-block.xsl: * xslt/docbook/html/db2html-callout.xsl: * xslt/docbook/html/db2html-classsynopsis.xsl: * xslt/docbook/html/db2html-css.xsl: * xslt/docbook/html/db2html-division.xsl: * xslt/docbook/html/db2html-ebnf.xsl: * xslt/docbook/html/db2html-funcsynopsis.xsl: * xslt/docbook/html/db2html-info.xsl: * xslt/docbook/html/db2html-inline.xsl: * xslt/docbook/html/db2html-list.xsl: * xslt/docbook/html/db2html-media.xsl: * xslt/docbook/html/db2html-qanda.xsl: * xslt/docbook/html/db2html-refentry.xsl: * xslt/docbook/html/db2html-suppressed.xsl: * xslt/docbook/html/db2html-table.xsl: * xslt/docbook/html/db2html-title.xsl: * xslt/docbook/html/db2html-xref.xsl: * xslt/docbook/html/db2html.xsl: * xslt/docbook/omf/db2omf.xsl: * xslt/docbook/utils/chunks.xsl: * xslt/docbook/utils/credits.xsl: * xslt/docbook/utils/ids.xsl: * xslt/gettext/format2xsl.xsl: * xslt/gettext/gettext.xsl: * xslt/gettext/l10n.xml.in: * xslt/rngdoc/rngdoc.xsl: * xslt/xsldoc/xsldoc.xsl: - Updated licensing terms and stuff
* xslt/Makefile.am; - Disabling rngdocShaun McCance2005-01-111-1/+0
| | | | | | | | | | | | | | | | | | | * configure.in: * doc/xslt/C/gnome-doc-xslt.xml: * xslt/Makefile.am; - Disabling rngdoc * doc/xslt/C/translating.xml: - Language improvements * xslt/docbook/html/db2html-division.xsl: - Put in stubs for overriding the navbar * xslt/docbook/html/db2html-refentry.xsl: - Removed a debugging message I'd left in * xslt/xsldoc/xsldoc.xsl: - Various xsldoc output improvements
* - Removed toc, index, and cover until I actually use them - Changed muchShaun McCance2004-12-291-4/+4
| | | | | | | | | | | | | | | | * xslt/docbook/common/db-chunk.xsl: * xslt/docbook/html/db2html-division.xsl: * xslt/docbook/html/db2html-info.xsl: * xslt/docbook/html/db2html-qanda.xsl: * xslt/docbook/html/db2html-refentry.xsl: * xslt/docbook/html/db2html.xsl: - Removed toc, index, and cover until I actually use them - Changed much of the processing order for chunking - Changed how the info document is called * xslt/docbook/common/db-label.xsl: * xslt/gettext/l10n.xml.in: - Added 'About This Document' for *info elements
* - Added scrollkeeper stuff to distuninstallcheck_listfilesShaun McCance2004-12-271-9/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am: - Added scrollkeeper stuff to distuninstallcheck_listfiles * doc/xslt/C/translating.xml: - Type fixes * po/cs.po: - Fixed incorrect format string, caused by a bad comment from me * xslt/docbook/common/db-format.xml.in: - Changed semantics of 'header' role * xslt/gettext/format2xsl.xsl: - Added support for transforming tags in msgstrs * xslt/docbook/html/db2html-admon.xsl: * xslt/docbook/html/db2html-autotoc.xsl: * xslt/docbook/html/db2html-block.xsl: * xslt/docbook/html/db2html-callout.xsl: * xslt/docbook/html/db2html-classsynopsis.xsl: * xslt/docbook/html/db2html-cmdsynopsis.xsl: * xslt/docbook/html/db2html-css.xsl: * xslt/docbook/html/db2html-division.xsl: * xslt/docbook/html/db2html-ebnf.xsl: * xslt/docbook/html/db2html-funcsynopsis.xsl: * xslt/docbook/html/db2html-info.xsl: * xslt/docbook/html/db2html-inline.xsl: * xslt/docbook/html/db2html-list.xsl: * xslt/docbook/html/db2html-media.xsl: * xslt/docbook/html/db2html-qanda.xsl: * xslt/docbook/html/db2html-refentry.xsl: * xslt/docbook/html/db2html-table.xsl: * xslt/docbook/html/db2html-title.xsl: * xslt/docbook/html/db2html-xref.xsl: * xslt/docbook/html/db2html.xsl: - Switched to XHTML - Worked on the refentry title - Various visual enhancements
* - Added formatters for manvolnum, refentry labels, and mailto URIsShaun McCance2004-12-231-0/+8
| | | | | | | | | | | | | | | | | | | | | | * xslt/docbook/common/db-format.xml.in: * xslt/docbook/common/db-label.xsl: * xslt/docbook/html/db2html-refentry.xsl: - Added formatters for manvolnum, refentry labels, and mailto URIs * xslt/docbook/common/db-xref.xsl: * xslt/docbook/html/db2html-inline.xsl: * xslt/docbook/html/db2html-xref.xsl: - Added tooltips to email and ulink * xslt/docbook/html/db2html-autotoc.xsl: - Better refentry handling - Formatting work * xslt/docbook/html/db2html-block.xsl: - Suppress bgcolor for synopsis for now * xslt/docbook/html/db2html-suppressed.xsl: - Some refentry-related stuff
* - More robust refentry title stuffShaun McCance2004-12-011-1/+1
| | | | | | * xslt/docbook/html/db2html-autotoc.xsl: * xslt/docbook/html/db2html-refentry.xsl: - More robust refentry title stuff
* - Removed the broken format.example.label translationShaun McCance2004-12-011-17/+49
| | | | | | | | | | | | | * po/cs.po: - Removed the broken format.example.label translation * xslt/docbook/common/db-format.xml.in: - Fixed my broken comment to translators * xslt/docbook/html/db2html-css.xsl: * xslt/docbook/html/db2html-refentry.xsl: * xslt/docbook/html/db2html-title.xsl: - Some refentry work
* - Lots more refentry workShaun McCance2004-11-201-0/+117
| | | | | | | * xslt/docbook/html/db2html-refentry.xsl: * xslt/docbook/html/db2html-suppressed.xsl: * xslt/docbook/html/db2html-title.xsl: - Lots more refentry work
* - Initial refentry workShaun McCance2004-11-191-0/+83
* xslt/docbook/html/Makefile.am: * xslt/docbook/html/db2html.xsl: * xslt/docbook/html/db2html-refentry.xsl: * xslt/gettext/l10n.xml.in: - Initial refentry work * xslt/docbook/html/db2html-cmdsynopsis.xsl: * xslt/docbook/html/db2html-css.xsl: - Fixed some cmdsynopsis bugs, added CSS * xslt/docbook/html/db2html-division.xsl: - Added db2html.anchor to db2html.division.content * xslt/docbook/html/db2html-suppressed.xsl: - Added partinfo, prefaceinfo, refsynopsisdivinfo * xslt/docbook/html/db2html-title.xsl: - Hard-coded title/subtitle class on spans