racket/collects/help/servlets
Jens Axel Soegaard 43cf491b3f Changed header the Help Desk Home page.
svn: r7185
2007-08-26 21:36:57 +00:00
..
private Changed header the Help Desk Home page. 2007-08-26 21:36:57 +00:00
release Removing obsolete functions and fixing report-errors-to-browser, which did not work 2007-05-30 15:10:24 +00:00
research Removing obsolete functions and fixing report-errors-to-browser, which did not work 2007-05-30 15:10:24 +00:00
resources Removing obsolete functions and fixing report-errors-to-browser, which did not work 2007-05-30 15:10:24 +00:00
scheme Removing obsolete functions and fixing report-errors-to-browser, which did not work 2007-05-30 15:10:24 +00:00
acknowledge.ss Merged online HelpDesk into /collects/help 2007-08-25 19:08:33 +00:00
doc-anchor.ss Merged online HelpDesk into /collects/help 2007-08-25 19:08:33 +00:00
doc-content.ss Merged online HelpDesk into /collects/help 2007-08-25 19:08:33 +00:00
doc-message.ss Merged online HelpDesk into /collects/help 2007-08-25 19:08:33 +00:00
home.ss Note on installed manuals now only appear for external-browser. 2007-08-26 20:52:12 +00:00
info.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
manual-section.ss Merged online HelpDesk into /collects/help 2007-08-25 19:08:33 +00:00
manuals.ss Removing obsolete functions and fixing report-errors-to-browser, which did not work 2007-05-30 15:10:24 +00:00
missing-manual.ss Merged online HelpDesk into /collects/help 2007-08-25 19:08:33 +00:00
plticon.ico Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
README major cleanups in the help desk servlets 2006-11-23 22:46:57 +00:00
releaseinfo.ss Removing obsolete functions and fixing report-errors-to-browser, which did not work 2007-05-30 15:10:24 +00:00
resources.ss Merged online HelpDesk into /collects/help 2007-08-25 19:08:33 +00:00
results.ss current-helpdesk-platform -> helpdesk-platform 2007-08-26 05:42:08 +00:00
static.ss current-helpdesk-platform -> helpdesk-platform 2007-08-26 05:42:08 +00:00
teachpacks.ss Removing obsolete functions and fixing report-errors-to-browser, which did not work 2007-05-30 15:10:24 +00:00

When the doc/help subcollection is installed, the installer creates an
hdindex file.  See plt/collects/help/doc.txt for information about the
structure of such files.

To create index entries for Help Desk servlets, put anchor entries of
the form

  (a ([name "name"] [value "Index entry"]))

on a single line in the Scheme source.  The `name' attribute can be
any string that is unique among such anchors in that file, though of
course it should be mnemonic.  The `value' attribute is used as the
index entry that is matched against search strings in Help Desk, and
appears again as the link caption in the Help Desk search results.