-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHelp.html
47 lines (47 loc) · 3.43 KB
/
Help.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="Other/Help/plt.css"/>
<title>Racket: Help</title>
</head>
<body>
<div class="racketnav">
<a href="http://racket-lang.org/"><span style="font-size: 100px; vertical-align: middle;" class="navtitle">(</span><span style="font-size: 80px; vertical-align: middle;" class="navtitle">(</span><span style="font-size: 60px; vertical-align: middle;" class="navtitle">(</span><span style="font-size: 40px; vertical-align: middle;" class="navtitle"> </span><img src="Other/Help/logo.png" alt="[logo]" style="vertical-align: middle; margin: 13px 0.25em 0 0; border: 0;"><span style="font-size: 80px; vertical-align: middle;" class="navtitle">Racket</span><span style="font-size: 40px; vertical-align: middle;" class="navtitle"> </span><span style="font-size: 60px; vertical-align: middle;" class="navtitle">)</span><span style="font-size: 80px; vertical-align: middle;" class="navtitle">)</span><span style="font-size: 100px; vertical-align: middle;" class="navtitle">)</span></a>
</div>
<div class="bodycontent">
<div class="parlisttitle"><strong>Don't Panic!</strong></div>
<div class="parlistitem">Racket has a variety of resources designed to help you
with any problems you may have.</div>
<div class="parlisttitle"><strong>Help Desk</strong></div>
<div class="parlistitem">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</strong>.
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 <a href="http://docs.racket-lang.org/">from this web site</a>
(for the installed version there is also a
<a href="App/Racket/doc/index.html">local copy of the documentation</a>).</div>
<div class="parlistitem">Not sure what to search for? The documentation includes a
<a href="http://docs.racket-lang.org/guide/">guide</a> (also located in your
<a href="App/Racket/doc/guide/index.html">local copy of the documentation</a>)
that provides a narrative introduction to many of Racket's features.</div>
<div class="parlisttitle"><strong>Learning how to Program</strong></div>
<div class="parlistitem">Try going through <a href="http://htdp.org/"><i>How to Design Programs</i></a>.</div>
<div class="parlisttitle"><strong>Searching the Web</strong></div>
<div class="parlistitem">The <a href="http://schemecookbook.org/">Schematics Scheme Cookbook</a> 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.</div>
<div class="parlisttitle"><strong>The Mailing List</strong></div>
<div class="parlistitem">The <tt>users@racket-lang.org</tt> mailing list is a great
source for answers to questions when the above resources
don't pan out; sign up for it in the <a href="http://racket-lang.org/community.html">Community</a>
area of the website.</div>
<br>
Thanks for using Racket!
</div>
</body>
</html>