From: Jirka Kosek Date: Mon, 5 Nov 2001 12:10:54 +0000 (+0000) Subject: Parameters moved to params subdirectory. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6e41f01eacdfe1404a550404f88653b81e0c10c;p=docbook-dsssl Parameters moved to params subdirectory. --- diff --git a/xsl/html/param.ent b/xsl/html/param.ent index df8012afc..2144933f0 100644 --- a/xsl/html/param.ent +++ b/xsl/html/param.ent @@ -118,3 +118,11 @@ + + + + + + + + \ No newline at end of file diff --git a/xsl/html/param.xweb b/xsl/html/param.xweb index 5348244ac..033d6a4f5 100644 --- a/xsl/html/param.xweb +++ b/xsl/html/param.xweb @@ -230,6 +230,16 @@ to be incomplete. Don't forget to read the source, too :-) &chunk.datafile; +HTML Help +&htmlhelp.encoding; +&htmlhelp.autolabel; +&htmlhelp.chm; +&htmlhelp.hhp; +&htmlhelp.hhc; +&htmlhelp.hhp.tail; +&htmlhelp.enumerate.images; + + The Stylesheet The param.xsl stylesheet is just a wrapper @@ -370,7 +380,13 @@ around all these parameters. - + + + + + + + diff --git a/xsl/htmlhelp/htmlhelp-common.xsl b/xsl/htmlhelp/htmlhelp-common.xsl index dca6811c5..0d20b174d 100644 --- a/xsl/htmlhelp/htmlhelp-common.xsl +++ b/xsl/htmlhelp/htmlhelp-common.xsl @@ -13,76 +13,6 @@ ******************************************************************** --> - - - - -Character encoding to use in files for HTML Help compiler. - -HTML Help Compiler is not UTF-8 aware, so you should always use -apropriate single-byte encoding here. - - - - - - -Should tree-like ToC use autonumbering feature? - -If you want to include chapter and section numbers into ToC in -the left panel, set this parameter to 1. - - - - - - -Filename of output HTML Help file. - -Change this parameter if you want different name of result -CHM file than htmlhelp.chm. - - - - - - -Filename of project file. - -Change this parameter if you want different name of project -file than htmlhelp.hhp. - - - - - - -Filename of TOC file. - -Change this parameter if you want different name of TOC file -than toc.hhc. - - - - - - -Additional content for project file. - -If you want to include some additional parameters into project file, -store appropriate part of project file into this parameter. - - - - - - -Should be paths to all used images added to project file? - -You should turn on this flag, if you insert images into your documents -as external binary entities or if you are using absolute path in image names. - - diff --git a/xsl/params/htmlhelp.autolabel.xml b/xsl/params/htmlhelp.autolabel.xml new file mode 100644 index 000000000..6eb909c22 --- /dev/null +++ b/xsl/params/htmlhelp.autolabel.xml @@ -0,0 +1,23 @@ + + +htmlhelp.autolabel +boolean + + +htmlhelp.autolabel +Should tree-like ToC use autonumbering feature? + + + + + + + + +Description + +If you want to include chapter and section numbers into ToC in +the left panel, set this parameter to 1. + + + diff --git a/xsl/params/htmlhelp.chm.xml b/xsl/params/htmlhelp.chm.xml new file mode 100644 index 000000000..0188e3400 --- /dev/null +++ b/xsl/params/htmlhelp.chm.xml @@ -0,0 +1,23 @@ + + +htmlhelp.chm +string + + +htmlhelp.chm +Filename of output HTML Help file. + + + + + + + + +Description + +Change this parameter if you want different name of result +CHM file than htmlhelp.chm. + + + diff --git a/xsl/params/htmlhelp.encoding.xml b/xsl/params/htmlhelp.encoding.xml new file mode 100644 index 000000000..538731c2d --- /dev/null +++ b/xsl/params/htmlhelp.encoding.xml @@ -0,0 +1,23 @@ + + +htmlhelp.encoding +string + + +htmlhelp.encoding +Character encoding to use in files for HTML Help compiler. + + + + + + + + +Description + +HTML Help Compiler is not UTF-8 aware, so you should always use +apropriate single-byte encoding here. + + + diff --git a/xsl/params/htmlhelp.enumerate.images.xml b/xsl/params/htmlhelp.enumerate.images.xml new file mode 100644 index 000000000..5bcaa8275 --- /dev/null +++ b/xsl/params/htmlhelp.enumerate.images.xml @@ -0,0 +1,23 @@ + + +htmlhelp.enumerate.images +boolean + + +htmlhelp.enumerate.images +Should be paths to all used images added to project file? + + + + + + + + +Description + +You should turn on this flag, if you insert images into your documents +as external binary entities or if you are using absolute path in image names. + + + diff --git a/xsl/params/htmlhelp.hhc.xml b/xsl/params/htmlhelp.hhc.xml new file mode 100644 index 000000000..a86a608ff --- /dev/null +++ b/xsl/params/htmlhelp.hhc.xml @@ -0,0 +1,23 @@ + + +htmlhelp.hhc +string + + +htmlhelp.hhc +Filename of TOC file. + + + + + + + + +Description + +Change this parameter if you want different name of TOC file +than toc.hhc. + + + diff --git a/xsl/params/htmlhelp.hhp.tail.xml b/xsl/params/htmlhelp.hhp.tail.xml new file mode 100644 index 000000000..cc0b9062e --- /dev/null +++ b/xsl/params/htmlhelp.hhp.tail.xml @@ -0,0 +1,23 @@ + + +htmlhelp.hhp.tail +string + + +htmlhelp.hhp.tail +Additional content for project file. + + + + + + + + +Description + +If you want to include some additional parameters into project file, +store appropriate part of project file into this parameter. + + + diff --git a/xsl/params/htmlhelp.hhp.xml b/xsl/params/htmlhelp.hhp.xml new file mode 100644 index 000000000..a3ea618ef --- /dev/null +++ b/xsl/params/htmlhelp.hhp.xml @@ -0,0 +1,23 @@ + + +htmlhelp.hhp +string + + +htmlhelp.hhp +Filename of project file. + + + + + + + + +Description + +Change this parameter if you want different name of project +file than htmlhelp.hhp. + + +