racket/collects/scribblings/main/start.scrbl
Eli Barzilay bdfcca7d11 Use an nonexistent css class for installation warning message, so when
it's installed on the web page it's easy to add the missing class with
a `display: none' so it's not show without any html rehacking.
Disabled the "(installation)" suffix to the main title for now: it's
also used for the window title and that shouldn't have the suffix
because the browser window will have it.

svn: r11452
2008-08-27 11:19:20 +00:00

16 lines
439 B
Racket

#lang scribble/doc
@(require scribble/manual
"private/utils.ss"
"private/manuals.ss")
@main-page['start #t]
@margin-note{
@not-on-the-web{
This is an installation-specific listing. Running @exec{plt-help}
may open a different page with local and user-specific
documentation, including documentation for installed
@link["http://planet.plt-scheme.org/"]{@|PLaneT|} packages.}}
@(make-start-page #f)