What's new? | Help | Directory | Sign in
Google
django-wikiapp
A simple wiki with revision and markup support
  
  
  
  
    
Code License: MIT License
Labels: django, wiki, python, web, reST, textile, markdown

Summary

Django WikiApp is a pluggable application for Django that aims to provide a complete Wiki (for really small values of "complete")

Motivation

By the time this project was started, there were many good blog apps for django (for example), but no Free Software feature-complete wiki (AFAIK). So, based on Django Wiki, was created a wiki with suppport for markup and revision control. Also, user-generated content rules!

Alternatives

For communities dealing with translation of documents, we suggest Babelwiki for Django and Google AppEngine.

If you or your users are accustomed to the MoinMoin markup, we recommend Djikiki, that uses the Creole library.

Also, check out the Pycon08 wiki too -- it uses reStructuredText and flatpages.

Documentation

The begining of a documentation can be found at the README.rst file.