]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/contrib/dynamiccookies.mdwn
Merge branch 'restrict-comment-formats' of git://rtime.felk.cvut.cz/sojka/ikiwiki
[git.ikiwiki.info.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]]
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`).
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.