changeset 2481:11ac6157fc73

plugin blog import dotclear: use a smaller and lower case prefix to generate ids
author Goffi <goffi@goffi.org>
date Wed, 24 Jan 2018 09:10:12 +0100
parents dc55b854ccf3
children ac6097a66944
files src/plugins/plugin_blog_import_dotclear.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/plugins/plugin_blog_import_dotclear.py	Mon Jan 22 22:00:46 2018 +0100
+++ b/src/plugins/plugin_blog_import_dotclear.py	Wed Jan 24 09:10:12 2018 +0100
@@ -52,7 +52,7 @@
 
 location: you must use the absolute path to your backup for the location parameter
 """)
-POST_ID_PREFIX = u"SàT_DOTCLEAR_IMPORT_BLOG"
+POST_ID_PREFIX = u"sat_dc_"
 KNOWN_DATA_TYPES = ('link', 'setting', 'post', 'meta', 'media', 'post_media', 'comment', 'captcha')
 ESCAPE_MAP = {
     'r': u'\r',