tylerreckart / isso

a Disqus alternative

Home Page:https://posativ.org/isso/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Isso in Action

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

Development

Refer to the docs for Installing from Source.

Help

License

MIT, see LICENSE.

About

a Disqus alternative

https://posativ.org/isso/

License:MIT License


Languages

Language:Python 57.8%Language:JavaScript 35.1%Language:CSS 3.2%Language:HTML 2.5%Language:Dockerfile 0.8%Language:Makefile 0.7%