Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | no longer need triple quotes | joey | 2006-08-23 |
| | |||
* | * Allow preprocessor directives to contain python-like triple-quoted | joey | 2006-08-23 |
| | | | | | | | text blocks, for easy nesting of quotes inside. * Add a template plugin. * Use the template plugin to add infoboxes to each plugin page listing basic info about the plugin. | ||
* | clarification | joey | 2006-08-18 |
| | |||
* | * Support inlining pages raw, rather than creating a blog. | joey | 2006-08-18 |
| | | | | | | * Clean up yes/no parameter parsing in inline plugin. * Implemented better cycle detection in the inline plugin; nested inlines will now work. | ||
* | updats | joey | 2006-07-29 |
| | |||
* | * Tag plugins according to type. | joey | 2006-07-29 |
| | |||
* | * Added plugin system, currently only supporting for PreProcessorDirectives. | joey | 2006-05-02 |
* Added a pagecount plugin, enabled by default. * Support PreProcessorDirectives with no parameters, ie "[[pagecount ]]". * Fixed/optimised backlinks code, to avoid rebuilding pages to update backlinks when the backlinks hadn't really changed. * Moved inline page support, rss generation etc into the inline plugin, enabled by default. * Added brokenlinks plugin, not enabled by default, but rather handy. * Fix several broken links in the doc wiki. |