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
-
154 was committed 5 days, 20 hours ago.
Removing gravatar references
-
151 was committed 1 week, 3 days ago.
Adding Creole markup (needs ‘easy_install Creoleparser’)
-
150 was committed 1 week, 3 days ago.
Merging some local commits made with bzr-svn: - Removing uneeded import - views.py dont need to know about WIKI_WORDS_RE anymore - Removed match_wikiword_or_404(). - updated the documentation. - Removed the comment about ‘admin_urls.py’. - Added a login_required() decorator that can be turned off
-
149 was committed 1 week, 4 days ago.
Its better to compare with None using ‘is’
-
148 was committed 1 week, 6 days ago.
removing unused import of the dispatcher
-
147 was committed 1 week, 6 days ago.
updating to new signals framework
-
146 was committed 2 weeks, 3 days ago.
Added a wiki_title inclusion tag
-
145 was committed 2 weeks, 4 days ago.
Added summary to articles, and show_teaser inclusion tag.
-
143 was committed 2 weeks, 4 days ago.
Adding tags to Articles
-
142 was committed 3 weeks ago.
Fixed some erroneous URLs.