racket/collects/handin-server/scribblings/handin-server.scrbl
2010-09-13 02:35:22 -04:00

25 lines
616 B
Racket

#lang scribble/doc
@(require "common.rkt")
@;{John's comments:
- There's no enumerate?
- commandline _and_ exec?
- using commandline for stand-alone URLs?
- TO-DO: sandbox docs, create index, TOC?
More comments labeled with `JBC' below
;}
@title{@bold{Handin Server}}
@table-of-contents[]
@include-section["server-client.scrbl"]
@include-section["quick-start.scrbl"]
@include-section["wheres-the-collection.scrbl"]
@include-section["client-customization.scrbl"]
@include-section["server-setup.scrbl"]
@include-section["checker-utils.scrbl"]
@include-section["other-utils.scrbl"]
@index-section[]