racket/collects/web-server
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
..
bench converting to scheme/base 2007-11-23 23:58:36 +00:00
configuration new keyword contracts 2008-02-11 21:35:02 +00:00
default-web-root clean out _loader compilation support; merge compiler library docs into mzc manual; improve mzscheme cmdline handling so that configuration options do not cancel defaults like -i and -u 2008-01-27 14:20:42 +00:00
dispatchers new keyword contracts 2008-02-11 21:35:02 +00:00
lang add 'compose' to scheme/base; switch Help Desk to a mzscheme app 2007-12-12 22:17:09 +00:00
managers new keyword contracts 2008-02-11 21:35:02 +00:00
private new keyword contracts 2008-02-11 21:35:02 +00:00
scribblings * Changed setup-plt to compile collections if they have an "info.ss" 2008-02-12 10:33:01 +00:00
servlet new keyword contracts 2008-02-11 21:35:02 +00:00
tests new keyword contracts 2008-02-11 21:35:02 +00:00
gui.ss move/collapse web-server docs, scribble doc improvements 2008-01-08 19:54:01 +00:00
info.ss * Changed setup-plt to compile collections if they have an "info.ss" 2008-02-12 10:33:01 +00:00
lang.ss v4 progress 2007-11-21 19:59:31 +00:00
main.ss move/collapse web-server docs, scribble doc improvements 2008-01-08 19:54:01 +00:00
run.ss new keyword contracts 2008-02-11 21:35:02 +00:00
servlet-env.ss converting to scheme/base 2007-11-23 23:58:36 +00:00
servlet.ss converting to scheme/base 2007-11-23 23:58:36 +00:00
web-config-sig.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
web-config-unit.ss new keyword contracts 2008-02-11 21:35:02 +00:00
web-server-sig.ss converting to scheme/base 2007-11-23 23:58:36 +00:00
web-server-unit.ss converting to scheme/base 2007-11-23 23:58:36 +00:00
web-server.ss new keyword contracts 2008-02-11 21:35:02 +00:00