On Wed, Mar 19, 2008 at 4:07 AM, John Klehm xixsimplicityxix@gmail.com wrote:
On my spring break and had some free time so I thought I'd take a shot at implementing nice urls for the appdb that DanK had suggested a while back.
I have decent bit of code in place that will interpret the url http://appdb.winehq.org/app/what-you-want-here and then feed the chunks into a hash table and return the match or matches however it goes.
However indexing the large amount of data in the production appdb database could take sometime so I was wanting to test it before I sent my code in.
I was wondering if there was a way to download the data from the appdb?
--John Klehm
I do this every week for the WWN to generate the status changes.
$file = "$year$mon$mday.tar.gz"; `wget -O appdb/wine-appdb-$file ftp://ftp.winehq.org/pub/wine/wine-appdb-$file `;