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

I'm looking for a script that can convert the XML wikipedia DUMP in MySQL compliant SQL. I've found a ready SQL dump for the english version but no easy way to import the other languages.

Thanks,

Piero

link|improve this question
feedback

2 Answers

Per wikipedia's own page on the subject (well worth studying), help for importing wikipedia xml dumps to mysql is found on this mediawiki page .

link|improve this answer
Thanks for the pointer, but as far as I've understood it will import the Mediawiki format while I'm intrested in the Html content so I'll need something that works with the results... – PieroP May 25 '09 at 20:58
feedback

Wikipedia has an API

You can use this API to iterate over the articles and to download each page.

link|improve this answer
This was my original idea infact I was looking for a "ready" script that could do this.. – PieroP May 25 '09 at 20:59
feedback

Your Answer

 
or
required, but never shown

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