Main Page

Djiki is a lightweight wiki engine for Django. It is designed to be portable and reusable, yet providing powerful tools.

Features

  • Creole markup,
  • anonymous and registered edits,
  • automatic merges of parallel edits when possible,
  • inclusion of images,
  • diff views between revisions,
  • reverts to any revision in the history,
  • automatic undos of any historical revision, if possible.

Copying

Djiki is distributed under BSD-like license.

Download

To get the code, visit Djiki page at GitHub: https://github.com/emesik/djiki

Markup

Creole cheatsheet

Creole cheatsheet

Images

The standard Creole markup has been extended to handle resizing of images. The standard syntax of {{Image_name.jpg|Image title}} is still valid, however you may add size by typing {{Image_name.jpg|300x200|Image title}} or even omit the title: {{Image_name.jpg|300x200}}.

Headings

The headings add anchor tag. For example, the following code:

== A headline

Will have a HTML tag of <name="A_headline"></a>, allowing to link directly to a section of the text.