Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bomberstudios/sinatra_wiki
An ultralight, ultraminimal wiki thing with Markdown
https://github.com/bomberstudios/sinatra_wiki
Last synced: 3 months ago
JSON representation
An ultralight, ultraminimal wiki thing with Markdown
- Host: GitHub
- URL: https://github.com/bomberstudios/sinatra_wiki
- Owner: bomberstudios
- Created: 2008-10-03T20:38:53.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2012-04-10T14:48:22.000Z (over 12 years ago)
- Last Synced: 2024-05-31T20:01:38.074Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 106 KB
- Stars: 50
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# sinatra\_wiki
sinatra\_wiki is the minimal expression of a wiki.
It uses Sinatra.rb, and is being built as a learning experiment.
## Required gems
* rubygems
* sinatra
* erb
* rdiscount
* thin
* haml## Other dependencies
* sinatra-cache submodule (git submodule update --init)## Usage
$ ruby sinatra_wiki.rb
Then open a browser in http://0.0.0.0:4567/
To create a page, just type the URL for it (the URL is the command line, baby :)
## License
This program is free software. It comes without any warranty,
to the extent permitted by applicable law. You can redistribute it
and/or modify it under the terms of the Do What The Fuck You Want
To Public License, Version 2, as published by Sam Hocevar. See
http://sam.zoy.org/wtfpl/COPYING for more details.