Hi, 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
|
|
|
|
|
|
|
Wikipedia has an API
You can use this API to iterate over the articles and to download each page. |
||
|
|
|
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 . |
||
|