A Disqus alternative https://posativ.org/isso/
Go to file
Martin Zimmermann a29393ee3f replace kriskowal/q with 50 LoC homebrew implementation, part of #51
As a result, it is no longer possible to chain promises
(then().then().then(etc.)), but that is actually not an issue for Isso.

The deferred/promise implementation is roughly based on
http://stackoverflow.com/a/17722683 and stackp/promisejs.
2014-01-07 14:28:10 +01:00
docs replace kriskowal/q with 50 LoC homebrew implementation, part of #51 2014-01-07 14:28:10 +01:00
isso replace kriskowal/q with 50 LoC homebrew implementation, part of #51 2014-01-07 14:28:10 +01:00
specs
.gitignore
.travis.yml
CHANGES.rst
CONTRIBUTING.rst
LICENSE
Makefile
MANIFEST.in
README.md
setup.py
tox.ini
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