aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/flattr.pm
Commit message (Collapse)AuthorAge
* Revert "insert flattr javascript via sanitize, not format hook"Joey Hess2010-08-12
| | | | | | | This reverts commit 3ef8864122c2e665d41ed4d45baa50d4a5d21873. Most aggregators block javascript and so it would display uglily. Need to find a way to fallback to static buttons instead.
* insert flattr javascript via sanitize, not format hookJoey Hess2010-08-12
| | | | | | This makes the javascript be added to rss feeds, which allows the buttons to be displayed by aggregators. At least, if the aggregator does not sanitize javascript.
* flattr: New plugin.Joey Hess2010-08-12
Thanks to jaywalk for the initial implementation at a flattr plugin! This one is less configurable, but simpler.