Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | misc minor changes | Joey Hess | 2008-09-11 |
| | |||
* | patch plugin documentation to refer to directive pages | William Uther | 2008-09-11 |
| | |||
* | fixed description for open parameter | rdennis | 2008-07-23 |
| | |||
* | Migrate escaped directives (\[[) in doc/plugins to have \[[! prefix | Simon McVittie | 2008-07-21 |
| | |||
* | Migrate doc/plugins via prefix_directives | Simon McVittie | 2008-07-21 |
| | | | | | | This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives | ||
* | toggle: Add support for toggles that are open by default. | Joey Hess | 2008-07-02 |
| | | | | Also fix to work in preview mode. | ||
* | improve | joey | 2007-02-20 |
| | |||
* | simplified plugin definitions | joey | 2007-02-13 |
| | |||
* | * Add toggle plugin. | joey | 2006-11-22 |
* Introduce the nicebundle. This is a kind of plugin, that just enables many other plugins. It's an easy way to boost ikiwiki from its default, basic wiki, to a full-featured wiki, without manually picking the right set of plugins. New plugins will be added to the nicebundle from time to time. |