alimango
alimango

Reputation: 655

Copy chosen Wikipedia articles into own wiki?

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)

Upvotes: 0

Views: 1186

Answers (3)

Rob
Rob

Reputation: 48369

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/.

Upvotes: 2

victor hugo
victor hugo

Reputation: 35838

The Wikipedia database is available for download

Upvotes: 2

Related Questions