racket/collects/lang
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
..
private * Changed setup-plt to compile collections if they have an "info.ss" 2008-02-12 10:33:01 +00:00
debugger-language-interface.ss Moved stepper/stepper-language-interface.ss and 2007-09-24 07:37:59 +00:00
doc.txt unit clean-up 2006-12-22 01:26:58 +00:00
error.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
htdp-advanced-reader.ss changed language interface to cope with new metadata save file format; also make executables work (better) in the teaching languages 2007-04-23 04:10:00 +00:00
htdp-advanced.ss finish first draft of HtDP language docs 2008-01-02 03:33:00 +00:00
htdp-beginner-abbr-reader.ss changed language interface to cope with new metadata save file format; also make executables work (better) in the teaching languages 2007-04-23 04:10:00 +00:00
htdp-beginner-abbr.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
htdp-beginner-reader.ss changed language interface to cope with new metadata save file format; also make executables work (better) in the teaching languages 2007-04-23 04:10:00 +00:00
htdp-beginner.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
htdp-intermediate-lambda-reader.ss changed language interface to cope with new metadata save file format; also make executables work (better) in the teaching languages 2007-04-23 04:10:00 +00:00
htdp-intermediate-lambda.ss 3.99.0.9: binding links in docs use nominal import sources 2008-01-03 19:07:02 +00:00
htdp-intermediate-reader.ss changed language interface to cope with new metadata save file format; also make executables work (better) in the teaching languages 2007-04-23 04:10:00 +00:00
htdp-intermediate.ss finish first draft of HtDP language docs 2008-01-02 03:33:00 +00:00
htdp-langs.ss run-teaching-programs tweaks (no settings, contract changes) 2008-02-02 00:36:40 +00:00
htdp-reader.ss fixed a bug -- now if a teaching language file is renamed, it should still work 2007-05-08 18:19:49 +00:00
imageeq.ss fixed to use new module path syntax 2007-11-19 16:28:49 +00:00
info.ss switched info.ss files to #lang 2008-02-04 23:00:35 +00:00
plt-mred.ss many repairs to Create Executable... 2005-12-07 14:27:12 +00:00
plt-mzscheme.ss many repairs to Create Executable... 2005-12-07 14:27:12 +00:00
plt-pretty-big-text.ss unit clean-up 2006-12-22 01:26:58 +00:00
plt-pretty-big.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
posn.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
prim.ss removed unused doc.txt entries from info.ss files 2008-02-04 20:31:04 +00:00
r5rs.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
run-teaching-program.ss run-teaching-programs tweaks (no settings, contract changes) 2008-02-02 00:36:40 +00:00
stepper-language-interface.ss Move the "show-lambdas-as-lambdas" language-specific parameter to 2007-10-31 07:06:54 +00:00