Commit Graph

12 Commits

Author SHA1 Message Date
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
3c72e71e24 switched info.ss files to #lang
svn: r8532
2008-02-04 23:00:35 +00:00
Eli Barzilay
5dd18dadcb removed help/* leftovers that are not used in v4
svn: r8528
2008-02-04 19:59:39 +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
Robby Findler
0b2b17068d renamed help desk to plt help
svn: r8029
2007-12-16 12:39:49 +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
1c61b75f18 removed most stuff, replaced with a command-line searcher
svn: r7773
2007-11-20 00:11:10 +00:00
Matthew Flatt
39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00
Jens Axel Soegaard
125d152a9c Moving "misc" pages (mostly "How to ...") into home.ss.
svn: r7211
2007-08-28 21:45:13 +00:00
Eli Barzilay
897d92c3cf make a launcher for standalone help-desk server, option for port number to listen on
svn: r7174
2007-08-26 06:15:45 +00:00
Jens Axel Soegaard
68cd3e23d6 Contents of deleted servlets are in home.ss.
Added launch.ss to omitted files in info.ss.

svn: r7162
2007-08-25 20:19:24 +00:00
Eli Barzilay
017d151d59 Adding collects, with all the right properties (except eoln-style).
svn: r3
2005-05-27 18:56:37 +00:00