summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/skeleton.pm.example
AgeCommit message (Collapse)Author
2008-11-02Revert "added the targetpage hook"intrigeri
This reverts commit fc299df955879bf958aa78338ba64d56a7df17a9. Such functionality can now be achieved using the inject() function. Signed-off-by: intrigeri <intrigeri@boum.org>
2008-11-02Revert "added hook urlpath" and "rename urlpath hook into tweakurlpath..."intrigeri
This reverts commits d9b9022c13af3aa6c469df05beaa293fcf33cafc and 39d44d443d2271ec8787e6192b8b5811bee41ebf. This functionality should now be achieved using the new inject() function. Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18added hook urlpathintrigeri
This hook can be used to modify the internal urls generated by ikiwiki. Signed-off-by: intrigeri <intrigeri@boum.org>
2008-10-18added the targetpage hookintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-09-23Fix typo in skeleton.pm.example: sessionncgi (with extra n)Simon McVittie
(cherry picked from commit 72ffc85d6acb8b99839ac98a2c23dbef410b5666)
2008-08-03add plugin safe/rebuild info (part 3 of 3)Joey Hess
2008-07-29Merge branch 'tova' into autoconfigJoey Hess
Conflicts: debian/changelog
2008-07-29add refresh hookJoey Hess
2008-07-26remove default values in getsetupJoey Hess
They were a bit confusing, since they did not actually set the default, and example values are sufficient.
2008-07-26finish adding getsetup hooks to pluginsJoey Hess
2008-07-21rename skeleton.pmJoey Hess
Add '.example' so it's not installed with the other plugins.