Import blueprint is not yet done so please help import wikipedia to Plone.
clone project:
% git clone git://github.com/garbas/collective.blueprint.wikipedia.git
run buildout:
% cd collective.blueprint.wikipedia % python boostrap.py % bin/buildout
run plone and create plone site with id Plone
download wikipedia articles and untar it:
% wget http://dumps.wikimedia.org/simplewiki/latest/simplewiki-latest-pages-articles.xml.bz2 % tar jxvf simplewiki-pages-articles-xml.bz2
make sure that you point to right xml in config:
% vim simplewiki.cfg
run import:
% bin/instance run import.py simplewiki.cfg Plone
- Currently it fails around 20.000 items when trying to import ".htaccess"
- recognize language wiki links (for now we are stripping them out)