From 1eff1d223b1486abe565afee9a86cd106fe1a595 Mon Sep 17 00:00:00 2001 From: Laszlo Papp Date: Tue, 29 Sep 2009 00:50:58 +0200 Subject: Add usage output info for maintainer search extension Add msearch type to the list on http://aur.archlinux.org/rpc.php Signed-off-by: Laszlo Papp Signed-off-by: Loui Chang --- web/html/rpc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web') diff --git a/web/html/rpc.php b/web/html/rpc.php index 399c9ad..240cad1 100644 --- a/web/html/rpc.php +++ b/web/html/rpc.php @@ -11,13 +11,14 @@ if ( $_SERVER['REQUEST_METHOD'] == 'GET' ) { } else { // dump a simple usage output for people to use. - // this could be moved to an api doc in the future, or generated from + // this could be moved to an api doc in the future, or generated from // the AurJSON class directly with phpdoc. For now though, just putting it here. echo ''; echo 'The methods currently allowed are:
'; echo '
    '; echo '
  • search
  • '; echo '
  • info
  • '; + echo '
  • msearch
  • '; echo '

'; echo 'Each method requires the following HTTP GET syntax:
'; echo '   type=methodname&arg=data

'; -- cgit v1.2.3-54-g00ecf