Thanks to visit codestin.com
Credit goes to github.com

Skip to content

panta82/isso

 
 

Repository files navigation

Changes compared to the upstream

The following changes were made on branch panta-master:

  • Removed limitation to the number of likes/dislikes
  • Disabled anonimization (fixing the bloom filter bug)

Quick install reminder

Create pipenv:

pyenv install 3.6.1
pipenv install
pipenv shell

Install node modules:

npm install

In development:

python setup.py develop
nano ../isso.ini # Write settings here
./run.sh

In production

python setup.py install
# see in misc/deploy

The rest of this document is the same as on isso master


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.

Isso in Action

See posativ.org/isso for more details.

About

a Disqus alternative

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 60.5%
  • JavaScript 29.6%
  • HTML 5.2%
  • CSS 3.6%
  • Makefile 0.7%
  • Dockerfile 0.3%
  • Shell 0.1%