A wiki engine powered by Django and Git
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.
-
Checkout Package
osc checkout waliki/python-django-waliki && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000058 58 Bytes | |
python-django-waliki-django2.patch | 0000014808 14.5 KB | |
python-django-waliki-django21-admin-tests.patch | 0000000863 863 Bytes | |
python-django-waliki-django21-compat.patch | 0000000751 751 Bytes | |
python-django-waliki-django21-no-view_page.patch | 0000002094 2.04 KB | |
python-django-waliki-django30-compat.patch | 0000006777 6.62 KB | |
python-django-waliki-django32-compat.patch | 0000000938 938 Bytes | |
python-django-waliki-django40-compat.patch | 0000017644 17.2 KB | |
python-django-waliki-markdown-tests.patch | 0000001422 1.39 KB | |
python-django-waliki-no-context.patch | 0000001726 1.69 KB | |
python-django-waliki-no-rst2html5.patch | 0000000838 838 Bytes | |
python-django-waliki-python3.10.patch | 0000001648 1.61 KB | |
python-django-waliki-reimplement-autolinks.patch | 0000007484 7.31 KB | |
python-django-waliki-use-newer-markups-api.patch | 0000001346 1.31 KB | |
python-django-waliki.changes | 0000002250 2.2 KB | |
python-django-waliki.spec | 0000008681 8.48 KB |
Comments 0