diff options
author | Joey Hess <joey@kitenet.net> | 2010-08-12 16:53:52 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-08-12 16:53:55 -0400 |
commit | 80102c042d0f2fd194222cd233a7bfd0e8bd467f (patch) | |
tree | 160a2d61f421818a8532f1cc9fbce6f9a0bd6f7e /doc/plugins | |
parent | a68241838b37cd40eaedb917330412c19491ca70 (diff) |
flattr: New plugin.
Thanks to jaywalk for the initial implementation at a flattr plugin!
This one is less configurable, but simpler.
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/contrib/flattr.mdwn | 3 | ||||
-rw-r--r-- | doc/plugins/flattr.mdwn | 9 |
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/plugins/contrib/flattr.mdwn b/doc/plugins/contrib/flattr.mdwn index f8f005c31..e9b4bf857 100644 --- a/doc/plugins/contrib/flattr.mdwn +++ b/doc/plugins/contrib/flattr.mdwn @@ -10,6 +10,9 @@ I wrote some notes on [jonatan.walck.se](http://jonatan.walck.se/software/ikiwik This plugin is licensed under [CC0](http://creativecommons.org/publicdomain/zero/1.0/) (public domain). +Note that there is now a [[plugins/flattr]] plugin bundled with ikiwiki. It +is less configurable, not supporting static buttons, but simpler to use. + # Usage # # [[!flattr args]] where args are in the form of arg=value. diff --git a/doc/plugins/flattr.mdwn b/doc/plugins/flattr.mdwn new file mode 100644 index 000000000..5da279518 --- /dev/null +++ b/doc/plugins/flattr.mdwn @@ -0,0 +1,9 @@ +[[!template id=plugin name=flattr author="[[Joey]]"]] +[[!tag type/web]] + +[Flattr](http://flattr.com/) is a social micropayment platform. +This plugin allows easily adding Flattr buttons to pages, +using the [[ikiwiki/directive/flattr]] directive. + +This plugin has a configuration setting. `flattr_userid` can be set +to either your numeric flatter userid, or your flattr username. |