aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/autoindex.pm
Commit message (Collapse)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 loopsJoey Hess2008-10-06
| | | | | These were probably not currently buggy, but let's avoid bugs being introduced by the functions called clobbering $_.
* 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 ↵Joey Hess2008-08-06
| | | | account. Also, avoid making index pages for directories that contain no files.
* add plugin safe/rebuild info (part 1 of 2)Joey Hess2008-08-03
| | | | too many plugins.. brain exploding..
* check generated pages inJoey Hess2008-07-29
| | | | | | | | | | | 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.
* initial draftJoey Hess2008-07-29