aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/tag.mdwn
Commit message (Expand)AuthorAge
* * Atom feed support based on a patch by Clint Adams.•••* Add feeds=no option to inline preprocessor directive to turn off all types of feeds. feeds=rss will still work, and feeds=atom was also added, for fine control. * $IkiWiki::version now holds the program version, and is accessible to plugins. joey2006-10-08
* 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
* clarifyjoey2006-08-19
* * 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
* * Put categories in rss feeds for tagged items.joey2006-07-29
* * Add getopt hook type, this allows plugins to add new command-line options.•••* Add --tagbase option to tag plugin. joey2006-07-28
* don't need double-escape on indented literal text as markdown doesn't mess•••with it joey2006-07-28
* Hope encrico doesn't mind, but I changed the location and layout of the•••tags on the templates. This way seems to fit better with the links. Also some css cleanup, avoid hardcoded <i> etc. joey2006-07-28
* * Patch from Enrico that••• - allows preprocessor directives to have parameters with no specified value - fixes preprocessor directive parameter parsing so that foo=bar baz now means "foo=bar" and a "baz" with no value - Add a tag plugin that allows more easily tagging pages. The meta plugin can also still be used for this. joey2006-07-27