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