public
Description: A sweet wiki written in Rails.
Homepage:
Clone URL: git://github.com/adamwiggins/bitswiki.git
adamwiggins (author)
Mon Apr 06 16:35:33 -0700 2009
commit  9cba39c3108d52e74dfa7d1de071d2f288eec1d4
tree    e4a0e0795b259c1b8745c3415f1abb64b814ed70
parent  70cae545a4f2d455d3354fdb40739bf99969b8c8
bitswiki / README.rdoc
100644 32 lines (19 sloc) 1.007 kb

Bitswiki

There are lots of Ruby wikis. Why another one? Simple: this one is sweet.

Ok, that’s not exactly it. Really we just needed a simple, fast, extensible wiki for our own internal use. After we were done we realized that it might be useful to others, too. So here you go.

Features

  • Tags
  • Search
  • Textile markdown plus enhancements for inline source code
  • Revision comparison (inspired by Instiki and Writeboard)
  • Recent changes listing
  • RSS feeds for individual page changes or entire wiki
  • Sweet scriptaculous drawer effects
  • Written in Rails for easy modification

Setup

  rake db:schema:load

There’s no authentication, and users are created on the fly. If you need some quick authentication for a private wiki, try this: github.com/pedro/miniauth

Meta

Written by James Lindenbaum. Packaged for open source release by Adam Wiggins.

Released under the MIT License: www.opensource.org/licenses/mit-license.php

github.com/adamwiggins/bitswiki