From 202159804ea1d7b787b9d01c806e744fead543f8 Mon Sep 17 00:00:00 2001 From: SvenDowideit Date: Mon, 20 Feb 2012 00:20:02 +0000 Subject: [PATCH] Item10659: add another todo git-svn-id: http://svn.foswiki.org/trunk/ImportExportPlugin@14030 0b4bb1d4-4e5a-0410-9cc4-b2b747904278 --- lib/Foswiki/Plugins/ImportExportPlugin/Filters.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/Foswiki/Plugins/ImportExportPlugin/Filters.pm b/lib/Foswiki/Plugins/ImportExportPlugin/Filters.pm index 2c8c476..f4d0483 100644 --- a/lib/Foswiki/Plugins/ImportExportPlugin/Filters.pm +++ b/lib/Foswiki/Plugins/ImportExportPlugin/Filters.pm @@ -30,6 +30,10 @@ TODO: need to add the following filters * html - convert a set of html files to foswiki format, need a remove_prefix, remove_postfix, html2tml, * rename webs - list of from -> to conversions, including some mechanism to merge webs together (drop dups, merge dupes, rename second dup..) * skipdistrotopics - work out what topics are unmodified by wiki users (ie, shipped in the release) and skip those that were from the old (or twiki) release + * check / fix up attachments - ./rest /UpdateAttachmentsPlugin/update -topic Web + * initialise Tags (given a tag, tag that topic if the topic contains the tag word) - + * my $cmd = "grep '\\-\\-\\-+' ../data/$web/*.txt | grep -s $tag | sed 's/..\\/data\\/$web\\//.\\/rest \\/TagMePlugin\\/addTag tag=$tag webtopic=$web./' | sed 's/.txt.*//' | sh"; + =cut