Merged online HelpDesk into /collects/help

Most non-manual help desk pages are now in /help/servlets/home.ss
Servlets are now x-expr based instead of string based.
See instructions in /help/launch.ss if you want to try the online version.

svn: r7160

original commit: 6d8b8a339061c975638b5799f06cebec16699742
This commit is contained in:
Jens Axel Soegaard 2007-08-25 19:08:33 +00:00
parent 09819511aa
commit 61f344920d

View File

@ -68,7 +68,7 @@
(set! doc-names (append
std-doc-names
(map (lambda (s) (format "the ~a" s))
(map (lambda (s) (format "the ~a collection" s))
txt-doc-names)))
(set! doc-kinds (append (map (lambda (x) 'html) std-docs) (map (lambda (x) 'text) txt-docs)))