aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/brokenlinks.mdwn
Commit message (Expand)AuthorAge
* move demo back to plugin page•••We don't want expensive demos in the directives pages. Add an example of its use instead. Also, some minor rewording. Joey Hess2008-09-11
* patch plugin documentation to refer to directive pagesWilliam Uther2008-09-11
* 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 McVittie2008-07-21
* improve support for internal pages•••This makes it a lot quicker to deal with lots of recentchanges pages appearing and disappearing. It avoids needing to clutter up pagespecs with exclusions for those pages, by making normal pagespecs not match them. Joey Hess2008-01-29
* omit recentchanges from various metadata pagesJoey Hess2008-01-29
* MAJOR basewiki reorg•••Including redir pages for the moved basewiki pages. These will be removed in a future release. Joey Hess2007-12-08
* simplified plugin definitionsjoey2007-02-13
* no longer need triple quotesjoey2006-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. joey2006-08-23
* * Renamed GlobLists to PageSpecs.•••* PageSpecs can now include nested parens, "and", and "or". This remains backwards compatible to the old GlobList format. It's implemented by treating the GlobList as a very limited microlanguage that is transformed to perl code that does the matching. * The old GlobList format is deprecated, and I encourage users to switch to using the new PageSpec format. Compatability with the old format will be removed at some point, possibly by 2.0. * Wiki rebuild needed on upgrade to this version due to PageSpec change. * Add support for creation_month and creation_year to PageSpec. Closes: #380680 * Changes to index file encoding. joey2006-08-02
* updatsjoey2006-07-29
* * Tag plugins according to type.joey2006-07-29
* fix namejoey2006-05-02