racket/collects/web-server/docs/reference/reference.scrbl
Jay McCarthy c3103d2192 Working on documentation
svn: r6465
2007-06-03 05:39:34 +00:00

23 lines
686 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["command-line.scrbl"]
@include-section["configuration.scrbl"]
@include-section["dispatchers.scrbl"]
@include-section["lang.scrbl"]
@include-section["managers.scrbl"]
@include-section["private.scrbl"]
@include-section["servlet-env.scrbl"]
@include-section["servlet.scrbl"]
@include-section["web-config-unit.scrbl"]
@include-section["web-server-unit.scrbl"]
@include-section["web-server.scrbl"]
@index-section["web-server-ref-index"]