racket/collects/meta/web
Eli Barzilay 8e1b773df7 Crop the unused space on the download button image, which makes placing
it much easier.  Use this to move the button before the "Start Quickly"
header, making it show better in non-CSS text browsers.

Also, set a fixed height for the `slideshowframe' class, so the text
below it doesn't jump; rename `alts-panel' to `slideshow-panel';
and use `struct'; and more improvements.
2010-11-11 11:18:35 -05:00
..
common Move the #%top' binding that makes foo:' keywords self evaluating from 2010-10-28 17:31:22 -04:00
download v5.0.2 stuff 2010-11-07 00:46:22 -04: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 Sort projects by age 2010-11-02 17:24:59 -04:00
www Crop the unused space on the download button image, which makes placing 2010-11-11 11:18:35 -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.