Activate generic importer + document usage

master
Matthieu Olivier 5 years ago
parent c47f705907
commit 97ceaa1748

@ -72,7 +72,7 @@ export your data. It has been reported that WordPress may generate broken XML.
Try to repair the file using ``xmllint`` before you continue with the import. Try to repair the file using ``xmllint`` before you continue with the import.
For any other comment system you can use the generic JSON format. It's up to you For any other comment system you can use the generic JSON format. It's up to you
to fit the format (see isso/tests/generic.json for an example): to fit the format (see generic.json_ for an example):
.. code-block:: .. code-block::
A list of threads, each item being a dict with the following data: A list of threads, each item being a dict with the following data:
@ -97,11 +97,12 @@ Now import the XML or JSON dump:
.. code-block:: sh .. code-block:: sh
~> isso -c /path/to/isso.cfg import -t [disqus|wordpress|generic] disqus-or-wordpress-or-generic.[xml|json] ~> isso -c /path/to/isso.cfg import -t [disqus|wordpress|generic] comment-dump.[xml|json]
[100%] 53 threads, 192 comments [100%] 53 threads, 192 comments
.. _Disqus: https://disqus.com/ .. _Disqus: https://disqus.com/
.. _WordPress: https://wordpress.org/ .. _WordPress: https://wordpress.org/
.. _generic.json: https://github.com/posativ/isso/blob/master/isso/tests/generic.json
Running Isso Running Isso
------------ ------------

Loading…
Cancel
Save