racket/collects/meta/web/www/help.rkt
Eli Barzilay b757e502af Reuse documentation links from common/links.rkt.
This also fixes the "plt-scheme.org" reference, so also fix the redex
link to use "racket-lang.org".
2011-03-31 09:57:48 -04:00

39 lines
1.9 KiB
Racket

#lang meta/web
(require "resources.rkt" "community.rkt")
(provide help)
(define help
@page[#:link-title "Need Help?"]{
@parlist[@strong{Don't Panic!}
@text{Racket has a variety of resources designed to help you
with any problems you may have.}]
@parlist[@strong{Help Desk}
@text{Your first stop should always be with the help system that's
built into Racket and available from DrRacket's help menu
@strong{or by pressing F1 with the cursor on a search term}.
This documentation is customized for your installation, and
may include documentation for optional packages you've
installed. As a second line of defense, the documentation
for the core of the most recent version of Racket is
available @-docs{from this web site}.}
@text{Not sure what to search for? The documentation includes a
@guide{guide} (also located in your local copy of the
documentation) that provides a narrative introduction to many
of Racket's features.}]
@parlist[@strong{Learning how to Program}
@text{Try going through @|-htdp|.}]
@parlist[@strong{Searching the Web}
@text{The
@-cookbook is
a wiki for Scheme snippets, many of which work in Racket.
Additionally, your favorite search engine may well provide
answers for many of your questions.}]
@parlist[@strong{The Mailing List}
@text{The @tt|{users@racket-lang.org}| mailing list is a great
source for answers to questions when the above resources
don't pan out@";" sign up for it in the @community area of
the website.}]
@br
@text{Thanks for using Racket!}})