Re: [aur-dev] [PATCH] Add newly submitted packages functionality with json interface

2009-10-11 Thread Loui Chang
On Thu 08 Oct 2009 16:30 -0700, elij wrote: Well, if people can get memcached installed on the aur box, and it can be made a requirement for running the aur, then I would have no problem coding up a new rss class that returned rss2.0 _or_ json, based on a passed in parameter. This could wholly

Re: [aur-dev] [PATCH] Add newly submitted packages functionality with json interface

2009-10-10 Thread elij
I made a first run through refactoring the feed code, and throwing memcache in. I need to setup a php test machine to test and verify though... So it might take a little while for me to make that happen. That is, unless someone has an aur instance running that is willing to test my patches (and

Re: [aur-dev] [PATCH] Add newly submitted packages functionality with json interface

2009-10-08 Thread elij
Well, if people can get memcached installed on the aur box, and it can be made a requirement for running the aur, then I would have no problem coding up a new rss class that returned rss2.0 _or_ json, based on a passed in parameter. This could wholly replace the existing rss2.php/rss.php

Re: [aur-dev] [PATCH] Add newly submitted packages functionality with json interface

2009-10-06 Thread Aaron Griffin
On Tue, Oct 6, 2009 at 1:52 PM, Laszlo Papp djsz...@archlinux.us wrote: On Tue, Oct 6, 2009 at 1:40 AM, elij elij...@gmail.com wrote: I guess I don't see the need for this. If you want to see 'new packages', just use the rss feed. Dumping this in the rcp api seems... wrong to me. Hello

Re: [aur-dev] [PATCH] Add newly submitted packages functionality with json interface

2009-10-06 Thread Laszlo Papp
On Tue, Oct 6, 2009 at 9:03 PM, Aaron Griffin aaronmgrif...@gmail.comwrote: On Tue, Oct 6, 2009 at 1:52 PM, Laszlo Papp djsz...@archlinux.us wrote: On Tue, Oct 6, 2009 at 1:40 AM, elij elij...@gmail.com wrote: I guess I don't see the need for this. If you want to see 'new packages', just

[aur-dev] [PATCH] Add newly submitted packages functionality with json interface

2009-10-05 Thread Laszlo Papp
From: Laszlo Papp djsza...@gmail.com Add a json interface for the newly submitted packages output, after a query operation, and it will be easier to handle it from a frontend for example. Signed-off-by: Laszlo Papp djsz...@archlinux.us --- web/html/rpc.php |