racket/collects/meta/web/common
Eli Barzilay 58febe21a0 Move the #%top' binding that makes foo:' keywords self evaluating from
`scribble/html/lang' to `scribble/html'.

Since `foo:' keywords are very common in any code that uses
`scribble/html', it is much more convenient to have it provide the
custom `#%top'.  It simplifies code that uses it, for example, files in
`meta/web/common' now use

  #lang at-exp racket/base
  (require scribble/html)

instead of the (only-in scribble/html/lang #%top) which it used before,
or instead of explicitly quoting all `foo:'s.
2010-10-28 17:31:22 -04:00
..
distribute.rkt Turn the distribution list into a parameter so it can be extended. 2010-06-29 01:41:22 -04:00
extras.rkt Move the #%top' binding that makes foo:' keywords self evaluating from 2010-10-28 17:31:22 -04:00
layout.rkt Move the #%top' binding that makes foo:' keywords self evaluating from 2010-10-28 17:31:22 -04:00
links.rkt Move the #%top' binding that makes foo:' keywords self evaluating from 2010-10-28 17:31:22 -04:00
logo.png Common code for PLT sites 2010-06-05 08:53:53 -04:00
main.rkt More name improvements: scribble/text/textlang' -> scribble/text/lang' 2010-10-26 16:17:09 -04:00
plticon.ico Common code for PLT sites 2010-06-05 08:53:53 -04:00
resources.rkt Move the #%top' binding that makes foo:' keywords self evaluating from 2010-10-28 17:31:22 -04:00
utils.rkt Make the scribble/html' layout mimic the one for scribble/text'. 2010-10-26 15:36:29 -04:00