A Disqus alternative https://posativ.org/isso/
c6e9c7eee4
Breaks CLI (and probably other modules that use `dist.version`):
[*]~/d/isso:master> isso -c sample.cfg run
Traceback (most recent call last):
File "/home/.../dev/isso/bin/isso", line 9, in <module>
load_entry_point('isso==0.8.dev0', 'console_scripts', 'isso')()
File "/home/.../dev/isso/isso/__init__.py", line 198, in main
parser.add_argument('--version', action='version', version='%(prog)s ' + dist.version)
AttributeError: 'module' object has no attribute 'version
This reverts commit
|
||
---|---|---|
.tx | ||
bin | ||
docs | ||
isso | ||
specs | ||
.gitignore | ||
.travis.yml | ||
CHANGES.rst | ||
CONTRIBUTING.rst | ||
CONTRIBUTORS.txt | ||
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