Eli Barzilay
d892cb243e
* Move the help functionality into the search collection, so it is not
...
packaged with the mzscheme distribution
* Make scheme/help throw a helpful message if the file is missing
svn: r11896
2008-09-28 20:43:13 +00:00
Eli Barzilay
9728740294
sample code for diverting searches somewhere online
...
svn: r11840
2008-09-22 20:05:38 +00:00
Eli Barzilay
23cb010c49
use launcher
...
svn: r11161
2008-08-09 05:48:19 +00:00
Eli Barzilay
f30efeb8c3
search-context has the proper suffix now
...
svn: r10953
2008-07-29 04:32:58 +00:00
Eli Barzilay
5c61c1b997
added context label
...
svn: r10906
2008-07-25 02:05:00 +00:00
Eli Barzilay
bb562f9ee4
* some fixes to make-search.ss
...
* rename search-context.html to .htm to avoid being deleted by
setup/scribble
* added context to help/search interface
svn: r10717
2008-07-11 09:50:29 +00:00
Eli Barzilay
7d50e61c7f
* Newlines at EOFs
...
* Another big chunk of v4-require-isms
* Allow `#lang framework/keybinding-lang' for keybinding files
* Move hierlist sources into "mrlib/hierlist", leave stub behind
svn: r10689
2008-07-09 07:18:06 +00:00
Eli Barzilay
a1a53524c0
no arguments => start page
...
svn: r10441
2008-06-24 17:35:10 +00:00
Eli Barzilay
154595d454
proper encode/decode of query strings
...
svn: r10116
2008-06-04 00:58:07 +00:00
Eli Barzilay
a50e7011ea
fix sub argument to send-main-page
...
svn: r10108
2008-06-03 16:05:03 +00:00
Eli Barzilay
f3b6c7398f
re-added send-main-page
...
svn: r10099
2008-06-02 23:47:28 +00:00
Eli Barzilay
3a06e4a301
No more Scheme-based searching, all in the browser now.
...
(Most code removed.)
svn: r10096
2008-06-02 23:36:22 +00:00
Robby Findler
786b925b87
added undo support
...
svn: r9839
2008-05-14 23:07:45 +00:00
Matthew Flatt
464f2209f4
fix lib paths in plt-help executable
...
svn: r8940
2008-03-11 00:25:02 +00:00
Eli Barzilay
b1a08edd5a
use new require specs in many places
...
svn: r8774
2008-02-23 09:42:03 +00:00
Eli Barzilay
699c40643d
* Changed setup-plt to compile collections if they have an "info.ss"
...
file. (That is, it does not require the file to have a `name'
entry.)
* The name shown when setup works is the directory name, followed by
the `name' field from the info file when specified.
* This means that many `name's are no longer needed, so I'm removing
them. To see if you need a `name' entry, consider that the name
will be shown like this:
... foo (<your name here>)
This means that if the name is the same as the directory name, then
there is no point in having it. I also removed cases where the name
differed only in its capitalization for collections where the case
is obvious.
* Also, for subcollections, the name should clarify the name of the
subcollection in context. For example "Acknowledgments" explains
what scribbling/acks is, but there's no need to add the context name
as in "Scribblings: Acknowledgments".
* There may also be a point in keeping names for other uses. One such
example was in games, where the name field was used in the PLT Games
application. (This was changed to default on the directory name, so
it is no longer needed in most games.) Another example is in planet
packages.
svn: r8629
2008-02-12 10:33:01 +00:00
Eli Barzilay
0e77057aa9
svn: r8587
2008-02-08 19:09:28 +00:00
Eli Barzilay
f30c78dd60
svn: r8584
2008-02-08 16:47:10 +00:00
Eli Barzilay
7539945a3d
much improved search, extended and fixed sendurl, string-based rendering for xrefs
...
svn: r8577
2008-02-08 04:32:49 +00:00
Eli Barzilay
cad5f5d85d
search improvements
...
svn: r8566
2008-02-07 17:25:49 +00:00
Eli Barzilay
de82823bfa
search improvements
...
svn: r8565
2008-02-07 17:22:55 +00:00
Eli Barzilay
0cd1cc4b08
Lots of fixes & improvements for help
...
svn: r8561
2008-02-07 07:59:59 +00:00
Eli Barzilay
3c72e71e24
switched info.ss files to #lang
...
svn: r8532
2008-02-04 23:00:35 +00:00
Eli Barzilay
59b5f3a727
removed unused doc.txt entries from info.ss files
...
svn: r8529
2008-02-04 20:31:04 +00:00
Eli Barzilay
5dd18dadcb
removed help/* leftovers that are not used in v4
...
svn: r8528
2008-02-04 19:59:39 +00:00
Eli Barzilay
fb57b0df03
removed doc-installed from bug-reports
...
svn: r8527
2008-02-04 18:12:53 +00:00
Eli Barzilay
d78396aaf9
remove unused blurb fields
...
svn: r8526
2008-02-04 17:16:06 +00:00
Eli Barzilay
3d0d7637f9
remove unused help-desk-message fields
...
svn: r8525
2008-02-04 17:09:09 +00:00
Eli Barzilay
dbd27dafc6
* Added send-url/file that consumes a path and adds the file://, use
...
that in places that show docs.
* Made send-url quote characters that are possibly dangerous for
subprocesses (good uses should call it wil already quoted urls).
Also a keyword argument that can disable this, if someone really
wants to.
* IE7 bug workaround finally working (but will need to switch from
regedit to mred, to avoid vista warning).
svn: r8467
2008-01-29 21:38:27 +00:00
Matthew Flatt
6ddbaba736
add up-links to documents in the main doc dir; add plain-install makefile targets
...
svn: r8466
2008-01-29 21:27:34 +00:00
Eli Barzilay
63e24e2714
use a MrEd-ish name for PLT Help in application form
...
svn: r8377
2008-01-21 02:16:10 +00:00
Matthew Flatt
6ddbc52808
make plt-help a(n extra) GUI app for Mac OS X and Windows
...
svn: r8358
2008-01-17 21:25:44 +00:00
Matthew Flatt
1c16d5829e
add support for user-specific documentation list
...
svn: r8306
2008-01-11 23:13:11 +00:00
Matthew Flatt
4e2951c2bc
fix help start path
...
svn: r8302
2008-01-11 20:09:19 +00:00
Robby Findler
b2b8315ac3
removed extra require
...
svn: r8236
2008-01-06 14:04:53 +00:00
Robby Findler
379f2a162b
searching in help desk now says 'no results' if there are no results, and the help desk menu item in drscheme opens the front page of the manuals
...
svn: r8227
2008-01-05 22:39:32 +00:00
Eli Barzilay
5d860138b8
fix finddoc, returns a xexpr now
...
svn: r8147
2007-12-29 03:25:58 +00:00
Robby Findler
5840ec28b3
made truncated message be red italics
...
svn: r8060
2007-12-19 04:25:53 +00:00
Robby Findler
3500ef305c
added a message when the search is truncated
...
svn: r8059
2007-12-19 04:12:10 +00:00
Robby Findler
9dcef875fe
added -x flag to plt-help, improved man pages
...
svn: r8048
2007-12-18 18:57:33 +00:00
Robby Findler
0b2b17068d
renamed help desk to plt help
...
svn: r8029
2007-12-16 12:39:49 +00:00
Matthew Flatt
bfecd9e0f5
doc scribble/xref, and start net docs
...
svn: r8021
2007-12-15 23:36:23 +00:00
Matthew Flatt
c9aecb01f0
split setup/scribble-index into setup/xref and scribble/xref
...
svn: r8020
2007-12-15 22:10:29 +00:00
Matthew Flatt
f12a39d97b
added scheme/help
...
svn: r8016
2007-12-15 18:02:05 +00:00
Matthew Flatt
138a38ea04
new scheme/cmdline, refine -r/-u to imply -N
...
svn: r7989
2007-12-13 15:04:20 +00:00
Matthew Flatt
bd7ced966e
add 'compose' to scheme/base; switch Help Desk to a mzscheme app
...
svn: r7979
2007-12-12 22:17:09 +00:00
Robby Findler
046abd204e
exact matches now come first and help-desk with no arguments goes to some kind of generic page
...
svn: r7970
2007-12-12 17:24:57 +00:00
Robby Findler
65496a2b8e
added an explicit void
...
svn: r7786
2007-11-20 16:18:21 +00:00
Robby Findler
70907a8932
made searching be case-insesntivie
...
svn: r7784
2007-11-20 13:44:25 +00:00
Robby Findler
978ce31303
oops
...
svn: r7783
2007-11-20 13:40:10 +00:00