changes no htmlscrubber not necessary anymore
parent
3eec1c2de4
commit
c28d1b4171
|
@ -22,7 +22,6 @@ IkiWiki::Plugin::plusone - Adding the +1 button to your posts
|
|||
This plugin allows to add a google plusone button using the plusone directive
|
||||
[[!plusone ]]
|
||||
where ever you want the button to show up.
|
||||
Please note that you need to either use my modified htmlscrubber plugin to allow the google plusone tags within your site's content - or disable htmlscrubber completely (not recommended!).
|
||||
|
||||
## plusone directive
|
||||
The plusone directive allows to override the automativally generated url by specifying the wanted url as option:
|
||||
|
@ -31,6 +30,6 @@ The plusone directive allows to override the automativally generated url by spec
|
|||
|
||||
## DOWNLOAD
|
||||
|
||||
* single files: [plusone.pm](http://git.recluse.de/?p=users/bzed/ikiwiki.git;a=blob_plain;f=IkiWiki/Plugin/plusone.pm;hb=refs/heads/plusone) [htmlscrubber.pm](http://git.recluse.de/?p=users/bzed/ikiwiki.git;a=blob_plain;f=IkiWiki/Plugin/htmlscrubber.pm;h=5193d02487694c0bab902f2ca84a0a55b6745754;hb=refs/heads/plusone)
|
||||
* single file: [plusone.pm](http://git.recluse.de/?p=users/bzed/ikiwiki.git;a=blob_plain;f=IkiWiki/Plugin/plusone.pm;hb=refs/heads/plusone)
|
||||
* browse repository: <http://git.recluse.de/?p=users/bzed/ikiwiki.git;a=shortlog;h=refs/heads/plusone>
|
||||
* git repo: `git://git.recluse.de/users/bzed/ikiwiki.git` or <http://git.recluse.de/repos/users/bzed/ikiwiki.git> (Use the plusone branch)
|
||||
|
|
Loading…
Reference in New Issue