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.6.tar.gz 0000898144 877 KB
python-django-waliki.changes 0000000695 695 Bytes
python-django-waliki.spec 0000007938 7.75 KB
waliki-0.6-django-1.9-forms.patch 0000001472 1.44 KB
waliki-0.6-django-1.9.patch 0000019889 19.4 KB
waliki-0.6-fix-markdown-extensions.patch 0000001476 1.44 KB
waliki-0.6-fix-rst-params.patch 0000001931 1.89 KB
waliki-0.6-sh-out-nopipe.patch 0000001933 1.89 KB
waliki-0.6-use-toc-markdown-extension.patch 0000001097 1.07 KB
Revision 5 (latest revision is 19)
Oleg Girko's avatar Oleg Girko (ol) committed (revision 5)
* Tue Dec 13 2016 Oleg Girko <ol@infoserver.lv> 0.6-3
- Add patches for compatibility with Django 1.9
- Add patches to fix problems with markups 2.0
- Simplify spec file and make it more modern
- Build python2-django-waliki package instead of python-django-waliki
Comments 0