Hello!
Here is a patch that adds a query method to the json rpc class.
Instead of having to call rpc.php?type=search&arg=<pkg> and then query the return again,
the query speeds it up by doing it server side
rpc.php?type=query&arg=<string>&include=<field1>:<field2>:..:<fieldN> where <fieldN> is
one of the following: ID, Name, Version, Description, URL, URLPath, License, NumVotes or OutOfDate.
Hopefully it'll be accepted so arson searches will be a bit quicker!
/scj