2007-08-17 Retagging

I wrote a little script called `retag` modelled on Oddmuse:wikicopy that allows me to add and remove tags. So the following line will add the tag MondayGroup to all pages tagged Kitsunemori, BarrowOfTheForgottenKing, or RedHandOfDoom and containing the number 2006 or 2007...

Oddmuse:wikicopy

Kitsunemori

RedHandOfDoom

`perl retag -i 'http://www.emacswiki.org/cgi-bin/alex?search=2006+2007+tag:kitsunemori+tag:BarrowOfTheForgottenKing+tag:RedHandOfDoom;raw=1;context=0' -a MondayGroup -u [[AlexSchroeder]] http://www.emacswiki.org/cgi-bin/alex`

Unfortunately I messed it up and the code kept accumulating tags so by the end of the list, it would add all it had stumbled upon to the last page. Yikes!

​#Wikis ​#Oddmuse