Is there a free wiki source code that will run on Google App Engine?

I found the cccwiki code example which is good, but I need a wiki that keeps track of all changes in pages and allows users to show differences and revert to previous versions.

0


a source to share


2 answers


Someone pointed me to pickywiki . I'll try.



0


a source


You can start at http://code.google.com/p/google-app-engine-samples/downloads/detail?name=cccwiki_20080409.tar.gz&can=2&q= which is exactly "a simple Google App Engine wiki "so you can download, try and modify as you wish. You can also view its sources on the Internet at http://code.google.com/p/google-app-engine-samples/source/browse/trunk/cccwiki/ .



0


a source







All Articles