racket/collects/help/servlets
2007-08-27 20:42:19 +00:00
..
private Moved /servlets/scheme/doc.ss into home.ss. 2007-08-27 20:42:19 +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 Moved /servlets/scheme/doc.ss into home.ss. 2007-08-27 20:42:19 +00:00
acknowledge.ss misc improvements 2007-08-27 04:07:47 +00:00
doc-anchor.ss misc improvements 2007-08-27 04:07:47 +00:00
doc-content.ss misc improvements 2007-08-27 04:07:47 +00:00
doc-message.ss misc improvements 2007-08-27 04:07:47 +00:00
home.ss Moved /servlets/scheme/doc.ss into home.ss. 2007-08-27 20:42:19 +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 misc improvements 2007-08-27 04:07:47 +00:00
manuals.ss misc improvements 2007-08-27 04:07:47 +00:00
missing-manual.ss misc improvements 2007-08-27 04:07:47 +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 misc improvements 2007-08-27 04:07:47 +00:00
resources.ss misc improvements 2007-08-27 04:07:47 +00:00
results.ss current-helpdesk-platform -> helpdesk-platform 2007-08-26 05:42:08 +00:00
static.ss misc improvements 2007-08-27 04:07:47 +00:00
teachpacks.ss misc improvements 2007-08-27 04:07:47 +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.