A collection of wiki-like Django modules for integration with APIs. Based on wiki package.


Keywords
django, wiki, markdown
License
GPL-3.0
Install
pip install wiki-base==0.2.5

Documentation

django-wiki-base

Background

Django-wiki-base is a lightweight, heavily customized version of django-wiki, it only contains structure models (to be easily included in existing project via API).

Can I use existing django-wiki data with wiki-base?

No, sorry.

Contributing

If you have a great idea, let me know; for now I'd like to keep everything as simple as possible.

Dependencies

So far the dependencies are:

Development

In your Git fork, run pip install -r requirements.txt to install the requirements.

Python compatibility

It was compatible with Python 2.5 when I cloned from django-wiki repository (Jan 2014), but I'm developing on 2.7. Feel free to contact me/send a pull request if something has broken (not related to plugins).

Due to Markdown using elementree, you should check that you have python-celementtree: apt-get install python-celementtree

Acknowledgements