25 lines
615 B
Racket
25 lines
615 B
Racket
#lang scribble/doc
|
|
@(require "common.ss")
|
|
|
|
@;{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[]
|