racket/collects/meta/web
2011-05-23 14:05:13 -04:00
..
common Make the web page header a link to the main page. 2011-03-31 11:05:52 -04:00
download Added Mac OS X build for x86_64. 2011-05-12 20:09:39 -04:00
lang
minis Better filename conventions: "main.rkt"s that would just require the 2010-10-26 16:09:16 -04:00
stubs Fix the bgcolor on the mailman pages. 2011-04-23 08:14:05 -04:00
www Make it possible to hook up a "newsflash" below the left blurb. 2011-05-23 14:05:13 -04:00
all.rkt Make the web page header a link to the main page. 2011-03-31 11:05:52 -04:00
build.rkt Better filename conventions: "main.rkt"s that would just require the 2010-10-26 16:09:16 -04:00
config.rkt
README Prebuilt link in the all versions page, other minor fixes. 2011-04-12 07:26:27 -04:00

* common: specific code for the racket 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 whole site

* */resources.rkt: files that define the resources for a site (icon,
  css, logo)

* minis: smaller one-source-file sites

* stubs: template "sites" that are intended to be hooked into other
  systems to get the racket look.