Difference between revisions of "Change user in XML export"

From Organic Design wiki
(timestamp field modification in xml dump)
m
Line 12: Line 12:
 
}}
 
}}
  
{{Info|text=Note: The <nowiki><timestamp>2008-12-03T09:01:22Z</timestamp></nowiki> field is also important. If it is at the current time then imports will be recorded in the recent changes. The unix command to mimic mediaWikis timestamp is;
+
{{Info|1=Note: The <nowiki><timestamp>2008-12-03T09:01:22Z</timestamp></nowiki> field is also important. If it is at the current time then imports will be recorded in the recent changes. The unix command to mimic mediaWikis timestamp is;
 
{{code|<BASH>date "+%Y-%m-%dT%H:%M:%SZ"</BASH>}}
 
{{code|<BASH>date "+%Y-%m-%dT%H:%M:%SZ"</BASH>}}
 
}}
 
}}

Revision as of 20:14, 2 December 2008

Procedure.svg Change user in XML export
Organic Design procedure

The Usernames are specified in the <username> tag, by default an xml export usually dumps the current revision not the history of an article;


{{{1}}}


Info.svg Note: The <timestamp>2008-12-03T09:01:22Z</timestamp> field is also important. If it is at the current time then imports will be recorded in the recent changes. The unix command to mimic mediaWikis timestamp is;
<BASH>date "+%Y-%m-%dT%H:%M:%SZ"</BASH>