racket/collects/meta/web/www/main.rkt
Eli Barzilay 225c94cca6 The navbar also uses the download page.
(This leaves the toplevel download page unlinked (as expected), so it's
required explicitly.)
2010-06-07 13:41:13 -04:00

6 lines
223 B
Racket

#lang at-exp s-exp "shared.rkt"
(require "index.rkt" "download.rkt" "community.rkt" "outreach+research.rkt"
"help.rkt" "new-name.rkt")
(provide (rename-out [index main]) download community outreach+research help)