Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add pointer to new S3 bucket-as-website features | Joey Hess | 2011-02-17 |
| | |||
* | Migrate doc/plugins via prefix_directives | Simon McVittie | 2008-07-21 |
| | | | | | | This is a partial commit of: egrep -rl '\[\[[a-z]+ ' doc | xargs --max-args 1 ./ikiwiki-transition prefix_directives | ||
* | add --delete-bucket option | Joey Hess | 2008-05-08 |
| | |||
* | amazon s3 index file improvements | Joey Hess | 2008-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. | ||
* | amazon s3 support implemented and kinda working | Joey Hess | 2008-05-07 |
| | | | | pruning not yet implemented, however | ||
* | documentation for amazon_s3 plugin | Joey Hess | 2008-05-07 |
Now to write it. :-) |