racket/collects/web-server/docs/reference/reference.scrbl
Jay McCarthy 918d5d485b Updating
svn: r6518
2007-06-07 16:21:22 +00:00

39 lines
1.4 KiB
Racket

#reader(lib "docreader.ss" "scribble")
@require["../web-server.ss"]
@title[#:tag "web-server-ref"]{Web Server Reference Manual}
@author{Jay McCarthy (jay\@plt-scheme.org)}
The @file{web-server} collection provides libraries that can be used to
develop Web applications in Scheme.
@table-of-contents[]
@include-section["running.scrbl"]
@include-section["servlet.scrbl"]
@include-section["lang.scrbl"]
@; XXX Move in to servlet.scrbl
@include-section["servlet-env.scrbl"]
@include-section["configuration.scrbl"]
@include-section["dispatchers.scrbl"]
@include-section["web-config-unit.scrbl"]
@include-section["web-server-unit.scrbl"]
@include-section["managers.scrbl"]
@include-section["private.scrbl"]
@; ------------------------------------------------------------
@section[#:tag "ack"]{Acknowledgements}
We thank Matthew Flatt for his superlative work on MzScheme.
We thank the previous maintainers of the PLT Web Server: Paul T. Graunke, Mike Burns, and Greg Pettyjohn
Numerous people have
provided invaluable feedback on the server, including Eli Barzilay, Ryan Culpepper, Robby
Findler, Dan Licata, Matt Jadud, Jacob Matthews, Matthias Radestock, Andrey Skylar,
Michael Sperber, Dave Tucker, Anton van Straaten, and Noel Welsh. We also thank the
many other PLT Scheme users who have exercised the server and offered critiques.
@index-section["web-server-ref-index"]