Update of /project/lisppaste/cvsroot/public_html In directory common-lisp.net:/tmp/cvs-serv27178
Modified Files: xml-rpc.html Log Message: New XML-RPC interface
Date: Tue Apr 27 17:08:26 2004 Author: bmastenbrook
Index: public_html/xml-rpc.html diff -u public_html/xml-rpc.html:1.3 public_html/xml-rpc.html:1.4 --- public_html/xml-rpc.html:1.3 Tue Mar 9 01:50:36 2004 +++ public_html/xml-rpc.html Tue Apr 27 17:08:25 2004 @@ -22,16 +22,30 @@ number of a paste to annotate, in which case the channel must be equal to the original channel.
- <p><tt>pasteheaders [annotate]</tt> - returns a list of lists - describing all pastes on the system, or if <tt>annotate</tt> is - supplied, a list of lists describing the annotations of the paste - with that number. Each list has (in order) the number of the - paste, the time of the paste, the username, channel, and title of - the paste, and the number of annotations for the paste. + <p><tt>pasteheaders number [start]</tt> - returns a list of lists + describing the most recent <tt>number</tt> pastes on the system. + Each list has (in order) the number of the paste, the time of the + paste, the username, channel, and title of the paste, and the + number of annotations for the paste.
- <p><tt>pastecontents number [annotation]</tt> - returns the paste - contents of the paste with number number, or of the annotation - with supplied number of that paste. + <p><tt>pasteheadersbychannel channel number [start]</tt> - returns + a list of lists describing the most recent <tt>number</tt> pastes + in the supplied channel. The return type is the same as + <tt>pasteheaders</tt>. + + <p><tt>pasteannotationheaders number</tt> - returns a list of + lists describing the annotations of the paste numbered + <tt>number</tt>. Each list has (in order) the number of the + annotation, the time of the annotation, the username, channel, and + title of the annotation, and the number of annotations for the + annotation (currently always 0). + + <p><tt>pastedetails number [annotation]</tt> - returns a list + describing the paste numbered <tt>number</tt>, or of the + annotation of it numbered <tt>annotation</tt>. This list has (in + order) the number of the past or annotation, the time it occured, + the username, channel, title, number of annotations, and lastly + the paste or annotation contents.
<p>If you are planning on running a lisppaste with XML-RPC support, you will need Sven Van Caekenberghe's <a @@ -47,7 +61,7 @@ <address><a href="http://www.cs.indiana.edu/~bmastenb/">Brian Mastenbrook</a></address> <!-- Created: Tue Mar 9 01:23:30 2004 EST --> <!-- hhmts start --> -Last modified: Tue Mar 9 01:49:48 2004 EST +Last modified: Tue Apr 27 16:08:14 2004 EST <!-- hhmts end --> </body> </html>