Syd / sinatra-book forked from cschneid/sinatra-book
- Source
- Commits
- Network (10)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
dae6602
Blake Mizerany (author)
Tue Feb 10 01:41:18 -0800 2009
commit dae660237947f19edb7e36acfc2c0f384cb036f9
tree 7dbef418555ce8bbb6e58d7d6fb501ca4e11aae0
parent a779525ca9e3a1d02b9baff40c0489c828af6f9b
tree 7dbef418555ce8bbb6e58d7d6fb501ca4e11aae0
parent a779525ca9e3a1d02b9baff40c0489c828af6f9b
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Dec 28 08:05:37 -0800 2008 | |
| |
CONTRIBUTING | Sun Dec 28 08:05:37 -0800 2008 | |
| |
README | Wed Jun 18 15:34:46 -0700 2008 | |
| |
README.markdown | Thu Jan 29 15:49:10 -0800 2009 | |
| |
TODO | Fri Jan 16 16:20:06 -0800 2009 | |
| |
assets/ | Fri Jan 16 16:15:11 -0800 2009 | |
| |
book-order.txt | Sun Dec 28 08:05:37 -0800 2008 | |
| |
book/ | ||
| |
images/ | Sun Dec 28 08:05:37 -0800 2008 | |
| |
sinatra-book.thor | Sun Dec 28 08:05:37 -0800 2008 | |
| |
source/ | Sun Dec 28 08:05:37 -0800 2008 |
README.markdown
Sinatra Book
Documentation in "book" form for the Sinatra Web Framework.
About
It'll probably be cookbook style recipes, along with a more linear tutorial to get you started.
Join us on IRC (#sinatra at irc.freenode.org) if you need help with anything.
File Layout:
- book - Text of the book. In maruku's markdown format.
- images - Images, Diagrams, Funny Pictures
- source - Any source examples to be included into the book
Learn more about Sinatra at http://github.com/sinatra/sinatra.
How to build the Book
You need following gems to build the book:
sudo gem install thor maruku
In the root directory, launch the following Thor task:
thor book:build
How to contribute
Fork this repository, be sure to read the styleguide and post pull requests.

