Skip to content

Commit

Permalink
Adding resources & outro slides
Browse files Browse the repository at this point in the history
  • Loading branch information
jc00ke committed Mar 2, 2010
1 parent aa847de commit 4e10b47
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
Empty file added outro/outro.md
Empty file.
37 changes: 37 additions & 0 deletions resources/resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
!SLIDE
# Resources #
## A list of lists ##

!SLIDE bullets incremental
# Example Apps #
* [Sinatra in the Wild](http://www.sinatrarb.com/wild.html)
* [Hancock](http://github.com/atmos/hancock) <– definitive Sinatra app
* [Nesta](http://effectif.com/nesta)
* [Toopaste](http://github.com/zapnap/toopaste)
* [NYLS Upload Tool](http://upload.citylaw.org/)
* [ShowOff](http://github.com/schacon/showoff)
* [Taps](http://adam.blog.heroku.com/past/2009/2/11/taps_for_easy_database_transfers/)

!SLIDE bullets
# Frameworks #
* [Padrino](http://github.com/padrino/padrino-framework)
* [Big Band](http://github.com/rkh/big_band)
* [Tempatra](http://github.com/olauzon/tempatra)
* [Monk](http://monkrb.com/)

!SLIDE bullets
# Based on Sinatra #
* [Twibot](http://cjohansen.no/en/ruby/twibot_a_microframework_for_twitter_bots_in_ruby)
* [Picard (node.js)](http://github.com/dantebronto/picard)
* [Express (node.js)](http://github.com/visionmedia/express/)
* [Juno (Python)](http://github.com/breily/juno)
* [Sammy (client-side JS)](http://code.quirkey.com/sammy/)

!SLIDE bullets
# Resources #
* [sinatrarb.com](http://sinatrarb.com)
* [Sinatra Book](http://sinatra-book.gittr.com)
* [http://delicious.com/jc00ke/sinatra](http://delicious.com/jc00ke/sinatra)
* [Remi's series on Sinatra clone](http://remi.org/2009/03/30/building-your-own-sinatra-clone-part-1)
* [http://github.com/sinatra/sinatra](http://github.com/sinatra/sinatra)

4 changes: 3 additions & 1 deletion showoff.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
{ "section" : "haml" },
{ "section" : "more_sinatra" },
{ "section" : "middleware" },
{ "section" : "why_sinatra" }
{ "section" : "why_sinatra" },
{ "section" : "resources" },
{ "section" : "outro" }
]

0 comments on commit 4e10b47

Please sign in to comment.