Skip to content

Commit

Permalink
Item10659: add another todo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/ImportExportPlugin@14030 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Feb 20, 2012
1 parent 57d5bba commit 2021598
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Foswiki/Plugins/ImportExportPlugin/Filters.pm
Expand Up @@ -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

Expand Down

0 comments on commit 2021598

Please sign in to comment.