To get an up-to-date appdbbugzilla.html:
1. download ftp://ftp.winehq.org/pub/wine/wine-appdb-########.tar.gz
   and ftp://ftp.winehq.org/pub/wine/wine-bugzilla-########.tar.gz
2. extract them
3. install a mysql-server
4. import the sql files like:
    $ mysql -u root -p
    mysql> create database apidb;
    mysql> use apidb;
    mysql> source path/to/appdb.sql;
    mysql> create database bugs;
    mysql> use bugs;
    mysql> source path/to/bugzilla.sql;
5. change passwords in db.pl and run "perl db.pl"

TODO
====

Use apidb.appVersion and apidb.buglinks to filter out existing links
Don't print App names when there are no bugs found?
Apply some magic to App names so that the corresponding bugs are found
