summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/amazon_s3.pm
AgeCommit message (Collapse)Author
2010-02-12setup file orderingJoey Hess
2010-02-12add section informationJoey Hess
2010-02-09amazon_s3: Fix to support the EU S3 datacenter, which is more picky about ↵Joey Hess
attempts to create already existing buckets.
2009-07-23reverted a few of the string changesJoey Hess
Improved one string.
2009-07-23Improve translatable texts to ease translation (e.g. to→into and ↵Jonas Smedegaard
from→inside)
2008-12-23finalise version 3.00 of the plugin apiJoey Hess
2008-12-17Coding style change: Remove explcit vim folding markers.Joey Hess
2008-08-03add plugin safe/rebuild info (part 1 of 2)Joey Hess
too many plugins.. brain exploding..
2008-07-26remove default values in getsetupJoey Hess
They were a bit confusing, since they did not actually set the default, and example values are sufficient.
2008-07-26add missing setup options, tweak others' displayJoey Hess
2008-07-26turn booleans into questionsJoey Hess
2008-07-25added getsetup hooks for all plugins up to recentchangesJoey Hess
2008-05-08paste-oJoey Hess
2008-05-08add --delete-bucket optionJoey Hess
2008-05-08amazon s3 index file improvementsJoey Hess
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.
2008-05-08simplify key determination codeJoey Hess
2008-05-07remove debuggingJoey Hess
2008-05-07implemented pruning, s3 support now complete-ishJoey Hess
2008-05-07forgot to add..Joey Hess