X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=doc%2Fplugins%2Faggregate.mdwn;h=75123d923b1f6fdfecaf380959aab2b1604f5014;hb=631c0d9e7c3892abb79bcb31b5769390846a07c3;hp=2925b6fba6633ab0ff19197e3df41197c0577e3f;hpb=2dd0c177a6b33488dfcfff9041a3749b44484f34;p=ikiwiki.git diff --git a/doc/plugins/aggregate.mdwn b/doc/plugins/aggregate.mdwn index 2925b6fba..75123d923 100644 --- a/doc/plugins/aggregate.mdwn +++ b/doc/plugins/aggregate.mdwn @@ -48,3 +48,10 @@ plugin as well as aggregate itself, since feed entries will be stored as HTML, and as first-class wiki pages -- each one generates a separate HTML page in the output, and they can even be edited. This option is provided only for backwards compatability. + +## cookies + +The `cookiejar` option can be used to configure how [[!cpan LWP::UserAgent]] +handles cookies. The default is to read them from a file +`~/.ikiwiki/cookies`, which can be populated using standard perl cookie +tools like [[!cpan HTTP::Cookies]].