napcs / sinatriki
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
tree 27a8dab1e8003eb76977a3e264287aba4daeffc1
parent 657664ffe8417c6441b1dbe78c8ad7f95f15b8da
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Oct 24 12:32:48 -0700 2009 | |
| |
README.rdoc | Sun Oct 25 19:21:34 -0700 2009 | |
| |
Rakefile | Sat Oct 24 12:32:48 -0700 2009 | |
| |
features/ | Sat Oct 24 03:16:31 -0700 2009 | |
| |
wiki.rb | Sat Oct 24 12:32:48 -0700 2009 | |
| |
wiki_mongodb.rb | Sat Oct 24 12:32:48 -0700 2009 |
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.
