WikklyText is a Python-based wiki and modular library for creating custom wikitext rendering applications. Its wikitext engine is compatible with the TiddlyWiki markup language. It functions equally well as a wiki-on-a-stick or as a multiuser wiki behind Apache. It includes a Drupal plugin as well.
| Tags | Text Processing Markup XML HTML/XHTML Software Development Libraries Python Modules Internet Web Dynamic Content Wiki |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | PHP Python |
Recent releases


Changes: Reorganization of the caching layer solves a number of rendering and portability issues. Cache is now cleaned periodically to avoid unbounded growth. Cleanups in link parsing were done for TiddlyWiki compatibility. Some rendering speedups were made, especially in text store. Rendered output is now XHTML 1.0 compliant (Strict).


Changes: A new plugin API makes it easy to add user-defined macros. An option to to create autolinks to unknown CamelWords and links, just like TiddlyWiki does, has been added. User-defined log filters on the admin page have been added. File locking has been added to TiddlyWiki and text stores. There are many other fixes and enhancements.


Changes: A GUI "control center" was added for managing local wikis. This is particularly useful if you are running several local wikis and don't want to keep starting and stopping them by hand. Handling of embedded Python code in wikitexts was fixed. Options were added on the wiki admin page to turn off most disk writes (for more USB-friendly usage). SiteTitle and SiteSubtitle are now rendered correctly.


Changes: This is an update to the parser to handle wikis created with TiddlyWiki 2.4.0.


Changes: This release fixes a showstopper bug in the XSS filter that caused almost all links to be removed. Compatibility with CherryPy 3.1beta was established. Requests for "PageName" are redirected to "PageName.html" (assuming "PageName" is a valid item). There were other minor updates.