Downloads and imports Wikipedia page histories to a git repository
Go to file
Vladimir Panteleev e4e42a3f2d Add README 2013-08-29 22:16:19 +00:00
ae@196247891e Update to D2 2013-08-29 21:25:15 +00:00
.gitignore Whitespace 2013-08-29 22:02:55 +00:00
.gitmodules Update to D2 2013-08-29 21:25:15 +00:00
AUTHORS Whitespace 2013-08-29 22:02:55 +00:00
LICENSE Whitespace 2013-08-29 22:02:55 +00:00
README.md Add README 2013-08-29 22:16:19 +00:00
wp2git.d Change extension of article content file from .txt to .mw 2013-08-29 22:06:12 +00:00

README.md

wp2git

This program allows you to download and convert any Wikipedia article's history to a git repository, for easy browsing and blaming.

Usage

$ wp2git Article_name_here

wp2git will create a directory, in which a new git repository will be created.

Run wp2git --help for more options.

Requirements

The commands git and curl should be accessible from PATH.

Building

You will need a D compiler to build wp2git.

$ git clone --recursive https://github.com/CyberShadow/wp2git
$ rdmd --build-only wp2git