aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/listdirectives.pm
Commit message (Collapse)AuthorAge
* needsbuild hook interface changed; the hooks should now return the modified ↵Joey Hess2010-09-07
| | | | array of things that need built. (Backwards compatability code keeps plugins using the old interface working.)
* setup file orderingJoey Hess2010-02-12
|
* change how dependency types are specified to add_dependsJoey Hess2009-10-08
| | | | Also, this fixes 2 bugs in dependency info.
* rework dependency types codeJoey Hess2009-10-04
| | | | | Simplify, change default content depends number to 1, change interface to make more sense.
* listdirectives: contentless dependencyJoey Hess2009-10-04
| | | | Another one that probably doesn't matter, but for completness.
* listdirectives: Avoid listing _comment directives and generally assume any ↵Joey Hess2009-05-22
| | | | directive starting with _ is likewise internal.
* finalise version 3.00 of the plugin apiJoey Hess2008-12-23
|
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
|
* don't rely on plugin load order when determining generated directivesJoey Hess2008-10-30
| | | | | Instead, shortcuts will explicitly be marked as such when registered, and listdirectives can filter them out.
* Export pagetitle, titlepage, linkpage.Joey Hess2008-09-27
|
* listdirectives: Enable use of the directives underlay.Joey Hess2008-09-11
|
* updateJoey Hess2008-08-25
|
* rename pluginJoey Hess2008-08-25
I don't want to be stuck renameing it later if preprocessor directives are turned into postprocessor directives. Also, "directives" is shorter and clearer than "preprocessors".