From 5c8f682d19a20f68695118506018cfa193a90eea Mon Sep 17 00:00:00 2001 From: Kasun Gajasinghe Date: Sat, 26 May 2012 13:56:20 +0000 Subject: [PATCH] updated webhelp documentation --- xsl/webhelp/docsrc/readme.xml | 72 ++++++++++++++++++++++++++--------- 1 file changed, 54 insertions(+), 18 deletions(-) diff --git a/xsl/webhelp/docsrc/readme.xml b/xsl/webhelp/docsrc/readme.xml index 0d4c6667f..e45ee2467 100644 --- a/xsl/webhelp/docsrc/readme.xml +++ b/xsl/webhelp/docsrc/readme.xml @@ -151,10 +151,18 @@ links to chunked pages, and a small description. - Word scoring/rating - For a particular word, the pages are weighted according to - how many times that word appears in it, is it bold or not, is in index terms etc. - The score out of 5 is shown by small colored boxes after each search-result + Search results scoring/rating - The results are weighted according to how many + times the words in search query appears in it, is it bold or not, is in index terms + etc. The score out of 5 is shown by small colored boxes after each + search-result. + + Search results can include brief descriptions of the target. + search + description + + Stemming support for English, French, and German. Stemming support can be added for other languages by implementing a stemmer. @@ -163,8 +171,8 @@ - Support for Chinese, Japanese, and Korean using code from the Lucene search - engine + Support for Chinese, Japanese, and Korean languages using code from the Lucene search + engine. Search highlighting shows where the searched term appears in the results. @@ -173,13 +181,6 @@ highlighting - - Search results can include brief descriptions of the target - search - descriptions - - @@ -250,7 +251,7 @@ And, a lot more (with duplicates) at WebHelp Wiki at + url="http://docbook.xmlpress.net/tiki-index.php?page=WebHelpIdeas">WebHelp Ideas Wiki at XMLPress --> @@ -958,16 +959,51 @@ private String[] supportedLanguages= {"en", "de", "fr", "cn", "ja", "ko", FAQ + + + On what browsers and operating systems WebHelp has tested extensively? + + + We tested it with versions of most browsers including Firefox 3.x+, IE 7+, Chrome, + Safari, and iPod/iPhone. The JavaScript codes are mostly jquery plugins, so you’d want + to check the jquery support matrix for details. + + + + + Apart from this demo, where can I find other demos or production deployments of + WebHelp? + + + There are four production deployments provided in WebHelp wiki currently. + + + + + When building the webhelp output, I'm getting the following error. What's the reason + for this? + [xslt] : Warning! file:/C:/Users/kasun/docbook-xsl-1.77.0/xhtml/autoidx.xsl: + line 596: Attribute 'href' outside of element. +[xslt] : Warning! file:/C:/Users/kasun/docbook-xsl-1.77.0/xhtml/autoidx.xsl: + line 596: Attribute 'href' outside of element. + ---- + + + This happens if you haven't done the step 3 and 4 of webhelp build guide "Generating + webhelp output" in the documentation. Basically, you need to correctly set the following + folder + paths.xslt-processor-classpath=/usr/share/java/saxon-6.5.5.jar +xercesImpl.jar=/usr/share/java/xercesImpl.jar +xml-apis.jar=/usr/share/java/xml-apis.jar + + Does WebHelp Indexer can index HTML transformation as well? - Currently, it only supports XHTML transformation only. But the work is in progress - to add the HTML support. The reason we need XHTML is for indexing the documentation - content for the search. See the issue tracker for this feature + Yes, WebHelp supports HTML transformations as well in addition to XHTML. -- 2.40.0