aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/amazon_s3.pm
Commit message (Collapse)AuthorAge
* add plugin safe/rebuild info (part 1 of 2)Joey Hess2008-08-03
| | | | too many plugins.. brain exploding..
* remove default values in getsetupJoey Hess2008-07-26
| | | | | They were a bit confusing, since they did not actually set the default, and example values are sufficient.
* add missing setup options, tweak others' displayJoey Hess2008-07-26
|
* turn booleans into questionsJoey Hess2008-07-26
|
* added getsetup hooks for all plugins up to recentchangesJoey Hess2008-07-25
|
* paste-oJoey Hess2008-05-08
|
* add --delete-bucket optionJoey Hess2008-05-08
|
* amazon s3 index file improvementsJoey Hess2008-05-08
| | | | | | | | | | | Turns out duplicate index files do not need to be stored when usedirs is in use, just when it's not. Ikiwiki is quite consistent about using page/ when usedirs is in use. (The only exception is the search plugin, which needs fixing.) This also includes significant code cleanup, removal of a incorrect special case for empty files, and addition of a workaround for a bug in the amazon perl module.
* simplify key determination codeJoey Hess2008-05-08
|
* remove debuggingJoey Hess2008-05-07
|
* implemented pruning, s3 support now complete-ishJoey Hess2008-05-07
|
* forgot to add..Joey Hess2008-05-07