From: Jirka Kosek Date: Wed, 17 Nov 2004 20:57:18 +0000 (+0000) Subject: Added new parameter index.prefer.titleabbrev. When set to 1, index references will... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e3c20f051ec8637ee2a199ea09c0492423f5b81;p=docbook-dsssl Added new parameter index.prefer.titleabbrev. When set to 1, index references will use titleabbrev instead of title when available. --- diff --git a/xsl/html/Makefile.param b/xsl/html/Makefile.param index a6f98ac35..3bfd5947a 100644 --- a/xsl/html/Makefile.param +++ b/xsl/html/Makefile.param @@ -123,6 +123,7 @@ PARAMS=../params/admon.graphics.xml \ ../params/htmlhelp.window.geometry.xml \ ../params/img.src.path.xml \ ../params/index.on.role.xml \ + ../params/index.prefer.titleabbrev.xml \ ../params/index.on.type.xml \ ../params/inherit.keywords.xml \ ../params/label.from.part.xml \ diff --git a/xsl/html/autoidx.xsl b/xsl/html/autoidx.xsl index 5b626a8b4..b08be9ba6 100644 --- a/xsl/html/autoidx.xsl +++ b/xsl/html/autoidx.xsl @@ -369,7 +369,14 @@ - + + + + + + + + diff --git a/xsl/html/docbook.xsl b/xsl/html/docbook.xsl index 38f76f766..29a14dbf5 100644 --- a/xsl/html/docbook.xsl +++ b/xsl/html/docbook.xsl @@ -70,6 +70,7 @@ + diff --git a/xsl/html/param.ent b/xsl/html/param.ent index 45d3a3099..e1b89ed37 100644 --- a/xsl/html/param.ent +++ b/xsl/html/param.ent @@ -123,6 +123,7 @@ + diff --git a/xsl/html/param.xweb b/xsl/html/param.xweb index 04c023ab8..3dd3880ac 100644 --- a/xsl/html/param.xweb +++ b/xsl/html/param.xweb @@ -103,6 +103,7 @@ to be incomplete. Don't forget to read the source, too :-) &generate.index; &index.on.type; &index.on.role; +&index.prefer.titleabbrev; Extensions @@ -563,6 +564,7 @@ around all these parameters. +