icculus / ControllerImage

A library for producing images of SDL controllers.
zlib License
107 stars 2 forks source link

Set up a download facility to grab the latest database. #9

Open icculus opened 8 months ago

icculus commented 8 months ago

Just needs to be on a webserver that can serve static files and respond correctly to the HTTP If-Modified-Since header.

We can do some magic with a GitHub hook, so it updates the db and replaces the file only if the checksum has changed.