Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

looking for django app for collaborative Wiki [closed]

I've been trying to find a django wiki app, which has the following -

1.) WYSIWYG
2.) Attach files
3.) Revisions

I see moinmoin, but before going all in, wanted to see what you all have used.

like image 801
PlanetUnknown Avatar asked Apr 16 '10 18:04

PlanetUnknown


2 Answers

List of Django Wiki projects: http://djangopackages.com/grids/g/wikis/

like image 129
amito Avatar answered Oct 05 '22 23:10

amito


The two leading candidates I can find are:

  • django-wikiapp
  • django-wiki

django-wikiapp looks a little more mature, and definitely supports revisions but does not seem to support attachments. WYSIWYG wouldn't be too tough to implement using something like TinyMCE or CKEditor. Attachments may be the sticking point.

like image 34
Daniel DiPaolo Avatar answered Oct 06 '22 00:10

Daniel DiPaolo