From 863f8851005b9c8c0c966545ac59a88e1934a193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Poulain?= Date: Tue, 4 Aug 2020 11:24:45 +0200 Subject: [PATCH] =?UTF-8?q?feat(doc):=20ajoute=20des=20questions=20=C3=A0?= =?UTF-8?q?=20traiter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- drupal2spip_lal/base/convert.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drupal2spip_lal/base/convert.py b/drupal2spip_lal/base/convert.py index e02d420..b021110 100644 --- a/drupal2spip_lal/base/convert.py +++ b/drupal2spip_lal/base/convert.py @@ -16,6 +16,8 @@ from drupal2spip_lal.spip import models as spip # - quelle utilisation des rubriques ? # - quelle hiérarchie des mots clés ? # - autobr sélectif ? +# - importer les drupaleries ? (fn, toc, etc.) + autobr selon le format +# - convertir en format SPIP ? def convert_timestamp(timestamp):