OpenWetWare:Data dumps: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
 
Line 10: Line 10:
*[http://meta.wikimedia.org/wiki/Xml2sql Xml2sql] - MediaWiki XML to SQL converter
*[http://meta.wikimedia.org/wiki/Xml2sql Xml2sql] - MediaWiki XML to SQL converter
*[http://www.mediawiki.org/wiki/Manual:Database_layout Mediawiki database layout]
*[http://www.mediawiki.org/wiki/Manual:Database_layout Mediawiki database layout]
*[[User:Austin/Extensions/dumpRewrite|dumpRewrite]] - allows the importing of another mediawiki into OpenWetWare, it can be used to dump an entire wiki, prefix all page titles with Foo/Bar and also rewrite all links such that they point to the correct page name

Latest revision as of 13:41, 8 February 2007

  • OpenWetWare provides public dumps of the wiki data content in XML format
  • The dump files can be downloaded at http://openwetware.org/dumps
  • Currently (January 2007), dumps are being run daily approximately at 4am EST
  • Dumps are made using maintenance/dumpBackup.php with option --full (complete history of every page) and compressed using bzip2
  • Dump does not contain uploaded files.

Reference