Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-12 | plugin tag reorg | Joey Hess | |
2008-09-11 | move example back to plugin | Joey Hess | |
2008-09-11 | patch plugin documentation to refer to directive pages | William Uther | |
2008-07-21 | Migrate escaped directives (\[[) in doc/plugins to have \[[! prefix | Simon McVittie | |
2008-07-21 | Migrate doc/plugins via prefix_directives | Simon McVittie | |
This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives | |||
2007-02-13 | simplified plugin definitions | joey | |
2007-02-12 | * Allow plugins to add new types of tests that can be used in PageSpecs. | joey | |
* Add a "conditional" plugin, which allows displaying text if a condition is true. It is enabled by default so conditional can be used in the basewiki. * Use conditionals in the template for plugins, so that plugin pages say if they're currently enabled or not, and in various other places in the wiki. | |||
2006-08-23 | no longer need triple quotes | joey | |
2006-08-23 | * Allow preprocessor directives to contain python-like triple-quoted | joey | |
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. | |||
2006-07-29 | updats | joey | |
2006-07-29 | * Tag plugins according to type. | joey | |
2006-07-29 | * fortune plugin (trivial) | joey | |