summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Papp <djszapi2@gmail.com>2009-09-29 00:50:58 +0200
committerLoui Chang <louipc.ist@gmail.com>2009-09-29 00:55:50 +0200
commit1eff1d223b1486abe565afee9a86cd106fe1a595 (patch)
tree636a4d8404992afa465c0b839676f484824fa702
parentcf49644f4efc95f34ad94fd8e12e226d546b4b95 (diff)
downloadaur-1eff1d223b1486abe565afee9a86cd106fe1a595.tar.gz
aur-1eff1d223b1486abe565afee9a86cd106fe1a595.tar.xz
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 <djszapi@archlinux.us> Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-rw-r--r--web/html/rpc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/html/rpc.php b/web/html/rpc.php
index 399c9ad6..240cad15 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 '<html><body>';
echo 'The methods currently allowed are: <br />';
echo '<ul>';
echo '<li>search</li>';
echo '<li>info</li>';
+ echo '<li>msearch</li>';
echo '</ul><br />';
echo 'Each method requires the following HTTP GET syntax:<br />';
echo '&nbsp;&nbsp; type=<i>methodname</i>&arg=<i>data</i> <br /><br />';