1
0
mirror of https://github.com/TeamNewPipe/isso synced 2025-10-06 00:23:15 +02:00
Files
isso/docs/index.html

69 lines
2.4 KiB
HTML
Raw Permalink Normal View History

2013-11-24 21:43:57 +01:00
{%- extends "layout.html" %}
{% set title = "Isso a commenting server similar to Disqus" %}
{% block extrahead %}
<script data-isso="//posativ.org/isso/api/"
src="//posativ.org/isso/api/js/embed.min.js"></script>
{% endblock %}
{% block header %}
<div class="index">
<figure class="duty-call">
<a href="http://xkcd.com/386/">
<img src="{{ pathto('_static/duty_calls.png', 1) }}" alt="XKCD Duty Calls"/>
</a>
<figcaption>by Randall Munroe, CC BY-NC 2.5</figcaption>
</figure>
<ul>
<li>
2014-05-24 16:03:42 +02:00
<p><strong>Comments written in Markdown</strong></p>
2014-04-28 19:42:36 +02:00
<p>Users can edit or delete own comments (within 15 minutes by
default).</p>
<p>Comments in moderation queue are not publicly visible before
2013-11-24 21:43:57 +01:00
activation.</p>
</li>
<li>
<p><strong>SQLite backend</strong></p>
2013-11-29 23:09:22 +01:00
<p>Because comments are not Big Data.</p>
2013-11-24 21:43:57 +01:00
</li>
<li>
2014-05-29 13:32:15 +02:00
<p><strong>Disqus &amp; WordPress Import</strong></p>
2014-05-02 11:57:47 +02:00
<p>You can migrate your Disqus/WordPress comments without any hassle.</p>
2013-11-24 21:43:57 +01:00
</li>
<li>
2014-05-29 13:32:15 +02:00
<p><strong>Configurable JS client</strong></p>
<p>Embed a single JS file, 40kb (12kb gzipped) and you are
2014-04-28 19:42:36 +02:00
done.</p>
2013-11-24 21:43:57 +01:00
<p>Supports Firefox, Safari, Chrome and IE10.</p>
</li>
</ul>
</div>
{% endblock %}
{% block body %}
<div class="links">
<h2>Links</h2>
<ul>
2013-11-25 17:06:26 +01:00
<li><a href="https://pypi.python.org/pypi/isso/">Isso @ PyPi</a></li>
<li><a href="https://github.com/posativ/isso/">Isso @ GitHub</a></li>
2013-11-24 21:43:57 +01:00
</ul>
<h2>Help</h2>
<p>
Join <a href="http://webchat.freenode.net/?channels=isso">
<code>#isso</code></a> on <a href="http://freenode.net/">Freenode</a>
2013-11-25 17:06:26 +01:00
or open an issue on <a href="https://github.com/posativ/isso/issues">GitHub</a>.
2013-11-24 21:43:57 +01:00
</p>
2014-03-07 20:21:16 +01:00
<h2>Contribute</h2>
<p>
<a href="{{ pathto('contribute') }}">Write Code</a>,
<a href="https://www.transifex.com/projects/p/isso/">Translate</a> or
<a href="https://flattr.com/thing/2059355/posativisso-on-GitHub">Flattr
<img src="{{ pathto('_static/flattr.png', 1) }}" alt="Flattr icon"/></a>.
</p>
2013-11-24 21:43:57 +01:00
{% include "searchbox.html" %}
</div>
<div class="demo">
<h2>Demo</h2>
<section id="isso-thread"></section>
</div>
{% endblock %}