Yaki (which stands for “grill” in Japanese) was the provisional name for my NewWikiMigration project, which was finally completed in May 2007.
It is the CMS that runs this site since that date, and can be described as a full-blown, heavily filesystem-oriented Wiki engine.
Since people like lists of features, here are a few:
- 100% pure Python, with extensive UTF-8 support1
- Entirely self-hosting, running atop the excellent Snakelets application framework2
- Completely filesystem-based (pages are stored on a directory structure, not a database)
- Heavily optimized HTTP processing:
- Completely markup-agnostic – all the internal processing relies Beautiful Soup, and it ships with support for:
- Any markup engine that generates HTML can be added, and markup can be defined on a site-wide or page-per-page basis
- Has all the usual features, like:
- InterWiki support
- Alphabetical Index
- Recent Changes
- etc.
- Has a number of unusual Bliki features, like a blog-like home page, linkblog support, and the SeeAlso table at the bottom of each page.
- Supports full-text indexing and search
- Open Source under the MIT License
- The source code for the “stable” version is published on Google Code (this site is running the bleeding-edge stuff, which will eventually be merged back in)
—
1 As much as possible within OS and filesystem constraints
2 Forget about massive sprawling toolkits, Snakelets, is stable, small, tweakable and truly platform-agnostic.