Minor edits & typos

(cherry picked from commit 1417caac07)
This commit is contained in:
Eli Barzilay 2010-07-21 20:03:27 -04:00
parent ff9f80b28e
commit b848430bc4

View File

@ -82,29 +82,28 @@
@h2{Option 1: Installer} @h2{Option 1: Installer}
@content-hole @content-hole
@version-hole @version-hole
extra @table[width: "80%" align: 'center]{
@p{@table[width: "80%" align: 'center]{
@tr{@td[valign: 'top]{Installers:} @tr{@td[valign: 'top]{Installers:}
@td{@nbsp} @td{@nbsp}
@td{@dl{@dt{@b{Racket}} @td{@dl*{@~ @b{Racket}
@dd{Same as the normal distribution, containing the basic @~ Same as the normal distribution, containing the basic
systems and DrRacket.} systems and DrRacket.
@dt{@b{Racket Textual}} @~ @b{Racket Textual}
@dd{A small distribution that contains only Racket and @~ A small distribution that contains only Racket and
console applications based on it, including the Racket console applications based on it, including the Racket
web server. No docs and no GUI applications.} web server. No docs and no GUI applications.
@dt{@b{Racket Full}} @~ @b{Racket Full}
@dd{Contains the @i{complete} Racket tree from @git, @~ Contains the @i{complete} Racket tree from the
including full documentation, full source tree, @git{repository}, including full documentation, full
libraries that are not completely stable, and esoteric source tree, libraries that are not completely stable,
material.}}}} and esoteric material.}}}
@tr{@td[colspan: 3]{ @tr{@td[colspan: 3]{
Note: the default installation directory contains the version Note: the default installation directory contains the version
number to avoid clobbering a normal installation. number to avoid clobbering a normal installation.
@small{Under Windows, registry names are different, too.}}}}} @small{(Under Windows, registry names are different, too.)}}}}
@; ---------------------------------------- @; ----------------------------------------
@h2{Option 2: git Repository} @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} @h2{Option 3: Other}
@p{Want Racket sources from @git but don't want to build binaries? @p{Want Racket sources from @git but don't want to build binaries?