A Disqus alternative https://posativ.org/isso/
Go to file
Martin Zimmermann 104afa8fa2 allow raw HTML markup for a few (whitelisted) tags
To be compatible with comments from Disqus (and users unfamiliar with
Markdown), Misaka no longer disables user-inputted HTML, but the
generated HTML is now post-processed and all "unsafe" tags (not
possible with Markdown) are discarded.

Whitelist: p, a, pre, blockquote, h1-h6, em, sub, sup, del, ins, math,
           dl, ol, ul, li

This commit also removes an unnecessary newline generated by
Misaka/Sundown.

Conflicts:
	isso/utils/__init__.py
2014-01-12 14:49:26 +01:00
docs Merge branch 'feature/27', override thread id 2013-12-12 13:07:57 +01:00
isso allow raw HTML markup for a few (whitelisted) tags 2014-01-12 14:49:26 +01:00
specs allow raw HTML markup for a few (whitelisted) tags 2014-01-12 14:49:26 +01:00
.gitignore generate CSS for docs properly 2013-12-11 15:40:46 +01:00
.travis.yml wat 2013-11-25 17:16:58 +01:00
CHANGES.rst Preparing release 0.6 2013-12-16 11:58:43 +01:00
CONTRIBUTING.rst write contribute section 2013-12-02 14:26:12 +01:00
LICENSE re-license to MIT 2013-09-19 18:44:40 +02:00
Makefile generate CSS for docs properly 2013-12-11 15:40:46 +01:00
MANIFEST.in remove static/post.html from MANIFEST.in 2013-10-31 17:39:45 +01:00
README.md remove installation and configuration from README 2013-11-25 17:00:36 +01:00
setup.py Preparing release 0.6 2013-12-16 11:58:43 +01:00
tox.ini simplify nosetest usage 2013-11-25 17:02:15 +01:00
uwsgi.ini increase uWSGI's hash cache to 10240 items (=320kb) 2013-11-03 12:55:31 +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