racket/collects/meta/web/README
Eli Barzilay 667c682c2b Better filename conventions: "main.rkt"s that would just require the
necessary modules are now "all.rkt"s; "shard.rkt"s turn to
"resources.rkt".

Also, "navbar.rkt" changes to "all.rkt", since it was doing the same
thing (in addition to setting the navbar).
2010-10-26 16:09:16 -04:00

17 lines
490 B
Plaintext

* common: specific code for the PLT web pages.
* www: actual content of main site.
* download: content of download site (only installer pages and such)
* */all.rkt: files that just require all the necessary modules to build
the ahole site
* */resources.rkt: files that define the resources for a site (icon,
css, logo)
* minis: smaller sites which are implemented in one-file each
* stubs: template "sites" that are intended to be hooked into other
systems to get the plt look.