.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH XML-RPC-API2TXT 1 "June 27, 2001" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME xml-rpc-api2txt \- Print out a description of an XML-RPC API as text .SH SYNOPSIS .B xml-rpc-api2txt \fIserver-url\fR .SH DESCRIPTION xml-rpc-api2txt queries an XML-RPC server using the XML-RPC Instrospection API designed by Edd Dumbill. It then prints the results to standard output in a nicely formatted form, suitable for sending via e-mail. .PP You can find a list of supported XML-RPC server libraries (and patches for many others) at \fBhttp://xmlrpc-c.sourceforge.net/hacks.php\fR. .SH OPTIONS .TP .I server-url The name of the server to query. Try \fBhttp://xmlrpc-c.sourceforge.net/cgi-bin/interop.cgi\fR. .SH BUGS xml-rpc-api2txt assumes that method descriptions are ASCII text, not HTML as specified in the standard. (In practice, both conventions are often seen.) .SH SEE ALSO .BR xmlrpc-c (7), .BR xml-rpc-api2cpp (1). .PP This program is part of xmlrpc-c. .SH AUTHOR This manual page was written by Eric Kidd . It may be distributed under the same terms as the rest of xmlrpc-c.