public
Description: Tutorial + Cookbook
Homepage: http://sinatra-book.gittr.com
Clone URL: git://github.com/cschneid/sinatra-book.git
Fix spellings
cypher (author)
Wed Jun 18 15:14:22 -0700 2008
commit  1f9e5436f663756a21f5c30273bf957fa9eac632
tree    d97ad614ca208364d1c5bd239df8821843d3c82d
parent  a9a0e0692c0bf352cdb819e5967a5ae8186eacca
...
35
36
37
38
 
39
40
41
...
35
36
37
 
38
39
40
41
0
@@ -35,7 +35,7 @@ Cookbook
0
         - TODO: How do we repeat the partials thing
0
     * Rack Middleware
0
         - "use"
0
- - TODO: What useful rack middleware is out there? Is there any 3rd party stuff avaliable?
0
+ - TODO: What useful rack middleware is out there? Is there any 3rd party stuff available?
0
     * Error Handling
0
         - not_found
0
         - error
0
...
1
2
3
4
 
5
6
7
...
1
2
3
 
4
5
6
7
0
@@ -1,7 +1,7 @@
0
 Documentation in "book" form for the Sinatra Web Framework.
0
 It'll probably be cookbook style recipes, along with a more linear tutorial to get you started.
0
 
0
-Note that nothing has yet been written. Join us on IRC (freenode.org #sinatra) if you need help with anything.
0
+Note that nothing has yet been written. Join us on IRC (irc.freenode.org #sinatra) if you need help with anything.
0
 
0
 File Layout:
0
 book/ - Text of the book. In maruku's markdown format.
0
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-Setup technical envionment
0
+Setup technical environment
0
     - Markdown files (using maruku - http://maruku.rubyforge.org/)
0
     - Determine directory structure
0
     - Thor (!!) file to automate build

Comments