Prebuilt link in the all versions page, other minor fixes.

This commit is contained in:
Eli Barzilay 2011-04-01 11:16:41 -04:00
parent 52ca08a8a9
commit f867fea327
3 changed files with 10 additions and 11 deletions

View File

@ -1,16 +1,16 @@
* common: specific code for the PLT web pages.
* 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 ahole site
the whole site
* */resources.rkt: files that define the resources for a site (icon,
css, logo)
* minis: smaller sites which are implemented in one-file each
* minis: smaller one-source-file sites
* stubs: template "sites" that are intended to be hooked into other
systems to get the plt look.
systems to get the racket look.

View File

@ -65,7 +65,9 @@
@(map (lambda (v)
(tr (map (lambda (p) (td align: 'center (make-page v p)))
all-packages)))
all-versions)}}}))
all-versions)
@tr{@td[align: 'center colspan: 2 style: "border-top: solid 1px;"]{
@pre:installers}}}}}))
(define license
@page[#:title "Software License" #:part-of 'download]{

View File

@ -81,9 +81,6 @@
;; ----------------------------------------------------------------------------
;; git "guide"
;; TODO: link man pages
;; @man and other occurrences of "man page"
;; @v for meta-vars
(define intro (let ()
(define (cmd . text) (span class: "code" text))
@ -99,9 +96,6 @@
(define (npre . text) (apply pre style: "margin-left: 0;" text))
(define style
@style/inline[type: 'text/css]{
a:link, a:visited {
text-decoration: underline;
}
.p {
display: block;
margin: 1em 0;
@ -116,6 +110,9 @@
.code, .path, .man {
white-space: nowrap;
}
.the_text a:link, .the_text a:visited {
text-decoration: underline;
}
.the_text pre {
margin-left: 2em;
padding: 0.6em 0 0.6em 0.6em;