You cannot 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
ix5 64374a8af9
Merge pull request #947 from 123wowow123/patch-1
docs: testing-client: Fix typo in make command
3 months ago
.github Bump minimum python to 3.7. (#938) 6 months ago
apidoc apidoc: Archive 0.12.6 /demo endpoint, bump apiVersion 12 months ago
contrib contrib: isso-dev.cfg: Add name for multi-site conf 11 months ago
docker docker: Unify test container creation 1 year ago
docs docs: testing-client: Fix typo in make command 3 months ago
isso ext.notifications: Avoid error if headers are None (#943) 5 months ago
.dockerignore Add .dockerignore; ignore node_modules, .venv 1 year ago
.gitignore disperse.conf: Drop unnecessary test command. 4 months ago
CHANGES.rst Release 0.13.1.dev0. 4 months ago
CONTRIBUTING.rst CONTRIBUTING: Redirect to live docs 1 year ago
CONTRIBUTORS.md CONTRIBUTORS: Change file format from `txt` to `md` 7 months ago
Dockerfile Merge pull request #909 from mbrase/docker_volume_perm 11 months ago
LICENSE LICENSE: Update copyright to 2022 1 year ago
MANIFEST.in MANIFEST.in: Add Javascript .map files 12 months ago
Makefile Bugfix/js build setup (#940) 6 months ago
README.md Fix typo and markdown lint rules 022 and 036 (#934) 6 months ago
disperse.conf Add 'doc' extra that depends on Sphinx. 6 months ago
docker-compose.yml docker-compose: Add health check for server 12 months ago
package-lock.json Bugfix/js build setup (#940) 6 months ago
package.json js: test: Decouple screenshots from regular e2e tests 1 year ago
setup.cfg setup.cfg: Remove bdist_wheel universal 1 year ago
setup.py Bump minimum python to 3.7. (#938) 6 months ago
tox.ini Revert "Remove tox.ini" 4 months ago

README.md

Isso a commenting server similar to Disqus

Isso Ich schrei sonst is a lightweight commenting server written in Python and JavaScript. It aims to be a drop-in replacement for Disqus.

Features

  • Comments written in Markdown
    Users can edit or delete own comments (within 15 minutes by default). Comments in moderation queue are not publicly visible before activation.
  • SQLite backend
    Because comments are not Big Data.
  • Disqus & WordPress Import
    You can migrate your Disqus/WordPress comments without any hassle.
  • Configurable JS client
    Embed a single JS file, 65kB (20kB gzipped) and you are done.

See isso-comments.de for a live demo, more details and documentation.

Screenshot

Isso in Action

Getting started

Requirements

  • Python 3.7+ (+ devel headers)
  • SQLite 3.3.8 or later
  • a working C compiler

Install Isso from PyPi:

pip install isso

Then, follow the Quickstart guide.

If you're stuck, follow the Install guide, see Troubleshooting and browse the the full documentation.

Docker

A Docker image with the latest stable release is provided at ghcr.io/isso-comments/isso:latest. See Using Docker.

Contributing

Development

Refer to the docs for Installing from Source.

Help

License

MIT, see LICENSE.