A Disqus alternative https://posativ.org/isso/
Go to file
Martin Zimmermann 9a03cca793 use Referer instead of Origin when using IE
* IE10 (and 11) do not send HTTP_ORIGIN when requesting a URL no in
    the same origin, although recommended by WHATWG [1]
  * if IE10 is used, use the referer. If this header is supressed by the
    user, it won't work (and I don't care).

IE10 needs to die, seriously:

> We have a long-standing interoperability difference with other browsers
> where we treat different ports as same-origin whereas other browsers
> treat them as cross-origin.

via https://connect.microsoft.com/IE/feedback/details/781303/origin-header-is-not-added-to-cors-requests-to-same-domain-but-different-port

[1] http://tools.ietf.org/html/draft-abarth-origin-09
2013-12-02 12:12:21 +01:00
docs add reason for SQLite 2013-11-29 23:09:22 +01:00
isso use Referer instead of Origin when using IE 2013-12-02 12:12:21 +01:00
specs fix unittests 2013-12-01 13:40:11 +01:00
.gitignore include uncompressed JS files for debugging purposes 2013-10-31 11:23:58 +01:00
.travis.yml wat 2013-11-25 17:16:58 +01:00
CHANGES.rst Back to development: 0.6 2013-11-17 15:54:51 +01:00
CONTRIBUTING.md move developer section from CONTRIBUTING into its own document 2013-10-31 11:57:34 +01:00
dispatch.py add X-Origin to GET requests, so isso.dispatch works on a single host 2013-11-17 11:16:46 +01:00
LICENSE re-license to MIT 2013-09-19 18:44:40 +02:00
Makefile use sphinx for documentation 2013-11-25 16:57:18 +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 Back to development: 0.6 2013-11-17 15:54:51 +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