update docs

This commit is contained in:
Martin Zimmermann 2014-05-02 11:57:47 +02:00
parent 346b60a9b3
commit 333bba728b
2 changed files with 14 additions and 14 deletions

View File

@ -61,24 +61,24 @@ For more options, see :doc:`server <configuration/server>` and :doc:`client
Migration Migration
--------- ---------
You can migrate your existing comments from Disqus_. Log into Disqus, go to You can import comments from Disqus_ or WordPress_.
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.
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.
To export comments from your previous WordPress installation, go to *Tools*,
export your data.
Now import the XML dump:
.. code-block:: sh .. code-block:: sh
~> isso -c /path/to/isso.cfg import user-2013-09-02T11_39_22.971478-all.xml ~> isso -c /path/to/isso.cfg import disqus-or-wordpress.xml
[100%] 53 threads, 192 comments [100%] 53 threads, 192 comments
Migration from WordPress_ is not possible, yet (WordPress does not export .. _Disqus: https://disqus.com/
comments). As a workaround, install the Disqus plugin, export to Disqus and .. _WordPress: https://wordpress.org/
then migrate to Isso.
.. _Disqus: <https://disqus.com/>
Running Isso Running Isso
------------ ------------

View File

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