up vote 0 down vote favorite
share [g+] share [fb]

is there a way to batch copy certain wikipedia articles(about 10,000) to my own mediawiki site?

EDIT: How do I do this without overwriting similarly named articles/pages? Also I don't plan on using illegal means (crawlers etc)

link|improve this question

69% accept rate
feedback

3 Answers

up vote 2 down vote accepted

If you're looking to obtain a specific set of articles, then you may be able to use the Export page (http://en.wikipedia.org/wiki/Special:Export) 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.

You can import the XML dumps into MediaWiki using Special:Import or one of the import scripts in maintenance/.

link|improve this answer
Does this include images? If not is there an automatic method to obtain images as well? – Paradius Jun 19 '09 at 18:33
It doesn't include images because of the copyright. – l2mt Aug 23 '09 at 21:49
It doesn't include images because it's a straight XML dump of the page information, revision metadata and text, and the format hasn't been expanded to include the binary image data. Strictly speaking, it's a technical limitation. In theory, you could import copyright-infringing text and the software wouldn't stop that. – Rob Aug 27 '09 at 14:14
feedback

The Wikipedia database is available for download

link|improve this answer
feedback

Here's a guide to import a Wikipedia database dump into MediaWiki.

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.