racket/collects/help/servlets
Robby Findler 27864968a1 pr 7894
svn: r2242
2006-02-15 22:13:47 +00:00
..
private probable fix to PR 7893 2006-02-15 18:33:43 +00:00
release pr 7894 2006-02-15 22:13:47 +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 probable fix to PR 7893 2006-02-15 18:33:43 +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 probable fix to PR 7893 2006-02-15 18:33:43 +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.