napcs / sinatriki

Really simple wiki created with Sinatra. MongoDB and Sinatra examples included. Created for my TCCC7 talk.

This URL has Read+Write access

Brian Hogan (author)
Sun Oct 25 19:21:34 -0700 2009
commit  82cad5aea1c6001abcc1dca6650506fb497584e4
tree    27a8dab1e8003eb76977a3e264287aba4daeffc1
parent  657664ffe8417c6441b1dbe78c8ad7f95f15b8da
name age message
file .gitignore Sat Oct 24 12:32:48 -0700 2009 Updated and added mongodb version [Brian Hogan]
file README.rdoc Sun Oct 25 19:21:34 -0700 2009 updated readme [Brian Hogan]
file Rakefile Sat Oct 24 12:32:48 -0700 2009 Updated and added mongodb version [Brian Hogan]
directory features/ Sat Oct 24 03:16:31 -0700 2009 Initial import [Brian Hogan]
file wiki.rb Sat Oct 24 12:32:48 -0700 2009 Updated and added mongodb version [Brian Hogan]
file wiki_mongodb.rb Sat Oct 24 12:32:48 -0700 2009 Updated and added mongodb version [Brian Hogan]
README.rdoc

Sinatriki

A really simple wiki written in Sinatra. Includes two versions - one using MongoDB and another using SQLite3.

Warning

This is not meant for production use. It’s really insecure. It doesn’t have versioning. It uses in-file templates. It’s a demonstration of how we can use SQLite3, MongoDB, and Sinatra to get something done.

Usage:

Launch the sqlite3 version with this:

  ruby wiki.rb

Launch the MongoDB version with this:

  rake start

You will need to have MongoDB installed on the default port.

Licence

Copyright © 2009 Brian Hogan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.