aostrega / piki

An elegant wiki website

Home Page:https://piki.heroku.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Piki

Piki is a personal wiki website designed to be as comfortable, intuitive and elegant as possible. The client code is written in CoffeeScript with jQuery and rangy, and the server is written in Python with Flask and Elixir. It is released under the MIT license.

What makes it notable from a technical standpoint is that it uses a heavily scripted contenteditable page as an unobtrusive editor.

The live version is hosted here: http://piki.heroku.com/

Prerequisites

  • CoffeeScript
  • Python 2.5+
  • Pip

Instructions

  1. Compile the .coffee files in static/js. (coffee -c static/js)
  2. Install the server dependencies. (pip install -r requirements.txt)
  3. Run the server. (python piki.py)

About

An elegant wiki website

https://piki.heroku.com

License:MIT License


Languages

Language:Python 44.2%Language:CoffeeScript 37.8%Language:JavaScript 18.1%