![]() `scribble/html/lang' to `scribble/html'. Since `foo:' keywords are very common in any code that uses `scribble/html', it is much more convenient to have it provide the custom `#%top'. It simplifies code that uses it, for example, files in `meta/web/common' now use #lang at-exp racket/base (require scribble/html) instead of the (only-in scribble/html/lang #%top) which it used before, or instead of explicitly quoting all `foo:'s. |
||
---|---|---|
.. | ||
common | ||
download | ||
lang | ||
minis | ||
stubs | ||
www | ||
all.rkt | ||
build.rkt | ||
config.rkt | ||
README |
* 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.