The Basics
A simple wiki, made with Django, based on django-wiki, with support for revisions and Markdown markup.
Project Home – http://code.google.com/p/django-wikiapp/Grab the Repository – svn checkout http://django-wikiapp.googlecode.com/svn/trunk/
Recent Commits
-
182 was committed 2 weeks, 5 days ago.
Issue 70: Added the default value of the WIKI_MARKUP_CHOICES to the docs.
-
181 was committed 1 month ago.
Fixing an i18n bug on a notification template. Thanks msaelices at gmail.com
-
180 was committed 2 months, 2 weeks ago.
renamed notification templates
-
179 was committed 2 months, 3 weeks ago.
adding creole reference to install docs since it’s part of default now.
-
178 was committed 3 months ago.
Fixed a url on a example template and added some details to the docs.
-
177 was committed 3 months ago.
Fixed a really stupid assignment error.
-
176 was committed 3 months ago.
fixed incorrect return of an exception rather than a response and switched to using Forbidden status code
-
175 was committed 3 months, 1 week ago.
Enhanced plain notification templates to include links to the articles
-
174 was committed 3 months, 1 week ago.
Fixed the wikiurl tag to modify the context correctly and resolve the passed article and revision variables correctly
-
173 was committed 3 months, 1 week ago.
Now really added dependencies doc