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 | ||
* | simplified plugin definitions | joey | 2007-02-13 |
| | |||
* | 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. | ||
* | more slashery | joey | 2006-08-03 |
| | |||
* | updats | joey | 2006-07-29 |
| | |||
* | * Tag plugins according to type. | joey | 2006-07-29 |
| | |||
* | * --getctime had bitrotted (well I only ever used it the once so far..), | joey | 2006-05-26 |
| | | | | | | | | | | | | * When inlining a page in another one, links from the inlined page are now expanded the same as they are when rendering the inlined page as a standalone page. So rather than being expanded from the POV of the inlining page, they are expanded from the POV of the inlined page. For example, a link from blog/foo to "bar" will now link to blog/bar if it exists. Previously this needed to be a link explicitly to "blog/bar"; such links will also continue to work. (This was slightly complex to do as the link still has to be constructed relative to the inlining page.) | ||
* | web commit by joey | www-data | 2006-05-05 |
| | |||
* | web commit by joey | www-data | 2006-05-05 |
| | |||
* | web commit by joey | www-data | 2006-05-05 |
| | |||
* | haiku plugin | joey | 2006-05-05 |