public
Description: OFFICAL REPO MOVED TO /sinatra/sinatra-book Tutorial + Cookbook
Homepage: http://sinatra-book.gittr.com
Clone URL: git://github.com/cschneid/sinatra-book.git
neall (author)
Tue Jan 13 05:46:20 -0800 2009
cschneid (committer)
Wed Jan 14 15:24:09 -0800 2009
commit  ccbcd5edbc2a51244a9d10946eac8505ed2ef769
tree    dd73395f6bec79ba16a9b2fa33a2390cf497049e
parent  01aafb08c3c80895127efbdf6ee853b0a89f8a33
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/bmizerany/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.