This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitmodules | Tue Oct 14 04:34:26 -0700 2008 | |
| |
README.markdown | Tue Dec 23 07:34:25 -0800 2008 | |
| |
Rakefile | Tue Oct 14 05:05:40 -0700 2008 | |
| |
config.ru | Tue Oct 14 04:59:07 -0700 2008 | |
| |
config.yml | Mon Oct 13 02:37:01 -0700 2008 | |
| |
lib/ | Wed Oct 15 15:19:32 -0700 2008 | |
| |
public/ | Fri Oct 03 13:46:26 -0700 2008 | |
| |
sinatra_wiki.rb | Wed Oct 15 15:14:56 -0700 2008 | |
| |
views/ | Wed Oct 15 15:14:56 -0700 2008 |
README.markdown
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 :)







