A wiki engine powered by Django and Git

Edit Package python-django-waliki

Waliki is an extensible wiki app for Django with a Git backend.

At a glance, Waliki has these features:

* File based content storage.
* UI based on Bootstrap and CodeMirror
* Version control and concurrent edition for your content using git
* An extensible architecture through plugins
* reStructuredText or Markdown support, configurable per page (and it's easy to add extensions)
* A very simple per slug ACL system
* A nice attachments manager (that respects the permissions over the page)
* Realtime collaborative edition via togetherJS
* Wiki content embeddable in any django template (as a "dummy CMS")
* Few helpers to migrate content (particularly from MoinMoin, using moin2git)
* It works with Python 2.7, 3.3, 3.4 or PyPy in Django 1.6 or newer

It's easy to create a site powered by Waliki using the preconfigured project which is the same code that motorize the demo.

Waliki was inspired in Github's wikis, but it tries to be a bit smarter than many others git backed wiki engines at handling changes: instead of a hard "newer wins" or "page blocking" approaches, Waliki uses git's merge facilities on each save. So, if there was another change during an edition and git can merge them automatically, it's done and the user is notified. If the merge fails, the last edition is still saved but the editor is reloaded asking the user to fix the conflict.

Refresh
Refresh
Source Files
Filename Size Changed
_service 0000000058 58 Bytes
_service:download_files:waliki-0.8.1.tar.gz 0000900705 880 KB
python-django-waliki-no-rst2html5.patch 0000000838 838 Bytes
python-django-waliki.changes 0000001201 1.17 KB
python-django-waliki.spec 0000007760 7.58 KB
Revision 10 (latest revision is 19)
Oleg Girko's avatar Oleg Girko (ol) committed (revision 10)
* Tue Oct 10 2017 Oleg Girko <ol@infoserver.lv> 0.8.1-3
- Require git-core
Comments 0