racket/collects/meta/web
Eli Barzilay ee69dc58bc Allow "*" directories in distribution specs.
Useful to avoid deleting stuff from directories that might have
non-distributed materials.
2013-02-27 10:31:28 -05:00
..
common Allow "*" directories in distribution specs. 2013-02-27 10:31:28 -05:00
download Change the symlink that serves docs to the one that holds the tweaked version. 2013-02-26 09:43:54 -05:00
lang Fix syntax highlighting for `#lang meta/web'. 2012-11-27 07:55:50 -07:00
minis Some web page tweaks. 2012-06-27 09:26:28 -04:00
stubs Add template file for tweaked docs. 2013-02-26 09:43:54 -05:00
www "PLT Scheme Inc" -> "PLT Design Inc" 2013-02-12 08:06:30 -05:00
all.rkt Add template file for tweaked docs. 2013-02-26 09:43:54 -05: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 Allow "*" directories in distribution specs. 2013-02-27 10:31:28 -05: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.