From 802da9dd5d4bc18f46a916eedc0c5c1980a15e59 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Sun, 17 Mar 2013 20:07:05 +0000 Subject: Imported from /home/lorry/working-area/delta_docbook-xsl/docbook-xsl-1.78.1.tar.bz2. --- webhelp/docs/ch03.html | 134 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 webhelp/docs/ch03.html (limited to 'webhelp/docs/ch03.html') diff --git a/webhelp/docs/ch03.html b/webhelp/docs/ch03.html new file mode 100644 index 0000000..f4a33e4 --- /dev/null +++ b/webhelp/docs/ch03.html @@ -0,0 +1,134 @@ + + + + +Developer Docs - - README: Web-based Help from DocBook XML

Developer Docs

+

Table of Contents

Design
Search
New Stemmers

This chapter provides an overview of how webhelp is implemented.

The table of contents and search panes are implemented as divs and rendered as if they + were the left pane in a frameset. As a result, the page must save the state of the table of + contents and the search in cookies when you navigate away from a page. When you load a new + page, the page reads these cookies and restores the state of the table of contents tree and + search. The result is that the help system behaves exactly as if it were a frameset.

-- cgit v1.2.1