racket/collects/meta/web/www/all.rkt
Eli Barzilay 6091a5d972 Added explicit copyleft page to the website.
...to allow inclusion of text in wikipedia.
2011-08-18 18:11:09 -04:00

6 lines
228 B
Racket

#lang racket/base
(require "index.rkt" "download.rkt" "community.rkt" "learning.rkt" "help.rkt"
"new-name.rkt" "guidelines.rkt" "web-copyright.rkt")
(provide (rename-out [index main]) download community learning help)