racket/collects/help/servlets
Jens Axel Soegaard 68cd3e23d6 Contents of deleted servlets are in home.ss.
Added launch.ss to omitted files in info.ss.

svn: r7162
2007-08-25 20:19:24 +00:00
..
private Contents of deleted servlets are in home.ss. 2007-08-25 20:19:24 +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 Merged online HelpDesk into /collects/help 2007-08-25 19:08:33 +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 Merged online HelpDesk into /collects/help 2007-08-25 19:08:33 +00:00
static.ss Added svn:eol-line = native property to newly added files. 2007-08-25 19:13:33 +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.