What is
WikklyText?
- It provides a lightweight, portable, extensible wiki language, compatible with TiddlyWiki
(see also: MarkupReference). - It is easily used as a WikiOnAStick for keeping a personal wiki.
- It can be used BehindApache to serve a multiuser wiki.
- It can be plugged into Drupal allowing you to write in WikklyText markup on your existing Drupal site.
- It provides "Safe" and "Full" modes: In "Safe" mode, the user is restricted to only calling safe macros, no HTML injection is possible, and the generated text is filtered to preclude XSS issues. In a server setting (e.g. Drupal or Apache) this allows untrusted users to write WikklyText content without endangering system security.
- It is extensible, allowing both embedded Python code in wikitexts (<?py ... ?>) as well as providing an easy to use plugin API.
- It is a modular Python library that you can use to build your own wikitext rendering applications. You can render to both HTML and XML for flexibility.
- It is provided under a free license.
To view some sample content, see the
ConversionDemo.