summaryrefslogtreecommitdiff
path: root/xslt/docbook
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2007-05-05 00:46:20 +0000
committerShaun McCance <shaunm@src.gnome.org>2007-05-05 00:46:20 +0000
commite3afcaea9125ebeca3ec75aa132725cddeb6118a (patch)
treea5f4478b4eeeeea761f26ae434c9b5d307fb6b30 /xslt/docbook
parentf21205703c95f674e24de98532881ccdc14f4f4b (diff)
downloadgnome-doc-utils-e3afcaea9125ebeca3ec75aa132725cddeb6118a.tar.gz
- Putting more checks and information in xsldoc
* 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
Diffstat (limited to 'xslt/docbook')
-rw-r--r--xslt/docbook/common/db-label.xsl1
-rw-r--r--xslt/docbook/common/db-title.xsl1
-rw-r--r--xslt/docbook/common/db-xref.xsl1
-rw-r--r--xslt/docbook/html/db2html-autotoc.xsl2
-rw-r--r--xslt/docbook/html/db2html-bibliography.xsl1
-rw-r--r--xslt/docbook/html/db2html-block.xsl2
-rw-r--r--xslt/docbook/html/db2html-classsynopsis.xsl1
-rw-r--r--xslt/docbook/html/db2html-cmdsynopsis.xsl1
-rw-r--r--xslt/docbook/html/db2html-css.xsl3
-rw-r--r--xslt/docbook/html/db2html-division.xsl2
-rw-r--r--xslt/docbook/html/db2html-ebnf.xsl3
-rw-r--r--xslt/docbook/html/db2html-footnote.xsl1
-rw-r--r--xslt/docbook/html/db2html-funcsynopsis.xsl1
-rw-r--r--xslt/docbook/html/db2html-info.xsl3
-rw-r--r--xslt/docbook/html/db2html-inline.xsl1
-rw-r--r--xslt/docbook/html/db2html-list.xsl1
-rw-r--r--xslt/docbook/html/db2html-media.xsl1
-rw-r--r--xslt/docbook/html/db2html-qanda.xsl1
-rw-r--r--xslt/docbook/html/db2html-refentry.xsl1
-rw-r--r--xslt/docbook/html/db2html-table.xsl2
-rw-r--r--xslt/docbook/html/db2html-title.xsl11
-rw-r--r--xslt/docbook/html/db2html-xref.xsl1
-rw-r--r--xslt/docbook/omf/db2omf.xsl1
23 files changed, 36 insertions, 7 deletions
diff --git a/xslt/docbook/common/db-label.xsl b/xslt/docbook/common/db-label.xsl
index 672c9f9..a374347 100644
--- a/xslt/docbook/common/db-label.xsl
+++ b/xslt/docbook/common/db-label.xsl
@@ -22,6 +22,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook Labels
+:Requires: db-chunk db-title gettext
REMARK: Explain labels
-->
diff --git a/xslt/docbook/common/db-title.xsl b/xslt/docbook/common/db-title.xsl
index 52433b0..7200e52 100644
--- a/xslt/docbook/common/db-title.xsl
+++ b/xslt/docbook/common/db-title.xsl
@@ -22,6 +22,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook Titles
+:Requires: gettext
-->
diff --git a/xslt/docbook/common/db-xref.xsl b/xslt/docbook/common/db-xref.xsl
index 3ad93d4..fb43f74 100644
--- a/xslt/docbook/common/db-xref.xsl
+++ b/xslt/docbook/common/db-xref.xsl
@@ -21,6 +21,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook Cross References
+:Requires: db-chunk db-label db-title gettext
-->
diff --git a/xslt/docbook/html/db2html-autotoc.xsl b/xslt/docbook/html/db2html-autotoc.xsl
index 1a851c9..b3f43c4 100644
--- a/xslt/docbook/html/db2html-autotoc.xsl
+++ b/xslt/docbook/html/db2html-autotoc.xsl
@@ -22,7 +22,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook to HTML - Tables of Contents
-:Requires: db-label db-xref db2html-xref
+:Requires: db-label db-xref db2html-xref gettext
REMARK: Write some intro material here
-->
diff --git a/xslt/docbook/html/db2html-bibliography.xsl b/xslt/docbook/html/db2html-bibliography.xsl
index 305e11e..c61ca29 100644
--- a/xslt/docbook/html/db2html-bibliography.xsl
+++ b/xslt/docbook/html/db2html-bibliography.xsl
@@ -22,6 +22,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook to HTML - Bibliographies
+:Requires: db-chunk db-label db2html-block db2html-inline db2html-division db2html-xref gettext
REMARK: Describe this module
-->
diff --git a/xslt/docbook/html/db2html-block.xsl b/xslt/docbook/html/db2html-block.xsl
index 627ea79..6f3b519 100644
--- a/xslt/docbook/html/db2html-block.xsl
+++ b/xslt/docbook/html/db2html-block.xsl
@@ -24,7 +24,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook to HTML - Block Elements
-:Requires: db-common db-xref db2html-title db2html-xref l10n
+:Requires: db-common db-label db-xref db2html-title db2html-xref l10n gettext
This module handles most simple block-level elements, turning them into the
appropriate HTML tags. It does not handle tables, lists, and various other
diff --git a/xslt/docbook/html/db2html-classsynopsis.xsl b/xslt/docbook/html/db2html-classsynopsis.xsl
index f1e6e2c..d63a621 100644
--- a/xslt/docbook/html/db2html-classsynopsis.xsl
+++ b/xslt/docbook/html/db2html-classsynopsis.xsl
@@ -22,6 +22,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook to HTML - Class Synopses
+:Requires: db2html-inline db2html-xref
REMARK: Describe this module. Implmentation note: for C++, we expect the first
modifier to be the visibility
diff --git a/xslt/docbook/html/db2html-cmdsynopsis.xsl b/xslt/docbook/html/db2html-cmdsynopsis.xsl
index 5f6d921..95e8025 100644
--- a/xslt/docbook/html/db2html-cmdsynopsis.xsl
+++ b/xslt/docbook/html/db2html-cmdsynopsis.xsl
@@ -23,6 +23,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook to HTML - Command Synopses
+:Requires: db-label db2html-xref
REMARK: Describe this module
-->
diff --git a/xslt/docbook/html/db2html-css.xsl b/xslt/docbook/html/db2html-css.xsl
index 5e3fc0e..7b60468 100644
--- a/xslt/docbook/html/db2html-css.xsl
+++ b/xslt/docbook/html/db2html-css.xsl
@@ -24,7 +24,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook to HTML - CSS
-:Requires: l10n theme
+:Requires: db2html-bibliography db2html-block db2html-footnote db2html-callout db2html-cmdsynopsis db2html-qanda db2html-refentry gettext theme
REMARK: Describe this module
-->
@@ -144,6 +144,7 @@ div.title {
font-weight: bold;
color: </xsl:text><xsl:value-of select="$theme.color.text_light"/><xsl:text>;
}
+div.title-formal { padding-left: 0.2em; padding-right: 0.2em; }
div.title-formal .label { font-weight: normal; }
a {
color: </xsl:text><xsl:value-of select="$theme.color.link"/><xsl:text>;
diff --git a/xslt/docbook/html/db2html-division.xsl b/xslt/docbook/html/db2html-division.xsl
index f680fa7..f981f6c 100644
--- a/xslt/docbook/html/db2html-division.xsl
+++ b/xslt/docbook/html/db2html-division.xsl
@@ -22,7 +22,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook to HTML - Division Elements
-:Requires: db-chunk db-label db-title db-xref db2html-autotoc db2html-css db2html-footnote db2html-xref l10n theme
+:Requires: db-chunk db-label db-title db-xref db2html-autotoc db2html-css db2html-footnote db2html-info db2html-xref gettext theme
REMARK: Describe this module
-->
diff --git a/xslt/docbook/html/db2html-ebnf.xsl b/xslt/docbook/html/db2html-ebnf.xsl
index 3512168..102e47c 100644
--- a/xslt/docbook/html/db2html-ebnf.xsl
+++ b/xslt/docbook/html/db2html-ebnf.xsl
@@ -22,6 +22,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook to HTML - EBNF Elements
+:Requires: db2html-title db2html-xref
REMARK: Describe this module
-->
@@ -53,9 +54,11 @@ REMARK: Describe this module
</xsl:template>
<!-- = productionset/title = -->
+<!-- FIXME
<xsl:template match="productionset/title">
<xsl:call-template name="db2html.title.simple"/>
</xsl:template>
+-->
<!-- = rhs = -->
diff --git a/xslt/docbook/html/db2html-footnote.xsl b/xslt/docbook/html/db2html-footnote.xsl
index d36c40c..d7a069c 100644
--- a/xslt/docbook/html/db2html-footnote.xsl
+++ b/xslt/docbook/html/db2html-footnote.xsl
@@ -22,6 +22,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook to HTML - Footnotes
+:Requires: db-chunk db-label
FIXME: Describe this module
-->
diff --git a/xslt/docbook/html/db2html-funcsynopsis.xsl b/xslt/docbook/html/db2html-funcsynopsis.xsl
index 8a8caca..d9c612e 100644
--- a/xslt/docbook/html/db2html-funcsynopsis.xsl
+++ b/xslt/docbook/html/db2html-funcsynopsis.xsl
@@ -24,6 +24,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook to HTML - Function Synopses
+:Requires: db2html-block db2html-inline
REMARK: Describe this module
-->
diff --git a/xslt/docbook/html/db2html-info.xsl b/xslt/docbook/html/db2html-info.xsl
index e9c326e..dbb5a05 100644
--- a/xslt/docbook/html/db2html-info.xsl
+++ b/xslt/docbook/html/db2html-info.xsl
@@ -22,6 +22,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook to HTML - Title Pages
+:Requires: db-chunk db-common db2html-block db2html-division db2html-inline db2html-xref gettext
REMARK: Describe this module
-->
@@ -40,7 +41,7 @@ REMARK: Describe this template
<xsl:param name="node" select="."/>
<xsl:param name="info"/>
<xsl:param name="depth_of_chunk">
- <xsl:call-template name="db.chunk.depth_of_chunk">
+ <xsl:call-template name="db.chunk.depth-of-chunk">
<xsl:with-param name="node" select="$node"/>
</xsl:call-template>
</xsl:param>
diff --git a/xslt/docbook/html/db2html-inline.xsl b/xslt/docbook/html/db2html-inline.xsl
index efa1cfd..7ae78d8 100644
--- a/xslt/docbook/html/db2html-inline.xsl
+++ b/xslt/docbook/html/db2html-inline.xsl
@@ -22,6 +22,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook to HTML - Inline Elements
+:Requires: db-common db2html-xref gettext
REMARK: Describe this module
-->
diff --git a/xslt/docbook/html/db2html-list.xsl b/xslt/docbook/html/db2html-list.xsl
index 4127b90..71ec2c8 100644
--- a/xslt/docbook/html/db2html-list.xsl
+++ b/xslt/docbook/html/db2html-list.xsl
@@ -22,6 +22,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook to HTML - Lists
+:Requires: db2html-inline db2html-xref gettext
REMARK: Describe this module
-->
diff --git a/xslt/docbook/html/db2html-media.xsl b/xslt/docbook/html/db2html-media.xsl
index 56577f7..9b14b43 100644
--- a/xslt/docbook/html/db2html-media.xsl
+++ b/xslt/docbook/html/db2html-media.xsl
@@ -22,6 +22,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook to HTML - Images and Media
+:Requires: db2html-block db2html-xref
REMARK: Describe this module
-->
diff --git a/xslt/docbook/html/db2html-qanda.xsl b/xslt/docbook/html/db2html-qanda.xsl
index 922b7a0..420a05e 100644
--- a/xslt/docbook/html/db2html-qanda.xsl
+++ b/xslt/docbook/html/db2html-qanda.xsl
@@ -22,6 +22,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook to HTML - Question and Answer Sets
+:Requires: db-chunk db-label db2html-division
REMARK: Describe this module
-->
diff --git a/xslt/docbook/html/db2html-refentry.xsl b/xslt/docbook/html/db2html-refentry.xsl
index dab6a7c..66b88b0 100644
--- a/xslt/docbook/html/db2html-refentry.xsl
+++ b/xslt/docbook/html/db2html-refentry.xsl
@@ -22,6 +22,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook to HTML - Reference Pages
+:Requires: db-chunk db2html-inline db2html-division db2html-title db2html-xref gettext
REMARK: Describe this module. Talk about refenty and friends
-->
diff --git a/xslt/docbook/html/db2html-table.xsl b/xslt/docbook/html/db2html-table.xsl
index 8efa9a3..8d0aace 100644
--- a/xslt/docbook/html/db2html-table.xsl
+++ b/xslt/docbook/html/db2html-table.xsl
@@ -22,7 +22,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook to HTML - Tables
-:Requires: db2html-block
+:Requires: db2html-block db2html-inline db2html-xref
REMARK: This needs lots of talk about CALS
-->
diff --git a/xslt/docbook/html/db2html-title.xsl b/xslt/docbook/html/db2html-title.xsl
index 685616d..f8b5608 100644
--- a/xslt/docbook/html/db2html-title.xsl
+++ b/xslt/docbook/html/db2html-title.xsl
@@ -22,8 +22,9 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook to HTML - Titles and Subtitles
+:Requires: db-chunk db-label db-xref db2html-xref
-REMARK: Describe this module
+This stylesheet is going away
-->
@@ -60,6 +61,14 @@ REMARK: Talk about the different kinds of title blocks
</div>
</xsl:template>
+<!--**==========================================================================
+db2html.title.header
+This template is going away
+
+This template is going away
+-->
+<xsl:template name="db2html.title.header"/>
+
diff --git a/xslt/docbook/html/db2html-xref.xsl b/xslt/docbook/html/db2html-xref.xsl
index 67897af..b7f0a31 100644
--- a/xslt/docbook/html/db2html-xref.xsl
+++ b/xslt/docbook/html/db2html-xref.xsl
@@ -22,6 +22,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook to HTML - Links and Cross References
+:Requires: db-xref
REMARK: Describe this module
-->
diff --git a/xslt/docbook/omf/db2omf.xsl b/xslt/docbook/omf/db2omf.xsl
index 464bbbf..1765b1c 100644
--- a/xslt/docbook/omf/db2omf.xsl
+++ b/xslt/docbook/omf/db2omf.xsl
@@ -25,6 +25,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
<!--!!==========================================================================
DocBook to ScrollKeeper OMF
+:Requires: db-common
-->