Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | fixes | joey | 2007-08-21 |
| | |||
* | * pagetemplate: don't display template name | joey | 2007-08-05 |
| | |||
* | * Add templatefile hook. | joey | 2007-07-26 |
* Add pagetemplate plugin, which allows changing the template used for a page. (Not to be confused with the hook of the same name..) |