isso/README.md

40 lines
1.2 KiB
Markdown
Raw Normal View History

2012-10-17 20:44:35 +00:00
Isso Ich schrei sonst
=======================
[![Build Status](https://travis-ci.org/posativ/isso.png?branch=master)](https://travis-ci.org/posativ/isso)
2013-11-14 21:55:29 +00:00
You love static blog generators (especially [Acrylamid][1] *cough*) and the
2013-11-01 15:45:21 +00:00
only option to interact with your community is [Disqus][2]. There's nothing
wrong with it, but if you care about the privacy of your audience you are
better off with a comment system that is under your control. This is, where
Isso comes into play.
2012-10-17 20:44:35 +00:00
[1]: https://github.com/posativ/acrylamid
2013-09-05 17:52:51 +00:00
[2]: https://disqus.com/
2012-10-17 20:44:35 +00:00
**[Try Yourself!](http://posativ.org/isso/)**
2013-09-12 17:10:03 +00:00
2012-10-17 20:44:35 +00:00
Features
--------
2012-10-17 20:44:35 +00:00
2013-10-30 09:06:09 +00:00
* [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) comments written in Markdown
* SQLite backend, Disqus import
2013-10-31 16:14:49 +00:00
* client-side JS (currently 54kb minified, 18kb gzipped)
* I18N, available in english, french, russian and german
2012-10-17 20:44:35 +00:00
2012-12-16 13:00:40 +00:00
Setup
-----
2012-10-17 20:44:35 +00:00
Please refer to the official documentation: <http://posativ.org/isso/docs>.
2013-11-11 11:13:01 +00:00
2012-10-17 20:44:35 +00:00
2012-12-16 12:55:18 +00:00
Alternatives
------------
2012-10-17 20:44:35 +00:00
2013-09-12 17:10:03 +00:00
- [talkatv](https://github.com/talkatv/talkatv) Python
2013-09-12 17:20:31 +00:00
- [Juvia](https://github.com/phusion/juvia) Ruby on Rails
2013-09-12 17:10:03 +00:00
- [Tildehash.com](http://www.tildehash.com/?article=why-im-reinventing-disqus) PHP
- [SO: Unobtrusive, self-hosted comments](http://stackoverflow.com/q/2053217)