Copy chosen Wikipedia articles into own wiki? - Stack Overflow most recent 30 from stackoverflow.com2009-12-10T10:37:54Zhttp://stackoverflow.com/feeds/question/908813http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/908813/copy-chosen-wikipedia-articles-into-own-wiki0Copy chosen Wikipedia articles into own wiki?alimango2009-05-26T03:31:11Z2009-05-26T05:04:50Z
<p>Hi, is there a way to batch copy certain wikipedia articles(about 10,000) to my own mediawiki site?</p>
<p>EDIT:
How do I do this without overwriting similarly named articles/pages?
Also I don't plan on using illegal means (crawlers etc) </p>
http://stackoverflow.com/questions/908813/copy-chosen-wikipedia-articles-into-own-wiki/908819#9088192Answer by victor hugo for Copy chosen Wikipedia articles into own wiki?victor hugo2009-05-26T03:34:17Z2009-05-26T03:34:17Z<p>The Wikipedia database is available for <a href="http://en.wikipedia.org/wiki/Wikipedia%5Fdatabase" rel="nofollow">download</a></p>
http://stackoverflow.com/questions/908813/copy-chosen-wikipedia-articles-into-own-wiki/908848#9088481Answer by Rob for Copy chosen Wikipedia articles into own wiki?Rob2009-05-26T03:53:36Z2009-05-26T03:53:36Z<p>If you're looking to obtain a specific set of articles, then you may be able to use the Export page (<a href="http://en.wikipedia.org/wiki/Special:Export" rel="nofollow">http://en.wikipedia.org/wiki/Special:Export</a>) to obtain an XML dump of the pages involved; you can export multiple pages at once, although you may wish to space out your requests.</p>
<p>You can import the XML dumps into MediaWiki using <code>Special:Import</code> or one of the import scripts in <code>maintenance/</code>.</p>
http://stackoverflow.com/questions/908813/copy-chosen-wikipedia-articles-into-own-wiki/908855#9088550Answer by Moayad Mardini for Copy chosen Wikipedia articles into own wiki?Moayad Mardini2009-05-26T03:56:46Z2009-05-26T03:56:46Z<p>Here's <a href="http://meta.wikimedia.org/wiki/Importing%5Fa%5FWikipedia%5Fdatabase%5Fdump%5Finto%5FMediaWiki" rel="nofollow">a guide to import a Wikipedia database dump into MediaWiki</a>.</p>
<p>BTW, fetching a large number of articles from Wikipedia using your own code (using a web crawler, for instance) is forbidden, if you're asking about that.</p>