mirror of https://github.com/posativ/isso.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
1 day ago | |
---|---|---|
.github | 1 day ago | |
apidoc | 1 day ago | |
contrib | 3 days ago | |
docker | 5 days ago | |
docs | 1 day ago | |
isso | 1 day ago | |
.dockerignore | 4 weeks ago | |
.gitignore | 1 week ago | |
CHANGES.rst | 1 day ago | |
CONTRIBUTING.rst | 9 years ago | |
CONTRIBUTORS.txt | 3 months ago | |
Dockerfile | 3 days ago | |
LICENSE | 2 weeks ago | |
MANIFEST.in | 2 months ago | |
Makefile | 1 day ago | |
README.md | 3 weeks ago | |
docker-compose.yml | 1 day ago | |
package-lock.json | 4 weeks ago | |
package.json | 1 week ago | |
releaser.conf | 3 months ago | |
setup.cfg | 2 weeks ago | |
setup.py | 2 weeks 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 posativ.org/isso for a live demo, more details and documentation.
Screenshot
Geting started
Requirements
- Python 3.6+ (+ 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.
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.