racket/collects/help/servlets
2006-02-11 15:18:05 +00:00
..
private added the not-a-language-language and some bug fixes elsewhere 2005-10-22 17:03:13 +00:00
release add GNU MP and lightning copyrights 2006-02-11 15:18:05 +00:00
research Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
resources bring up-to-date with v300 2005-12-02 21:57:58 +00:00
scheme bring up-to-date with v300 2005-12-02 21:57:58 +00:00
acknowledge.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
doc-anchor.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
doc-content.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
doc-message.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
home.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
howtodrscheme.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
howtoprogram.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
howtoscheme.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
howtouse.ss bring up-to-date with v300 2005-12-02 21:57:58 +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 Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
manuals.ss Making manuals.ss work again 2005-08-29 12:38:52 +00:00
missing-manual.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
plticon.ico Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
README Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
releaseinfo.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
resources.ss bring up-to-date with v300 2005-12-02 21:57:58 +00:00
results.ss fixed bug with manuals showing up wrong 2005-12-02 03:01:03 +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.