racket/collects/meta/web
2012-09-08 15:15:47 -04:00
..
common Fix typo in 404 page. 2012-07-10 22:12:43 -04:00
download Some formatting fixes. 2012-09-08 15:15:47 -04:00
lang
minis Some web page tweaks. 2012-06-27 09:26:28 -04:00
stubs Add a "favicon.ico" copy, and a 404 page. 2012-07-06 16:07:30 -04:00
www Add rel="nofollow" to short example links. 2012-06-27 09:26:28 -04:00
all.rkt
build.rkt
config.rkt
README

* 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.