racket/collects/meta/web
Eli Barzilay 3199fd166f Change the download order.
Done in two steps: first, make the list of installers have a good order
(determined by package, then OS type, then cpu, etc); make the JS code
that re-sorts the entries move only the desired options to the top but
otherwise use the original order (which is the previous thing).
2010-12-13 03:27:40 -05:00
..
common "TeachScheme!" -> "Program by Design". 2010-11-25 22:10:33 -05:00
download Change the download order. 2010-12-13 03:27:40 -05:00
lang Make the scribble/html' layout mimic the one for scribble/text'. 2010-10-26 15:36:29 -04:00
minis Better filename conventions: "main.rkt"s that would just require the 2010-10-26 16:09:16 -04:00
stubs More content hooks for the wiki template. 2010-11-25 11:00:15 -05:00
www PLT Scheme -> Racket 2010-12-06 10:22:56 -05:00
all.rkt Better filename conventions: "main.rkt"s that would just require the 2010-10-26 16:09:16 -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 Add a stub to generate a wiki template. 2010-10-26 07:21:12 -04:00
README Better filename conventions: "main.rkt"s that would just require the 2010-10-26 16:09:16 -04:00

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