summaryrefslogtreecommitdiffstats
path: root/web/html/rpc.php
AgeCommit message (Collapse)AuthorFilesLines
2009-08-11Use include_once where applicableDan McGee1-2/+1
All of these are sourcing function libraries so we don't need to include them more than once. Things that insert actual HTML into the output were left calling include(). Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2009-08-11rpc: small optimizationsDan McGee1-2/+2
Signed-off-by: Dan McGee <dan@archlinux.org> Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2009-06-25Remove excess whitespace.Loui Chang1-1/+1
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
2008-01-19Moved usage documentation out of the class.eliott1-2/+15
Fixed an issue in the handle class.
2008-01-19Added AurJSON code.eliott1-0/+22
Added a JSON interface to the aur. This should make it easier for developers to integrate command line utilities and poll against the AUR itself.