Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 380 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 380 Bytes

weaky

A basic CouchDB/Sinatra wiki.

Installation

  1. Install CouchDB
  2. Install sinatra, CouchRest, and maruku
  3. Run 'ruby weaky.rb localhost:5984/weaky'

Features

  • double-bracket wiki links ([[link]])
  • multiple pages with the same name allowed

Missing

  • versions

License

Copyright (c) 2009-2010 Ben Atkin. Licensed under the terms of the MIT license.