racket/collects/help/servlets
2006-09-26 21:53:49 +00:00
..
private removed use of regular regexps (they were just there as a 'performance improvement') and improved regexp for email addresses a little so it doesn't match ,@ 2006-09-26 21:53:49 +00:00
release 350.2 2006-06-27 12:34:39 +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 Added a teachpacks page, with links to both manuals, 2006-07-18 23:43:55 +00:00
acknowledge.ss Added a teachpacks page, with links to both manuals, 2006-07-18 23:43:55 +00:00
doc-anchor.ss Added a teachpacks page, with links to both manuals, 2006-07-18 23:43:55 +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 avoid remembering bad links in case a manual that was not installed gets installed 2006-07-27 05:23:35 +00:00
howtodrscheme.ss fixed much of PR 8094 and extended the module browser to also hide planet requires PR 7932 2006-06-08 21:59:41 +00:00
howtoprogram.ss Added a teachpacks page, with links to both manuals, 2006-07-18 23:43:55 +00:00
howtoscheme.ss Added a teachpacks page, with links to both manuals, 2006-07-18 23:43:55 +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 Added a teachpacks page, with links to both manuals, 2006-07-18 23:43:55 +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 Added a teachpacks page, with links to both manuals, 2006-07-18 23:43:55 +00:00
teachpacks.ss Added a teachpacks page, with links to both manuals, 2006-07-18 23:43:55 +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.