A Disqus alternative https://posativ.org/isso/
Go to file
Martin Zimmermann 1c3c826ada replace requirejs-domready with a (self-made) HTML5 idiom, #51
This commit removes yet another dependency. The provided domready
function is compatible with IE9, Firefox and Safari/Chrome.

Inspired by:

* http://stackoverflow.com/a/15580098
* https://github.com/requirejs/domReady/blob/master/domReady.js
2014-02-03 10:54:54 +01:00
.tx
bin
docs mention mailing list and fix CSS typo 2014-02-01 20:26:08 +01:00
isso replace requirejs-domready with a (self-made) HTML5 idiom, #51 2014-02-03 10:54:54 +01:00
specs
.gitignore
.travis.yml allow failures for TOX_ENV=backport 2014-01-30 21:51:16 +01:00
CHANGES.rst Back to development: 0.8 2014-01-29 11:45:47 +01:00
CONTRIBUTING.rst
LICENSE
Makefile
MANIFEST.in
README.md
setup.py Back to development: 0.8 2014-01-29 11:45:47 +01:00
tox.ini pin versions to current Debian Wheezy/Unstable 2014-01-30 20:57:43 +01:00
uwsgi.ini

Isso Ich schrei sonst

Build Status

You love static blog generators (especially Acrylamid cough) and the only option to interact with your community is Disqus. There's nothing wrong with it, but if you care about the privacy of your audience you are better off with a comment system that is under your control. This is, where Isso comes into play.

Try Yourself!

Features

  • CRUD comments written in Markdown
  • SQLite backend, Disqus import
  • client-side JS (currently 54kb minified, 18kb gzipped)
  • I18N, available in english, french, russian and german

Setup

Please refer to the official documentation: http://posativ.org/isso/docs.

Alternatives