aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/transient.pm
Commit message (Collapse)AuthorAge
* avoid uninitialized value warning when running -dumpsetupJoey Hess2011-02-25
| | | | Here wikistatedir has not been configured.
* Add add_literal_underlay and use it for the transient underlaySimon McVittie2011-01-07
| | | | This means we don't need to import Cwd and use abs_path.
* Assume obsolete transient pages have the same extension as the changed pageSimon McVittie2011-01-07
|
* GC unused pages in the transient underlaySimon McVittie2011-01-07
|
* Add transient plugin, which adds ~/.ikiwiki/transient as an underlaySimon McVittie2011-01-07
This can contain auto-generated things, like tag pages; if edited they'll automatically migrate into source code control.