I can provide help with integrating the code with the appdb if you have any questions. The real question I've got, since I haven't done it before, is how to get the path the user specified, eg. appdb.winehq.org/vendor/adobe (or whatever), into a php script so we can redirect to the list of applications for the vendor 'adobe'.
Chris
On Wed, Mar 19, 2008 at 11:31 AM, John Klehm xixsimplicityxix@gmail.com wrote:
On Wed, Mar 19, 2008 at 10:16 AM, Zachary Goldberg zgold550@gmail.com wrote:
On Wed, Mar 19, 2008 at 4:07 AM, John Klehm xixsimplicityxix@gmail.com wrote:
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 `;
Thanks! =)