A Disqus alternative https://posativ.org/isso/
Go to file
Martin Zimmermann 09451ff707 replace textarea with a content-editable div
Mainly because of the sluggish auto-resize "feature" which comes for
free when using a content-editable div.

If you use a custom CSS, make sure you replace textarea (element with
.textarea (class) and set `white-space: pre`.
2014-03-27 14:29:56 +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 add isso.conf example to source distribution 2014-03-25 18:50:18 +01:00
isso replace textarea with a content-editable div 2014-03-27 14:29:56 +01:00
share add isso.conf example to source distribution 2014-03-25 18:50:18 +01:00
specs remove duplicate test 2014-03-25 18:50:21 +01:00
.gitignore generate CSS for docs properly 2013-12-11 15:40:46 +01:00
.travis.yml allow failures for TOX_ENV=backport 2014-01-30 21:51:16 +01:00
CHANGES.rst update changelog 2014-03-25 19:19:06 +01:00
CONTRIBUTING.rst write contribute section 2013-12-02 14:26:12 +01:00
CONTRIBUTORS.txt add CONTRIBUTORS.txt 2014-02-18 18:26:57 +01:00
LICENSE re-license to MIT 2013-09-19 18:44:40 +02:00
Makefile add isso.conf example to source distribution 2014-03-25 18:50:18 +01:00
MANIFEST.in add isso.conf example to source distribution 2014-03-25 18:50:18 +01:00
README.md remove installation and configuration from README 2013-11-25 17:00:36 +01:00
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