racket/collects/help/servlets
Matthew Flatt 39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00
..
private v3.99.0.2 2007-11-13 12:40:00 +00:00
release v3.99.0.2 2007-11-13 12:40:00 +00:00
scheme v3.99.0.2 2007-11-13 12:40:00 +00:00
doc-anchor.ss Added top bar to the HelpDesk servlets doc-anchor.ss and doc-content.ss when used by an external browser. 2007-08-30 22:02:33 +00:00
doc-content.ss Added top bar to the HelpDesk servlets doc-anchor.ss and doc-content.ss when used by an external browser. 2007-08-30 22:02:33 +00:00
doc-message.ss misc improvements 2007-08-27 04:07:47 +00:00
home.ss Commented out link to the "mysterx" collection from the page on "activex". 2007-09-19 20:50:09 +00:00
info.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
manual-section.ss misc improvements 2007-08-27 04:07:47 +00:00
manuals.ss misc improvements 2007-08-27 04:07:47 +00:00
master-index.ss Added keywords from doc.txt files to the master index page. 2007-09-15 15:12:33 +00:00
missing-manual.ss misc improvements 2007-08-27 04:07:47 +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 misc improvements 2007-08-27 04:07:47 +00:00
resources.ss misc improvements 2007-08-27 04:07:47 +00:00
results.ss Inserted search string in page title for search results as requested in PR8922. 2007-09-14 19:14:46 +00:00
static.ss Added top bar to the HelpDesk servlets doc-anchor.ss and doc-content.ss when used by an external browser. 2007-08-30 22:02:33 +00:00
teachpacks.ss misc improvements 2007-08-27 04:07:47 +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.