
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).
17 lines
490 B
Plaintext
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.
|