racket/collects/help/servlets
2007-04-08 20:57:31 +00:00
..
private
release 2006->2007 2006-12-31 10:05:55 +00:00
research
resources
scheme fix claim that Beginning Scheme is the default 2007-04-08 20:57:31 +00:00
acknowledge.ss
doc-anchor.ss
doc-content.ss
doc-message.ss
home.ss
howtodrscheme.ss
howtoprogram.ss
howtoscheme.ss
howtouse.ss
info.ss
manual-section.ss
manuals.ss
missing-manual.ss
plticon.ico
README
releaseinfo.ss
resources.ss
results.ss
teachpacks.ss

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.