A Disqus alternative https://posativ.org/isso/
104afa8fa2
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 |
||
---|---|---|
docs | ||
isso | ||
specs | ||
.gitignore | ||
.travis.yml | ||
CHANGES.rst | ||
CONTRIBUTING.rst | ||
LICENSE | ||
Makefile | ||
MANIFEST.in | ||
README.md | ||
setup.py | ||
tox.ini | ||
uwsgi.ini |
Isso – Ich schrei sonst
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.
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
- talkatv – Python
- Juvia – Ruby on Rails
- Tildehash.com – PHP
- SO: Unobtrusive, self-hosted comments