summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2011-05-29 16:06:28 +0200
committerLukas Fleischer <archlinux@cryptocrack.de>2011-05-29 16:06:28 +0200
commitfa53ca68b004b9a97906e0bcfe8a7d3ba2ad0f9c (patch)
tree5f53311b7f463bbc2b9ea64ea36d87dad5e57107
parent21827dfb1c458edec68e1af4c75bca234f2abfac (diff)
downloadaur-fa53ca68b004b9a97906e0bcfe8a7d3ba2ad0f9c.tar.gz
aur-fa53ca68b004b9a97906e0bcfe8a7d3ba2ad0f9c.tar.xz
Cleanup RPC usage output a bit
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-rw-r--r--web/html/rpc.php26
1 files changed, 11 insertions, 15 deletions
diff --git a/web/html/rpc.php b/web/html/rpc.php
index 18ad3ec9..ee7cda3d 100644
--- a/web/html/rpc.php
+++ b/web/html/rpc.php
@@ -18,22 +18,18 @@ else {
// here.
?>
<html><body>
-The methods currently allowed are: <br />
+<p>The methods currently allowed are:</p>
<ul>
- <li>search</li>
- <li>info</li>
- <li>multiinfo</li>
- <li>msearch</li>
-</ul> <br />
-Each method requires the following HTTP GET syntax: <br />
-&nbsp;&nbsp; type=<i>methodname</i>&amp;arg=<i>data</i>
-<br /><br />
-Where <i>methodname</i> is the name of an allowed method, and <i>data</i> is the argument to the call.
-<br /><br />
-If you need jsonp type callback specification, you can provide an additional variable <i>callback</i>.
-<br />
-Example URL: <br />
- &nbsp;&nbsp; http://aur-url/rpc.php?type=search&amp;arg=foobar&amp;callback=jsonp1192244621103
+ <li><tt>search</tt></li>
+ <li><tt>info</tt></li>
+ <li><tt>multiinfo</tt></li>
+ <li><tt>msearch</tt></li>
+</ul>
+<p>Each method requires the following HTTP GET syntax:</p>
+<pre>type=<em>methodname</em>&amp;arg=<em>data</em></pre>
+<p>Where <em>methodname</em> is the name of an allowed method, and <em>data</em> is the argument to the call.</p>
+<p>If you need jsonp type callback specification, you can provide an additional variable <em>callback</em>.</p>
+<p>Example URL: <tt>http://aur-url/rpc.php?type=search&amp;arg=foobar&amp;callback=jsonp1192244621103</tt></p>
</body></html>
<?php
// close if statement