update docs

pull/83/merge
Martin Zimmermann 10 years ago
parent 346b60a9b3
commit 333bba728b

@ -61,24 +61,24 @@ For more options, see :doc:`server <configuration/server>` and :doc:`client
Migration
---------
You can migrate your existing comments from Disqus_. Log into Disqus, go to
your website, click on *Discussions* and select the *Export* tab. You'll
receive an email with your comments. Unfortunately, Disqus does not export
up- and downvotes.
You can import comments from Disqus_ or WordPress_.
To import existing comments, run Isso with your configuration file:
To export your comments from Disqus, log into Disqus, go to your website, click
on *Discussions* and select the *Export* tab. You'll receive an email with your
comments. Unfortunately, Disqus does not export up- and downvotes.
.. code-block:: sh
To export comments from your previous WordPress installation, go to *Tools*,
export your data.
~> isso -c /path/to/isso.cfg import user-2013-09-02T11_39_22.971478-all.xml
[100%] 53 threads, 192 comments
Now import the XML dump:
Migration from WordPress_ is not possible, yet (WordPress does not export
comments). As a workaround, install the Disqus plugin, export to Disqus and
then migrate to Isso.
.. code-block:: sh
.. _Disqus: <https://disqus.com/>
~> isso -c /path/to/isso.cfg import disqus-or-wordpress.xml
[100%] 53 threads, 192 comments
.. _Disqus: https://disqus.com/
.. _WordPress: https://wordpress.org/
Running Isso
------------

@ -25,8 +25,8 @@
<p>Because comments are not Big Data.</p>
</li>
<li>
<p><strong>Disqus Import</strong></p>
<p>You can migrate your Disqus comments without any hassle.</p>
<p><strong>Disqus/WordPress Import</strong></p>
<p>You can migrate your Disqus/WordPress comments without any hassle.</p>
</li>
<li>
<p><strong>client-side JavaScript</strong></p>

Loading…
Cancel
Save