racket/collects/meta/web
Eli Barzilay c61db0b248 Drop Turkish mirror.
(The machine went down, and it's unclear if it'll be up again.)
2012-11-11 14:43:47 -05:00
..
common Fix typo in 404 page. 2012-07-10 22:12:43 -04:00
download Drop Turkish mirror. 2012-11-11 14:43:47 -05:00
lang Make the scribble/html' layout mimic the one for scribble/text'. 2010-10-26 15:36:29 -04:00
minis Some web page tweaks. 2012-06-27 09:26:28 -04:00
stubs Improve setperms example. 2012-09-28 09:31:53 -04:00
www Add rel="nofollow" to short example links. 2012-06-27 09:26:28 -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 Add a note to the command-line help text, and describe the functionality 2011-08-05 02:44:57 -04:00
config.rkt Add a stub to generate a wiki template. 2010-10-26 07:21:12 -04:00
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.