racket/collects/meta/web
Eli Barzilay cabd6fabc7 Remove robots meta tags.
Indexing index pages is harmless, and also "nofollow" is appropriate for
public lists with lots of junk, advertising etc.  We have nearly zero
spam, so following links in posts is fine.
2012-01-17 22:30:48 -05:00
..
common lambda' -> λ' 2011-12-31 14:24:41 -05:00
download Drop Infogroep mirror. 2012-01-08 03:36:50 -05:00
lang
minis lambda' -> λ' 2011-12-31 14:24:41 -05:00
stubs Remove robots meta tags. 2012-01-17 22:30:48 -05:00
www lambda' -> λ' 2011-12-31 14:24:41 -05: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
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.