A Disqus alternative https://posativ.org/isso/
Go to file
Martin Zimmermann d93d77c8c7 refactor markup and sanitization code
This commit introduces a new configuration section [markup] to refine
Misaka's Markdown extensions (by default strikethrough, superscript and
autolink).

Furthermore, you can set custom HTML elements/attributes that are
allowed, e.g. to enable images, set

  [markup]
  allowed-elements = img
  allowed-attributes = src

The refactorization separates HTML sanitization from Markdown -> HTML
and allows to include new markup languages such as BB Code or
reStructuredText.
2014-02-18 16:59:51 +01:00
.tx add Transifex project configuration file 2014-01-06 18:21:30 +01:00
bin add tx-pull and tx-push FILE helper scripts 2014-01-06 18:21:27 +01:00
docs use system's python interpreter 2014-02-16 16:17:38 +01:00
isso refactor markup and sanitization code 2014-02-18 16:59:51 +01:00
specs improve tests for comment field validation 2014-02-04 15:34:02 +01:00
.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 update developer's guide 2014-02-03 11:19:21 +01:00
MANIFEST.in
README.md
setup.py Back to development: 0.8 2014-01-29 11:45:47 +01:00
tox.ini replace assert foo == bar with appropriate self.assert$Foo calls 2014-02-04 15:05:32 +01:00
uwsgi.ini replace isso module with isso.run 2013-12-16 15:42:43 +01:00

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