public
Description: Tutorial + Cookbook
Homepage: http://sinatra-book.gittr.com
Clone URL: git://github.com/cschneid/sinatra-book.git
name age message
file .gitignore Wed Jun 18 20:04:40 -0700 2008 Git ignore the output dir, and OSX's annoying .... [cschneid]
file CONTRIBUTING Sat Jun 21 15:26:33 -0700 2008 Fix a typo [cypher]
file README Wed Jun 18 15:34:46 -0700 2008 Fix spellings [cypher]
file README.markdown Sat Nov 01 09:53:45 -0700 2008 Added README in Markdown format and made some f... [karmi]
file TODO Wed Jun 18 15:34:46 -0700 2008 Fix spellings [cypher]
directory assets/ Mon Nov 03 00:51:50 -0800 2008 Added book.css from the abandoned sinatra_rb_do... [karmi]
file book-order.txt Sun Jun 22 17:13:16 -0700 2008 Added Introduction, dodgy @@ workaround [Syd]
directory book/ Sat Nov 15 03:37:35 -0800 2008 Deployment: little nicer rackup example [sr]
directory images/ Wed Jun 18 15:23:54 -0700 2008 Added empty directories as a structure [cschneid]
file sinatra-book.thor Mon Nov 03 00:52:01 -0800 2008 Added reference to CSS into TOC for maruku, add... [karmi]
directory source/ Wed Jun 18 15:23:54 -0700 2008 Added empty directories as a structure [cschneid]
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 book directory then launch following Thor task:

thor book:build

How to contribute

Fork this repository, be sure to read the styleguide and post pull requests.