mirror of https://github.com/posativ/isso.git
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.
![]() docs: testing-client: Fix typo in make command |
3 months ago | |
---|---|---|
.github | 6 months ago | |
apidoc | 12 months ago | |
contrib | 11 months ago | |
docker | 1 year ago | |
docs | 3 months ago | |
isso | 5 months ago | |
.dockerignore | 1 year ago | |
.gitignore | 4 months ago | |
CHANGES.rst | 4 months ago | |
CONTRIBUTING.rst | 1 year ago | |
CONTRIBUTORS.md | 7 months ago | |
Dockerfile | 11 months ago | |
LICENSE | 1 year ago | |
MANIFEST.in | 12 months ago | |
Makefile | 6 months ago | |
README.md | 6 months ago | |
disperse.conf | 6 months ago | |
docker-compose.yml | 12 months ago | |
package-lock.json | 6 months ago | |
package.json | 1 year ago | |
setup.cfg | 1 year ago | |
setup.py | 6 months ago | |
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
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
- Pull requests are very much welcome! These might be good first issues
- See Ways to Contribute
- Translate
Development
Refer to the docs for Installing from Source.
Help
- Join
#isso
via Matrix or via IRC on Libera.Chat - Ask a question on GitHub Discussions.
License
MIT, see LICENSE.