From cbf4c3cae2e0829ce48a7eb1c2880cda26458d56 Mon Sep 17 00:00:00 2001 From: Oliver Urs Lenz Date: Tue, 6 Nov 2018 09:10:00 +0100 Subject: [PATCH] importer docs: warn about multiple categories in wordpress --- docs/importer.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/importer.rst b/docs/importer.rst index 0f940808..674dd9b1 100644 --- a/docs/importer.rst +++ b/docs/importer.rst @@ -20,6 +20,12 @@ The conversion from HTML to reStructuredText or Markdown relies on `Pandoc`_. For Dotclear, if the source posts are written with Markdown syntax, they will not be converted (as Pelican also supports Markdown). +.. note:: + + Unlike Pelican, Wordpress supports multiple categories per article. These + are imported as a comma-separated string. You have to resolve these + manually, or use a plugin that enables multiple categories per article + (like `more_categories`_). Dependencies ============ @@ -133,3 +139,5 @@ To test the module, one can use sample files: - for WordPress: http://www.wpbeginner.com/wp-themes/how-to-add-dummy-content-for-theme-development-in-wordpress/ - for Dotclear: http://media.dotaddict.org/tda/downloads/lorem-backup.txt + +.. _more_categories: http://github.com/getpelican/pelican-plugins/tree/master/more_categories \ No newline at end of file