Skip to main content

An extensible wiki app for Django with a Git backend

Project description

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

https://badge.fury.io/py/waliki.png https://travis-ci.org/mgaitan/waliki.png?branch=master https://coveralls.io/repos/mgaitan/waliki/badge.png?branch=master
home:

https://github.com/mgaitan/waliki/

documentation:

http://waliki.rtfd.org (under development)

group:

https://groups.google.com/forum/#!forum/waliki-devs

license:

BSD

At a glance, Waliki has:

  • File based content storage.

  • Version control for your content using Git

  • Extensible architecture with plugins

  • Markdown, reStructuredText or textile markups. Easy to add more.

  • UI based on bootstrap

How to start

Install with:

$ pip install waliki

Add waliki and optionals plugins to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'waliki',
    'waliki.git'   # optional
    ...
)

Include the waliki urls in you project’s urls.py:

urlpatterns = patterns('',
    ...
    url(r'^wiki/', include('waliki.urls')),
    ...
)

Enjoy!

Why “Waliki” ?

Waliki is an Aymara word that means all right, fine.

It sounds a bit like Wiki, has a meaningful sense for this project and also plays with the idea of using a “non mainstream” language [1] .

And last but not less important, it’s a humble tribute to bolivian President Evo Morales Ayma

History

0.1.0 (2014-10-01)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

waliki-0.1.0.tar.gz (261.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page