+++ /dev/null
-[[!template id=plugin name=dynamiccookies author="[[schmonz]]"]]
-[[!template id=gitbranch branch=schmonz/dynamiccookies author="[[schmonz]]"]]
-[[!tag type/web]]
-
-This plugin populates ikiwiki's cookiejar by calling an external
-program. The program is expected to print the serialized cookies
-on `stdout` in a form which can be `eval`'d (e.g., `Data::Dumper`).
-
-The plugin author's use case for this seemingly hacky interface:
-aggregating authenticated feeds at work, where for various reasons
-the needed cookies must be acquired using a separate `perl` from
-the one used by ikiwiki.
* At work, team documentation and project planning: product and sprint
backlogs, burndown charts, release plans/procedures/announcements,
aggregating feeds of shared interest, etc. (with the [[todo/outbound_proxy]]
- patch and [[plugins/contrib/dynamiccookies]] plugin)
+ patch)
* On my laptop, personal to-do and scratch space
* [A small personal site](http://podcast.schmonz.com/) (happily hosted at
[Branchable](http://www.branchable.com/))