public
Fork of cschneid/sinatra-book
Description: Tutorial + Cookbook
Homepage: http://sinatra-book.gittr.com
Clone URL: git://github.com/Syd/sinatra-book.git
commit  30ea50650f748ea28dd0932706d7850b543b3b24
tree    baa0bf9ff95f63ebb5a90437ccd5db72798cbc3f
parent  e850d0c404461d5ad49109400667f706ad03962e parent  dae660237947f19edb7e36acfc2c0f384cb036f9
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.