Skip to content

nando/sinatra_wiki

 
 

Repository files navigation

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
  • hpricot

Git submodules

  • sinatra
  • sinatra-cache
  • webrat (for testing only)

Get them with 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 :)

About

An ultralight, ultraminimal wiki thing with Markdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%