This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
quiki /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Aug 17 15:42:53 -0700 2008 | |
| |
README | ||
| |
Rakefile | Sat Jul 12 17:01:34 -0700 2008 | |
| |
app/ | ||
| |
config/ | ||
| |
db/ | Sat Sep 27 17:14:25 -0700 2008 | |
| |
doc/ | Sat Jul 12 17:01:34 -0700 2008 | |
| |
lib/ | ||
| |
public/ | ||
| |
script/ | Sat Jul 12 17:01:34 -0700 2008 | |
| |
spec/ | Sun Sep 28 16:33:11 -0700 2008 | |
| |
stories/ | Sat Jul 12 17:01:34 -0700 2008 | |
| |
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).







