Skip to content

Releases: controversial/wikipedia-map

API rewrite

28 Jul 13:58
Compare
Choose a tag to compare

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)

First stable verison

05 Mar 22:33
Compare
Choose a tag to compare

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