-
Notifications
You must be signed in to change notification settings - Fork 24
/
tutorials.html
62 lines (57 loc) · 2.16 KB
/
tutorials.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
layout: default
title: Shoes!
permalink: /tutorials/
---
<div class='jumbotron'>
<div class='tut'>
<h1>Tutorials</h1>
<p>All The Resources For Shoes Developers.</p>
<div id='nobody'></div>
</div>
</div>
<div class='row'>
<div class='col-md-5 col-md-offset-1'>
<h2><i class="fa fa-map-marker"></i> The Walkthrough</h2>
<p>The quickest way to get started with Shoes. If you are new
to Shoes start here.
</p>
<a href='/walkthrough/'>Click here.</a>
</div>
<div class='col-md-5'>
<h2><i class="fa fa-file-text"></i> The Manual</h2>
<p>The manual documents all the Shoes methods. (Kind of like
an API Reference.) Shoes 3.2 has a built in manual that is much more
current, searchable and browsable. You can even run samples and copy
them to the clipboard while reading the manual.
Just install Shoes 3.2 and you'll have the latest.
</p>
<p>An older html manual is online if you want to see what Shoes looks like:</p>
<a href='/manual/Hello.html'>Click here.</a>
</div>
</div>
<div class="row">
<div class='col-md-5 col-md-offset-1'>
<h2><i class="fa fa-book"></i> The Book</h2>
<p>"Nobody Knows Shoes" by _why. Read this if you want to get a solid understanding of the basic concepts of Shoes.
</p>
<a href='http://evc-cit.info/cit020/nks.pdf'>Click here.</a>
</div>
<div class='col-md-5'>
<h2><i class="fa fa-list-alt"></i> The RDocs</h2>
<p>Thorough technical documentation in rdoc format.</p>
<p> Shoes 3: <a href='http://www.rubydoc.info/github/shoes/shoes3'>Click here.</a> </p>
<p> Preview version of Shoes 4: <a href='http://www.rubydoc.info/github/shoes/shoes4'>Click here.</a> </p>
</div>
</div>
<div class="row">
<div class='col-md-5 col-md-offset-1'>
<h2><i class="fa fa-pencil"></i> The Wiki's</h2>
<p>The Shoes 3.2 wiki offers more advanced articles and tips. Not always
current but still useful when you want to do more and learn more about Shoes.</p>
<a href="https://github.com/Shoes3/shoes3/wiki">Click here</a>
<p></p>
<p>Older Shoes 3.1 wiki:
<a href='https://github.com/shoes/shoes/wiki'>Click here.</a></p>
</div>
</div>