racket/collects/dynext
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 no more PLTHOME anywhere; instead, there's a dir.ss library to find various directories 2006-05-12 21:14:02 +00:00
compile-sig.ss merged units branch 2006-12-05 20:31:14 +00:00
compile-unit.ss fix using Cygwin to create extensions for MSVC build 2007-01-12 23:30:12 +00:00
compile.ss merged units branch 2006-12-05 20:31:14 +00:00
dynext-sig.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
dynext-unit.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
dynext.scrbl setup-plt scribbling 2008-01-28 21:54:02 +00:00
dynext.ss Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
file-sig.ss merged units branch 2006-12-05 20:31:14 +00:00
file-unit.ss mzc -e fixes 2007-11-14 01:25:01 +00:00
file.ss merged units branch 2006-12-05 20:31:14 +00:00
filename-version.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
info.ss * Changed setup-plt to compile collections if they have an "info.ss" 2008-02-12 10:33:01 +00:00
link-sig.ss merged units branch 2006-12-05 20:31:14 +00:00
link-unit.ss removed unused doc.txt entries from info.ss files 2008-02-04 20:31:04 +00:00
link.ss merged units branch 2006-12-05 20:31:14 +00:00