aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/orphans.mdwn
Commit message (Collapse)AuthorAge
* no longer need triple quotesjoey2006-08-23
|
* * Allow preprocessor directives to contain python-like triple-quotedjoey2006-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.
* * Improve markdown loading. First, try to load it as a properl perl module,joey2006-08-10
| | | | | | | in case it was installed as one. Then fall back to trying /usr/bin/markdown. * Document in install page how to install markdown, since it has no installation procedure in the upstream tarball.
* * Renamed GlobLists to PageSpecs.joey2006-08-02
| | | | | | | | | | | | | | * 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.
* updatsjoey2006-07-29
|
* * Tag plugins according to type.joey2006-07-29
|
* web commit by joeywww-data2006-05-05
|
* web commit by joeywww-data2006-05-03
|
* web commit by joeywww-data2006-05-03
|
* web commit by joeywww-data2006-05-03
|
* * Add an orphans plugin for finding pages that nothing links to.joey2006-05-02
* Removed backlinks page, which it turns out nothing used.