Differences Between QuickWiki and NotSoQuickWiki

This project start where the Pylons  QuickWiki tutorial ends. As with that tutorial, this is not intended to be a an end-use product. There are plenty of nice Wiki's out there. This is intended to show specific hopefully modular changes to QuickWiki that could help in implementing any pylons project.

It uses the QuickWiki 1.5 implementation. This uses:

 Pylons 9.6

which has significant changes from the 9.4 used in QuickWiki 1.4

 SQLQlchemy 0.4

again has some significant API differences from SA 0.3

 Authkit 0.4

Some changes in the API, notably in the setup params (in the .cfg file)

The major differences in this project are that it:

  • Replaces Object publishing URL scheme with REST style routing (mostly)
  • Replaces  Mako with  Genshi
  • Adds use of  Toscawidgets
  • Implements Login with Authkit 0.4 forward method
  • Modifies the conversion of rst to HTML rendering
  • Adds  Pygments highlighting to source in  reStructuredText
  • changes the way WikiWords are handled