diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnZyXrBJHCbhjyf69drmoWxbsEex_bQhEk <Peter@web> | 2010-09-29 10:12:52 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-09-29 10:12:52 +0000 |
commit | 64c3c0d0deb80c5af69154d0bc06419a2232fb8f (patch) | |
tree | a8b95ed2e4743ac62a37a8ed67006fe96113965a | |
parent | 589aabeebe50c8ee95cd7c60c2128204264dd634 (diff) |
-rw-r--r-- | doc/plugins/contrib/imailhide.mdwn | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/plugins/contrib/imailhide.mdwn b/doc/plugins/contrib/imailhide.mdwn index 3aacef57a..3247f57bf 100644 --- a/doc/plugins/contrib/imailhide.mdwn +++ b/doc/plugins/contrib/imailhide.mdwn @@ -1,7 +1,4 @@ -[[!template id=plugin name=imailhide author="Peter Vizi"]] -[[!tag type/widget type/html]] - -# Mailhide plugin for Ikiwiki +# Mailhide Plugin for Ikiwiki This plugin provides the directive mailhide, that uses the [Mailhide API][1] to protect email addresses from spammers. @@ -53,8 +50,13 @@ will result in `joh<a href="...">...</a>@example.com`. *Optional.* You can set the style parameter individually for each `mailhide` call. See `mailhide_default_style` for details. +## Known Issues + +1. [opening new window when displaying email address][6] + [1]: http://www.google.com/recaptcha/mailhide/ [2]: http://search.cpan.org/perldoc?Captcha::reCAPTCHA::Mailhide [3]: http://github.com/petervizi/imailhide [4]: http://www.google.com/recaptcha/mailhide/apikey [5]: http://code.google.com/apis/recaptcha/docs/mailhideapi.html +[6]: http://github.com/petervizi/imailhide/issues#issue/1 |