From: Jirka Kosek Date: Sat, 29 Nov 2003 21:45:23 +0000 (+0000) Subject: Added new HTML Help parameters from patches by W. Borgert X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3f25a7846d65b57992bf17d862e57e1885fc7d1;p=docbook-dsssl Added new HTML Help parameters from patches by W. Borgert --- diff --git a/xsl/html/Makefile.param b/xsl/html/Makefile.param index 2307b54bd..f29a1331d 100644 --- a/xsl/html/Makefile.param +++ b/xsl/html/Makefile.param @@ -94,7 +94,9 @@ PARAMS=../params/admon.graphics.xml \ ../params/htmlhelp.button.zoom.xml \ ../params/htmlhelp.chm.xml \ ../params/htmlhelp.default.topic.xml \ + ../params/htmlhelp.display.progress.xml \ ../params/htmlhelp.encoding.xml \ + ../params/htmlhelp.enhanced.decompilation.xml \ ../params/htmlhelp.enumerate.images.xml \ ../params/htmlhelp.force.map.and.alias.xml \ ../params/htmlhelp.hhc.xml \ @@ -102,17 +104,22 @@ PARAMS=../params/admon.graphics.xml \ ../params/htmlhelp.hhc.folders.instead.books.xml \ ../params/htmlhelp.hhc.section.depth.xml \ ../params/htmlhelp.hhc.show.root.xml \ + ../params/htmlhelp.hhc.width.xml \ + ../params/htmlhelp.hhp.windows.xml \ ../params/htmlhelp.hhk.xml \ ../params/htmlhelp.hhp.xml \ ../params/htmlhelp.hhp.tail.xml \ ../params/htmlhelp.hhp.window.xml \ ../params/htmlhelp.map.file.xml \ ../params/htmlhelp.only.xml \ + ../params/htmlhelp.remember.window.position.xml \ ../params/htmlhelp.show.advanced.search.xml \ ../params/htmlhelp.show.favorities.xml \ ../params/htmlhelp.show.menu.xml \ + ../params/htmlhelp.show.toolbar.text.xml \ ../params/htmlhelp.title.xml \ ../params/htmlhelp.use.hhk.xml \ + ../params/htmlhelp.window.geometry.xml \ ../params/inherit.keywords.xml \ ../params/label.from.part.xml \ ../params/linenumbering.everyNth.xml \ diff --git a/xsl/html/param.ent b/xsl/html/param.ent index 80c080451..282451f57 100644 --- a/xsl/html/param.ent +++ b/xsl/html/param.ent @@ -94,7 +94,9 @@ + + @@ -102,17 +104,22 @@ + + + + + diff --git a/xsl/html/param.xweb b/xsl/html/param.xweb index 2adf154b6..a66fe5732 100644 --- a/xsl/html/param.xweb +++ b/xsl/html/param.xweb @@ -331,11 +331,14 @@ url="http://docbook.sourceforge.net/projects/xsl/doc/tools/profiling.html">http: &htmlhelp.autolabel; &htmlhelp.chm; &htmlhelp.default.topic; +&htmlhelp.display.progress; &htmlhelp.hhp; &htmlhelp.hhc; &htmlhelp.hhk; &htmlhelp.hhp.tail; &htmlhelp.hhp.window; +&htmlhelp.hhp.windows; +&htmlhelp.enhanced.decompilation; &htmlhelp.enumerate.images; &htmlhelp.force.map.and.alias; &htmlhelp.map.file; @@ -344,8 +347,10 @@ url="http://docbook.sourceforge.net/projects/xsl/doc/tools/profiling.html">http: &htmlhelp.hhc.show.root; &htmlhelp.hhc.folders.instead.books; &htmlhelp.hhc.binary; +&htmlhelp.hhc.width; &htmlhelp.title; &htmlhelp.show.menu; +&htmlhelp.show.toolbar.text; &htmlhelp.show.advanced.search; &htmlhelp.show.favorities; &htmlhelp.button.hideshow; @@ -367,6 +372,8 @@ url="http://docbook.sourceforge.net/projects/xsl/doc/tools/profiling.html">http: &htmlhelp.button.next; &htmlhelp.button.prev; &htmlhelp.button.zoom; +&htmlhelp.remember.window.position; +&htmlhelp.window.geometry; &htmlhelp.use.hhk; &htmlhelp.only; @@ -512,7 +519,9 @@ around all these parameters. + + @@ -520,17 +529,22 @@ around all these parameters. + + + + + diff --git a/xsl/htmlhelp/htmlhelp-common.xsl b/xsl/htmlhelp/htmlhelp-common.xsl index f3a80234d..b63e42bca 100644 --- a/xsl/htmlhelp/htmlhelp-common.xsl +++ b/xsl/htmlhelp/htmlhelp-common.xsl @@ -109,7 +109,9 @@ + + $htmlhelp.show.favorities * 4096 + + (1 - $htmlhelp.show.toolbar.text) * 64 + + $htmlhelp.remember.window.position * 262144"/> @@ -148,7 +150,16 @@ Contents file= Default topic= -Display compile progress=Yes +Display compile progress= + + + No + + + Yes + + + Full-text search=Yes @@ -178,6 +189,16 @@ Title= + +Enhanced decompilation= + + + Yes + + + No + + @@ -231,12 +252,15 @@ Title= , -,, +,, -,,,,,,,,0 +,,,,,,,,0 + + + [FILES] diff --git a/xsl/params/htmlhelp.display.progress.xml b/xsl/params/htmlhelp.display.progress.xml new file mode 100755 index 000000000..59021533c --- /dev/null +++ b/xsl/params/htmlhelp.display.progress.xml @@ -0,0 +1,23 @@ + + +htmlhelp.display.progress +boolean + + +htmlhelp.display.progress +Display compile progress? + + + + + + + + +Description + +You can swith off display of compile progress by setting this +parameter to 0. + + + diff --git a/xsl/params/htmlhelp.enhanced.decompilation.xml b/xsl/params/htmlhelp.enhanced.decompilation.xml new file mode 100755 index 000000000..f5c5968e1 --- /dev/null +++ b/xsl/params/htmlhelp.enhanced.decompilation.xml @@ -0,0 +1,22 @@ + + +htmlhelp.enhanced.decompilation +boolean + + +htmlhelp.enhanced.decompilation +Allow enhanced decompilation of CHM? + + + + + + + + +Description + +When set to 1 this parameter enables enhanced decompilation of CHM. + + + diff --git a/xsl/params/htmlhelp.hhc.width.xml b/xsl/params/htmlhelp.hhc.width.xml new file mode 100755 index 000000000..eaf0f9916 --- /dev/null +++ b/xsl/params/htmlhelp.hhc.width.xml @@ -0,0 +1,22 @@ + + +htmlhelp.hhc.width +integer + + +htmlhelp.hhc.width +Width of navigation (ToC) pane + + + + + + + + +Description + +This parameter specifies width of ToC pane in pixels. + + + diff --git a/xsl/params/htmlhelp.hhp.windows.xml b/xsl/params/htmlhelp.hhp.windows.xml new file mode 100755 index 000000000..31411ac7d --- /dev/null +++ b/xsl/params/htmlhelp.hhp.windows.xml @@ -0,0 +1,24 @@ + + +htmlhelp.hhp.windows +string + + +htmlhelp.hhp.windows +Definition of additional windows + + + + + + + + +Description + +Content of this parameter is placed at the end of [WINDOWS] +section of project file. You can use it for defining your own +addtional windows. + + + diff --git a/xsl/params/htmlhelp.remember.window.position.xml b/xsl/params/htmlhelp.remember.window.position.xml new file mode 100755 index 000000000..bd2123af8 --- /dev/null +++ b/xsl/params/htmlhelp.remember.window.position.xml @@ -0,0 +1,23 @@ + + +htmlhelp.remember.window.position +boolean + + +htmlhelp.remember.window.position +Remember help window position? + + + + + + + + +Description + +To remember help window position between starts set this +parameter to 1. + + + diff --git a/xsl/params/htmlhelp.show.toolbar.text.xml b/xsl/params/htmlhelp.show.toolbar.text.xml new file mode 100755 index 000000000..3ef305f96 --- /dev/null +++ b/xsl/params/htmlhelp.show.toolbar.text.xml @@ -0,0 +1,23 @@ + + +htmlhelp.show.toolbar.text +boolean + + +htmlhelp.show.toolbar.text +Show text under toolbar buttons? + + + + + + + + +Description + +You can switch off display of texts under toolbar buttons by +setting this parameter to 0. + + + diff --git a/xsl/params/htmlhelp.window.geometry.xml b/xsl/params/htmlhelp.window.geometry.xml new file mode 100755 index 000000000..e412379de --- /dev/null +++ b/xsl/params/htmlhelp.window.geometry.xml @@ -0,0 +1,25 @@ + + +htmlhelp.window.geometry +string + + +htmlhelp.window.geometry +Set initial geometry of help window + + + + + + + + +Description + +This parameter specifies initial position of help +window. E.g. + +[160,64,992,704]]]> + + +