aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/autoindex.pm
Commit message (Expand)AuthorAge
* setup file orderingJoey Hess2010-02-12
* add section informationJoey Hess2010-02-12
* finalise version 3.00 of the plugin apiJoey Hess2008-12-23
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
* avoid $_ in a few other for loops•••These were probably not currently buggy, but let's avoid bugs being introduced by the functions called clobbering $_. Joey Hess2008-10-06
* support indexpagesJoey Hess2008-09-29
* autoindex: Avoid re-adding previously deleted (or renamed) pages.Joey Hess2008-08-26
* autoindex: Ignore internal pages, and take underlay directories into account....Joey Hess2008-08-06
* add plugin safe/rebuild info (part 1 of 2)•••too many plugins.. brain exploding.. Joey Hess2008-08-03
* check generated pages in•••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. Joey Hess2008-07-29
* initial draftJoey Hess2008-07-29