simplify GH readme to avoid repetition

pull/98/head
Martin Zimmermann 10 years ago
parent fcc4cd63b4
commit 47618d06f2

@ -1,39 +1,10 @@
Isso Ich schrei sonst
=======================
Isso a commenting server similar to Disqus
============================================
[![Build Status](https://travis-ci.org/posativ/isso.png?branch=master)](https://travis-ci.org/posativ/isso)
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).
You love static blog generators (especially [Acrylamid][1] *cough*) and the
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.
![Isso in Action](http://posativ.org/~tmp/isso-sample.png)
[1]: https://github.com/posativ/acrylamid
[2]: https://disqus.com/
**[Try Yourself!](http://posativ.org/isso/)**
Features
--------
* [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) comments written in Markdown
* SQLite backend, Disqus import
* client-side JS (currently 54kb minified, 18kb gzipped)
* I18N, available in english, french, russian and german
Setup
-----
Please refer to the official documentation: <http://posativ.org/isso/docs>.
Alternatives
------------
- [talkatv](https://github.com/talkatv/talkatv) Python
- [Juvia](https://github.com/phusion/juvia) Ruby on Rails
- [Tildehash.com](http://www.tildehash.com/?article=why-im-reinventing-disqus) PHP
- [SO: Unobtrusive, self-hosted comments](http://stackoverflow.com/q/2053217)
See [posativ.org/isso](http://posativ.org/isso/) for more details.

@ -14,7 +14,7 @@
</figure>
<ul>
<li>
<p><strong>Create, Edit and Remove Comments</strong></p>
<p><strong>Comments written in Markdown</strong></p>
<p>Users can edit or delete own comments (within 15 minutes by
default).</p>
<p>Comments in moderation queue are not publicly visible before
@ -29,8 +29,8 @@
<p>You can migrate your Disqus/WordPress comments without any hassle.</p>
</li>
<li>
<p><strong>client-side JavaScript</strong></p>
<p>Embed a single JS file, 51kb (16.5kb gzipped) and you are
<p><strong>configurable JS client</strong></p>
<p>Embed a single JS file, 52kb (16.5kb gzipped) and you are
done.</p>
<p>Supports Firefox, Safari, Chrome and IE10.</p>
</li>

Loading…
Cancel
Save