Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 390 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 390 Bytes

weaky

A basic CouchDB/Sinatra wiki.

Installation

  1. Install CouchDB and run it on the default port
  2. Install sinatra, CouchRest, and maruku
  3. Run ruby weaky.rb

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.