Wikipedia Map Versions Save

A web app for visualizing the connections between Wikipedia pages.

v1.1

7 years ago

For this release, I completely rewrote the API backend. Before, it parsed through the page HTML for entire Wikipedia articles. This was slow and inefficient, but more importantly it violated the Wikimedia bot policy (https://meta.wikimedia.org/wiki/Bot_policy#Unacceptable_usage). Now, this project uses the official MediaWiki API, which has lots of advantages (see latest commit message)

v1.0

8 years ago

The first version that I consider "finished." It works, and it has all the functionality I think is essential.