Commit message (Expand) | Author | Age | |
---|---|---|---|
* | wording | Joey Hess | 2008-10-29 |
* | rename preprocessordirective to directive•••Reasons include: - easier to type - might want postprocessor directives again sometime, and listdirectives can then use the directive/* files for either - that it's done as a preprocessor step is an internal detail (and not a very accurate one, really :-) | Joey Hess | 2008-08-25 |
* | Migrate doc/plugins via prefix_directives•••This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives | Simon McVittie | 2008-07-21 |
* | fix up some links | Joey Hess | 2007-12-08 |
* | MAJOR basewiki reorg•••Including redir pages for the moved basewiki pages. These will be removed in a future release. | Joey Hess | 2007-12-08 |
* | * Rewritten rst plugin by madduck is a python program that communicates with••• ikiwiki via XML RPC. This should be much faster than the old plugin that had to fork python for every rst page render. Note that if you use the rst plugin, you now need to have the RPC::XML perl module installed. | joey | 2007-10-15 |
* | revert | joey | 2007-08-17 |
* | rst plugin allows raw html now•••rst plugin could be sped up enormously by rewriting it to be a pure python external plugin | joey | 2007-08-17 |
* | simplified plugin definitions | joey | 2007-02-13 |
* | * Added a ddate plugin. | joey | 2006-08-27 |
* | no longer need triple quotes | joey | 2006-08-23 |
* | * Allow preprocessor directives to contain python-like triple-quoted••• 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. | joey | 2006-08-23 |
* | * Add first draft at a Restructured Text (rst) plugin, by Sergio••• Talens-Oliag. Note that this has many known issues -- see the caveats on the plugin's page. * Credit everyone who wrote a plugin on the plugins' wiki pages. | joey | 2006-08-19 |