Downloads and imports Wikipedia page histories to a git repository
Go to file
greenrd 6a7f712560 Add README explaining how to compile it 2010-09-12 15:47:30 +01:00
README Add README explaining how to compile it 2010-09-12 15:47:30 +01:00
litexml.d Commented out some entities to make it compile on gdc 2010-09-12 15:40:05 +01:00
wp2git.d Don't delete the git-fast-import file afterwards 2010-09-12 15:40:05 +01:00

README

This project is written to use the Phobos standard library for D,
so it must be compiled with a compiler which supports Phobos, such
as GDC.

To compile it using GDC:

gdc *.d -o wp2git

which generates an executable called wp2git.