Cleanup RPC usage output a bit

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
Lukas Fleischer 2011-05-29 16:06:28 +02:00
parent 21827dfb1c
commit fa53ca68b0

View file

@ -18,22 +18,18 @@ else {
// here. // here.
?> ?>
<html><body> <html><body>
The methods currently allowed are: <br /> <p>The methods currently allowed are:</p>
<ul> <ul>
<li>search</li> <li><tt>search</tt></li>
<li>info</li> <li><tt>info</tt></li>
<li>multiinfo</li> <li><tt>multiinfo</tt></li>
<li>msearch</li> <li><tt>msearch</tt></li>
</ul> <br /> </ul>
Each method requires the following HTTP GET syntax: <br /> <p>Each method requires the following HTTP GET syntax:</p>
&nbsp;&nbsp; type=<i>methodname</i>&amp;arg=<i>data</i> <pre>type=<em>methodname</em>&amp;arg=<em>data</em></pre>
<br /><br /> <p>Where <em>methodname</em> is the name of an allowed method, and <em>data</em> is the argument to the call.</p>
Where <i>methodname</i> is the name of an allowed method, and <i>data</i> is the argument to the call. <p>If you need jsonp type callback specification, you can provide an additional variable <em>callback</em>.</p>
<br /><br /> <p>Example URL: <tt>http://aur-url/rpc.php?type=search&amp;arg=foobar&amp;callback=jsonp1192244621103</tt></p>
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
</body></html> </body></html>
<?php <?php
// close if statement // close if statement