]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/contrib/dynamiccookies.mdwn
Merge branch 'master' into fancypodcast
[ikiwiki.git] / doc / plugins / contrib / dynamiccookies.mdwn
1 [[!template id=plugin name=dynamiccookies author="[[schmonz]]"]]
2 [[!template id=gitbranch branch=schmonz/dynamiccookies author="[[schmonz]]"]]
3 [[!tag type/web]]
4
5 This plugin populates ikiwiki's cookiejar by calling an external
6 program. The program is expected to print the serialized cookies
7 on `stdout` in a form which can be `eval`'d (e.g., `Data::Dumper`).
8
9 The plugin author's use case for this seemingly hacky interface:
10 aggregating authenticated feeds at work, where for various reasons
11 the needed cookies must be acquired using a separate `perl` from
12 the one used by ikiwiki.