This is a simple wiki engine for Google App Engine.
I cloned original GAEWiki, but push to Bitbucket, because the clones on Google Code can not have Downloads/Wiki/Issues tabs.
- Create a new Google App Engine.
- Copy
sample-app.yaml
to beapp.yaml
and replace<YOUR GAE ID>
with your ID.
I only made some changes when I felt needed, here is a short list:
-
Python 2.7 / Django 1.2.
-
gae-pytz with pytz-2012h.
-
Markdown 2.2.1
-
Use Markdown wikilinks extension to handle internal wiki link:
- Temporarily disabled:
List
,ListChildren
,gaewiki:mp3player
,gaewiki:map
,Image
.
- Temporarily disabled:
-
Add
yjlwiki_preview_callback
hook.
See AUTHORS
The wiki itself is distributed under GNU GPL v3.
pytz is distributed under the MIT license.