racket/collects/web-server/docs/reference/reference.scrbl
Jay McCarthy d98743e1e9 Updating documentation
svn: r6479
2007-06-05 05:06:16 +00:00

25 lines
647 B
Racket

#reader(lib "docreader.ss" "scribble")
@require["../web-server.ss"]
@title{Web Server Reference Manual}
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["configuration.scrbl"]
@include-section["dispatchers.scrbl"]
@include-section["web-config-unit.scrbl"]
@include-section["web-server-unit.scrbl"]
@include-section["managers.scrbl"]
@include-section["servlet-env.scrbl"]
@include-section["servlet.scrbl"]
@include-section["lang.scrbl"]
@include-section["private.scrbl"]
@index-section["web-server-ref-index"]