Menu

[r1498]: / advanced / tools / xml-rpc-api2txt.1  Maximize  Restore  History

Download this file

48 lines (47 with data), 1.7 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
.\" 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 <n> 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 <eric.kidd@pobox.com>.
It may be distributed under the same terms as the rest of xmlrpc-c.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.