A Disqus alternative https://posativ.org/isso/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Martin Zimmermann ce950259b4
show traceback when smtp connection failed
11 years ago
docs use sphinx for documentation 11 years ago
isso show traceback when smtp connection failed 11 years ago
specs fix unittest for werkzeug==0.8 11 years ago
.gitignore include uncompressed JS files for debugging purposes 11 years ago
.travis.yml add Travis CI configuration 11 years ago
CHANGES.rst Back to development: 0.6 11 years ago
CONTRIBUTING.md move developer section from CONTRIBUTING into its own document 11 years ago
LICENSE re-license to MIT 11 years ago
MANIFEST.in remove static/post.html from MANIFEST.in 11 years ago
Makefile use sphinx for documentation 11 years ago
README.md remove installation and configuration from README 11 years ago
dispatch.py add X-Origin to GET requests, so isso.dispatch works on a single host 11 years ago
setup.py Back to development: 0.6 11 years ago
tox.ini remove indexserver from tox.ini (use PyPi instead) 11 years ago
uwsgi.ini increase uWSGI's hash cache to 10240 items (=320kb) 11 years ago

README.md

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