From 5e38e3d3d0eff20f8d46bad67c4944a6a1d92ea4 Mon Sep 17 00:00:00 2001 From: eliott Date: Fri, 12 Oct 2007 21:05:13 -0700 Subject: Added AurJSON code. 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. --- web/html/rpc.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 web/html/rpc.php (limited to 'web/html/rpc.php') diff --git a/web/html/rpc.php b/web/html/rpc.php new file mode 100644 index 00000000..30813912 --- /dev/null +++ b/web/html/rpc.php @@ -0,0 +1,22 @@ +handle($_GET); + } + else { + echo ''; + echo $rpc_o->usage(); + echo ''; + } +} +else { + echo 'POST NOT SUPPORTED'; +} +?> -- cgit v1.2.3-24-g4f1b