diff options
author | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2013-07-28 16:00:28 -0400 |
---|---|---|
committer | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2013-07-28 16:00:28 -0400 |
commit | 33f7fd13e81cbfc690a9f492c21ac085f841b3b4 (patch) | |
tree | f59ce6ed6a12523f07cd71c24ffd4614266fa0c0 | |
parent | 9df555376c461987b3d25f31c599183730f60732 (diff) | |
download | ikiwiki-33f7fd13e81cbfc690a9f492c21ac085f841b3b4.tar ikiwiki-33f7fd13e81cbfc690a9f492c21ac085f841b3b4.tar.gz |
Happy to say I no longer need this hack.
-rw-r--r-- | doc/plugins/contrib/dynamiccookies.mdwn | 12 | ||||
-rw-r--r-- | doc/users/schmonz.mdwn | 2 |
2 files changed, 1 insertions, 13 deletions
diff --git a/doc/plugins/contrib/dynamiccookies.mdwn b/doc/plugins/contrib/dynamiccookies.mdwn deleted file mode 100644 index c43b18f6b..000000000 --- a/doc/plugins/contrib/dynamiccookies.mdwn +++ /dev/null @@ -1,12 +0,0 @@ -[[!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. diff --git a/doc/users/schmonz.mdwn b/doc/users/schmonz.mdwn index 2e6bfb331..1f80cb05e 100644 --- a/doc/users/schmonz.mdwn +++ b/doc/users/schmonz.mdwn @@ -21,7 +21,7 @@ pages="!*/Discussion and ((link(users/schmonz) and plugins/*) or rcs/cvs or todo * 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/)) |