Appdb nice urls: best way to test indexing of production data

Zachary Goldberg zgold550 at gmail.com
Wed Mar 19 11:01:49 CDT 2008


On Wed, Mar 19, 2008 at 11:55 AM, Chris Morgan <chmorgan at gmail.com> wrote:
> 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
>
>
Is

$_SERVER["REQUEST_URI"];

what your looking for?



>
>
>
>  On Wed, Mar 19, 2008 at 11:31 AM, John Klehm <xixsimplicityxix at gmail.com> wrote:
>  > On Wed, Mar 19, 2008 at 10:16 AM, Zachary Goldberg <zgold550 at gmail.com> wrote:
>  >  >
>  >  > On Wed, Mar 19, 2008 at 4:07 AM, John Klehm <xixsimplicityxix at 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! =)
>  >
>  >
>  >
>  >
>



-- 
Zachary Goldberg
Computer Science & Engineering
Electrical Captain of Penn Electric Race Team
School of Engineering at the University of Pennsylvania



More information about the wine-devel mailing list