racket/collects/meta/web
Matthew Flatt 1f8370d2d6 revise README and "Getting Started" info
Addresses PR 13356
2013-01-01 15:55:44 -07:00
..
common Fix typo in 404 page. 2012-07-10 22:12:43 -04:00
download revise README and "Getting Started" info 2013-01-01 15:55:44 -07: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 Improve setperms example. 2012-09-28 09:31:53 -04:00
www added make-module-language-tag and use it and make-section-tag 2012-12-27 11:10:40 -06: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.