summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/autoindex.pm
AgeCommit message (Collapse)Author
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-06avoid $_ in a few other for loopsJoey Hess
These were probably not currently buggy, but let's avoid bugs being introduced by the functions called clobbering $_.
2008-09-29support indexpagesJoey Hess
2008-08-26autoindex: Avoid re-adding previously deleted (or renamed) pages.Joey Hess
2008-08-06autoindex: Ignore internal pages, and take underlay directories into ↵Joey Hess
account. Also, avoid making index pages for directories that contain no files.
2008-08-03add plugin safe/rebuild info (part 1 of 2)Joey Hess
too many plugins.. brain exploding..
2008-07-29check generated pages inJoey Hess
I considered not checking them in, or making the checkin configurable. However, then they would remain not checked in if edited by a user, which is probably not desired. Note that passing undef as the username/ip to rcs_commit_staged may not result in ideal behavior; the commit may seem to come from "anonymous" with some revision control systems. Most of them handle it a bit better and just have it come from whatever user is running the build.
2008-07-29initial draftJoey Hess