public
Description: Super simple wiki targeted at developers
Homepage:
Clone URL: git://github.com/citrusbyte/quiki.git
quiki /
name age message
file .gitignore Sun Aug 17 15:42:53 -0700 2008 added Graphviz visualization from DOT code in w... [benalavi]
file README Loading commit data...
file Rakefile Sat Jul 12 17:01:34 -0700 2008 git time [benalavi]
directory app/
directory config/
directory db/ Sat Sep 27 17:14:25 -0700 2008 added version publishing [benalavi]
directory doc/ Sat Jul 12 17:01:34 -0700 2008 git time [benalavi]
directory lib/
directory public/
directory script/ Sat Jul 12 17:01:34 -0700 2008 git time [benalavi]
directory spec/ Sun Sep 28 16:33:11 -0700 2008 still fixing up publishing [benalavi]
directory stories/ Sat Jul 12 17:01:34 -0700 2008 git time [benalavi]
directory vendor/
README
== Quiki

Quiki is a simple wiki aimed at developers.

External Dependencies:
  Ultraviolet for code syntax highlighting
    gem install ultraviolet
    If it complains about needed Oniguruma:
    http://snippets.aktagon.com/snippets/61-Installing-Ultraviolet-and-Oniguruma
  Graphviz for diagram generation
    http://graphviz.org/
    
== N.A.Q. (Never Asked Questions)

Q. Why is a tiny app like Quiki written in big bulky Rails and not in something *quick* like Sinatra/Merb/Raw Machine 
Code?

A. Because Rails is so easy to extend and add to and can take advantage of all the wonderful plugins! (Quiki is built 
upon the backs of many previous laborers).