Daniel Kinzler wrote:
while we are waiting for new disks, it would be quite useful to have static dumps of two or three small wikipedias (like nds, for instance) on zedler, for testing.
Would that be possible? I would at least be able to show people the tools i'm making, even if they are not very useful with so little data.
What exactely do you need? This should also work for other languages:
$ cd /u01/u/voj/dumps/wikipedia/tools $ mkdir ../wikipedia/nds $ ./download.pl wikipedia nds articles $ ./download.pl wikipedia nds current $ ./download.pl wikipedia nds full $ ./download.pl wikipedia nds interwiki $ ./download.pl wikipedia nds catlinks $ ./download.pl wikipedia nds links $ ls ../wikipedia/nds 20051129_categorylinks_table.sql.gz 20051129_pages_articles.xml.bz2 20051129_interwiki_table.sql.gz 20051129_pages_current.xml.bz2 20051129_pagelinks_table.sql.gz 20051129_pages_full.xml.bz2
Greetings, Jakob