From 1417caac07533acd9348441acc3b5360b5558bbd Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Wed, 21 Jul 2010 20:03:27 -0400 Subject: [PATCH] Minor edits & typos --- collects/meta/web/stubs/pre.rkt | 41 ++++++++++++++++----------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/collects/meta/web/stubs/pre.rkt b/collects/meta/web/stubs/pre.rkt index 213f45cebb..f414c9e7b0 100644 --- a/collects/meta/web/stubs/pre.rkt +++ b/collects/meta/web/stubs/pre.rkt @@ -82,29 +82,28 @@ @h2{Option 1: Installer} @content-hole @version-hole - extra - @p{@table[width: "80%" align: 'center]{ - @tr{@td[valign: 'top]{Installers:} - @td{@nbsp} - @td{@dl{@dt{@b{Racket}} - @dd{Same as the normal distribution, containing the basic - systems and DrRacket.} - @dt{@b{Racket Textual}} - @dd{A small distribution that contains only Racket and - console applications based on it, including the Racket - web server. No docs and no GUI applications.} - @dt{@b{Racket Full}} - @dd{Contains the @i{complete} Racket tree from @git, - including full documentation, full source tree, - libraries that are not completely stable, and esoteric - material.}}}} - @tr{@td[colspan: 3]{ - Note: the default installation directory contains the version - number to avoid clobbering a normal installation. - @small{Under Windows, registry names are different, too.}}}}} + @table[width: "80%" align: 'center]{ + @tr{@td[valign: 'top]{Installers:} + @td{@nbsp} + @td{@dl*{@~ @b{Racket} + @~ Same as the normal distribution, containing the basic + systems and DrRacket. + @~ @b{Racket Textual} + @~ A small distribution that contains only Racket and + console applications based on it, including the Racket + web server. No docs and no GUI applications. + @~ @b{Racket Full} + @~ Contains the @i{complete} Racket tree from the + @git{repository}, including full documentation, full + source tree, libraries that are not completely stable, + and esoteric material.}}} + @tr{@td[colspan: 3]{ + Note: the default installation directory contains the version + number to avoid clobbering a normal installation. + @small{(Under Windows, registry names are different, too.)}}}} @; ---------------------------------------- @h2{Option 2: git Repository} - @p{Full source is available from @|git|.} + @p{Full source is available from the @git{repository}.} @; ---------------------------------------- @h2{Option 3: Other} @p{Want Racket sources from @git but don't want to build binaries?