|
Change user in XML export Organic Design procedure
|
The Usernames are specified in the <username> tag, by default an xml export usuarlly dumps the current revision not the history of an article;
|
<PHP>
perl -ne 's/(\<username\>)\w+?(\<\/username\>)/$1WikiSysop$2/g ; print ' IN.xml > OUT.xml
</PHP>
|
|