KO
|
EN
gitlite โ search
Search
#python
#claude-code
#ai
#ai-agents
#automation
#claude
#ai-agent
#markdown
#developer-tools
#skills
#knowledge-base
#self-hosted
isso
โ 5,298
Open GitHub โ
a Disqus alternative
Download README (.md)
Explore Similar Repositories
lancet
:
A comprehensive, efficient, and reusable util function library of Go.
mercure
:
๐ชฝ An open, easy, fast, reliable and battery-efficient solution for real-time communications
diffusion
:
Denoising Diffusion Probabilistic Models
syntaxhighlighter
:
SyntaxHighlighter is a fully functional self-contained code syntax highlighter developed in JavaScript.
sanitize.css
:
A best-practices CSS foundation
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
isso
?
Download (.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](http://disqus.com). ## 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](https://isso-comments.de/)** for a **live demo**, more details and [documentation](https://isso-comments.de/docs/). ## Screenshot  ## Getting started ### Requirements - Python 3.8+ (+ devel headers) - SQLite 3.3.8 or later - a working C compiler Install Isso from [PyPi](https://pypi.python.org/pypi/isso/): ```console pip install isso ``` Then, follow the [Quickstart](https://isso-comments.de/docs/guides/quickstart/) guide. If you're stuck, follow the [Install guide](https://isso-comments.de/docs/reference/installation/), see [Troubleshooting](https://isso-comments.de/docs/guides/troubleshooting/) and browse the [the full documentation](https://isso-comments.de/docs/). ## Docker > [!NOTE] > The Docker image tagging scheme for stable releases was changed from `:latest` > to `:release` as of March 2024 > ([#970](https://github.com/isso-comments/isso/pull/970), [#1012](https://github.com/isso-comments/isso/issues/1012)) A [Docker image](https://github.com/isso-comments/isso/pkgs/container/isso) with the latest stable release is provided at `ghcr.io/isso-comments/isso:release`, while `isso:latest` is rebuilt on every push to the `master` branch. See [Using Docker](https://isso-comments.de/docs/reference/installation/#using-docker). The maintainers recommend pinning the image to a [release tag](https://github.com/isso-comments/isso/pkgs/container/isso), e.g. `isso:0.13.0`. ## Contributing - Pull requests are very much welcome! These might be [good first issues](https://github.com/isso-comments/isso/labels/good-first-issue) - See [Ways to Contribute](https://isso-comments.de/docs/contributing/) - [Translate](https://isso-comments.de/docs/contributing/#translations) ### Development <!-- TODO also mention "Development & Testing" section once new docs uploaded --> Refer to the docs for [Installing from Source](https://isso-comments.de/docs/reference/installation/#install-from-source). ### Help - Join `#isso` via IRC on [Libera.Chat](https://libera.chat/) - Ask a question on [GitHub Discussions](https://github.com/isso-comments/isso/discussions). ## License MIT, see [LICENSE](LICENSE).