racket/collects/meta/web
Eli Barzilay d21e646327 Include the platform in the windows installer's "human name".
(Otherwise having both installed can be confusing since the uninstaller
has the same name; also, it's good to make a reminder for people who
want the other one.)

Also, just use the platform string in the registry key uniformly.

Also add a comment about detecting Win64 if it's desirable in the
future.
2012-01-24 07:23:22 -05:00
..
common lambda' -> λ' 2011-12-31 14:24:41 -05:00
download Include the platform in the windows installer's "human name". 2012-01-24 07:23:22 -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
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

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