On Sun, Aug 19, 2012 at 05:34:28PM -0700, Hubert Figuière wrote:
On 18/08/12 02:32 PM, Christopher Allan Webber wrote:
For those of you looking for a disqus alternative that's free software,
Joar Wandborg (a prolific mediagoblin contributor) is in the early
stages of such a thing:
https://github.com/desqus/desqus
Probably worth following, especially if you're in the large camp of
people who use statically generated blog/site tools ;)
Is that a "yet another account to create" kind of system or do you use
something like Mozilla Persona (né BrowserID)? The later would be
perfect for that I believe.
Cheers,
Hub
OpenID support is now implemented, you can try it out at
<http://desqus.org>. If you want to try out the commenting, you can
either
try<http://80.joar.pagekite.me/desqus-test/> which is hosted on my
desktop,
or add the script:
<script>
var desqus_home = 'http://desqus.org';
</script>
<script src="http://desqus.org/static/js/desqus.js";>
<noscript>
<p>You must have JavaScript enabled to view these comments as
they utilize CORS and depend on an external service.</p>
</noscript>
</script>
To any webpage.
The commit for OpenID support is at
<https://github.com/desqus/desqus/commit/ba7023ab7e931988fdc1300aba193d2c341c6ca9>.
Best regards,
Joar