Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.09 KB

readme.md

File metadata and controls

34 lines (21 loc) · 1.09 KB

Rikiki

A Minimalist wiki created with sinatra, haml, sass, jQuery and twitter bootstrap

Version: 0.2 - works and usable GUI

wiki where you are, as you want !

rikiki create markdown files (.md) in the pages directory, you can edit them directly in your web browser using rikiki or on your desktop with the excellent application Moi.

I personally use it placed in my DropBox. So I can :

  • use and edit pages on my iPhone
  • get wiki sync on all my machines

Usage

clone this repo

git clone git://github.com/yarmand/rikiki.git

You can simply start ruby interpreter

ruby rikiki.rb

But rikiki have a rack standard config.ru so you can easily install it with Pow, Passenger or any rack deployment system.

todo

  • add version on pages with git
  • use kickStrap to make user customize aspect easily
  • Test server side
  • Tests client side
  • make it a gem
  • create a gem binary to create new rikiki wikis instantly, Pow enabled