aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-05-05 00:07:29 -0400
committerJoey Hess <joey@kitenet.net>2013-05-05 00:07:29 -0400
commit3d23c87a2e06d4a3e37c836a1c416db11908556d (patch)
tree58d2aa62663a5b83c9db1bc0ad5f0dad4c4bfea3
parent82650b74f4f25c7875d26f6968d0cf24514671c4 (diff)
parent9763e62a8f1d9286b7bc21863019e4576f092ff1 (diff)
downloadikiwiki-3d23c87a2e06d4a3e37c836a1c416db11908556d.tar
ikiwiki-3d23c87a2e06d4a3e37c836a1c416db11908556d.tar.gz
Merge branch 'master' of ssh://git.ikiwiki.info
-rw-r--r--doc/plugins/contrib/livefyre.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/plugins/contrib/livefyre.mdwn b/doc/plugins/contrib/livefyre.mdwn
new file mode 100644
index 000000000..d4a62c0cc
--- /dev/null
+++ b/doc/plugins/contrib/livefyre.mdwn
@@ -0,0 +1,14 @@
+[[!template id=plugin name=livefyre core=0 author="[[cmauch]]"]]
+[[!tag type/special-purpose]]
+
+[LiveFyre](http://www.livefyre.com) is a third party comment and discussion system similar in some ways to Disqus or IntenseDebate. All three services use javascript to attach comments to your site without the need to use a native commenting system.
+
+This plugin is designed to replace the commenting system in IkiWiki entirely. It embeds LiveFyre comments on your ikiwiki blog or posts. It is was originally based on the [Disqus Plugin](https://code.google.com/p/ikiwiki-plugin-disqus/). After a few days of noticing odd page title names on the livefyre moderation interface, I updated the script to make use of JSON. I made extensive use of the [integration guide](https://github.com/Livefyre/livefyre-docs/wiki/StreamHub-Integration-Guide) to get it all running.
+
+It's loud and messy and slow, but kind of neat too.
+
+Requires the [[!cpan JSON]], [[!cpan JSON::WebToken]], and [[!cpan Digest::MD5]] perl modules to be available.
+
+You can grab the source [here](https://bitbucket.org/cmauch/ikiwiki/src/master/IkiWiki/Plugin/livefyre.pm)
+
+See the POD documention in the module for installation and configuration instructions.