summaryrefslogtreecommitdiffstats
path: root/modules/xmlrpc/doc/manifest.html
blob: 1586e41c7038ee06f1b7b2c8067efd2f7f15528b (plain)
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
<HTML
><HEAD
><TITLE
>Files in the distribution</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.77+"><LINK
REV="MADE"
HREF="edd@usefulinc.com"><LINK
REL="HOME"
TITLE="XML-RPC for PHP"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="Introduction"
HREF="introduction.html"><LINK
REL="NEXT"
TITLE="Bugs"
HREF="bugs.html"></HEAD
><BODY
CLASS="CHAPTER"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>XML-RPC for PHP: version 1.1</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="introduction.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="bugs.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="CHAPTER"
><H1
><A
NAME="MANIFEST"
></A
>Chapter 2. Files in the distribution</H1
><DIV
CLASS="GLOSSLIST"
><DL
><DT
><B
>xmlrpc.inc</B
></DT
><DD
><P
>the XML-RPC classes. <TT
CLASS="FUNCTION"
>include()</TT
> this in
	    your PHP files to use the classes.</P
></DD
><DT
><B
>xmlrpcs.inc</B
></DT
><DD
><P
>the XML-RPC server class.  <TT
CLASS="FUNCTION"
>include()</TT
>
	    this in addition to xmlrpc.inc to get server
	    functionality</P
></DD
><DT
><B
>bettydemo.php</B
></DT
><DD
><P
>demo which retrieves a state name from a number using Dave
	    Winer's XML-RPC server at betty.userland.com</P
></DD
><DT
><B
>server.php</B
></DT
><DD
><P
>a sample server hosting three functions: a US State lookup
			tool, a struct sorter and an echo function.</P
></DD
><DT
><B
>client.php, agesort.php, echotest.php</B
></DT
><DD
><P
>client code to exercise the various functions in
		  server.php</P
></DD
><DT
><B
>base64test.php, stringtest.php</B
></DT
><DD
><P
>						Tests to verify that encoding and decoding of base 64 and
						entities is functioning correctly.
					</P
></DD
><DT
><B
>vardemo.php</B
></DT
><DD
><P
>examples of how to construct xmlrpcval types</P
></DD
><DT
><B
>demo1.txt, demo2.txt, demo3.txt</B
></DT
><DD
><P
>XML-RPC responses captured in a file for testing purposes (you
			can use these to test the
			<TT
CLASS="FUNCTION"
>xmlrpcmsg-&#62;parseResponse()</TT
>
			method).</P
></DD
><DT
><B
>httptest.php</B
></DT
><DD
><P
>Testing that HTTP response detection works OK.</P
></DD
><DT
><B
>test.pl, test.py</B
></DT
><DD
><P
>Perl and Python programs to exercise server.php to test
					that some of the methods work. 
						Make sure you point these at your server, not mine!</P
></DD
><DT
><B
>workspace.testPhpServer.fttb</B
></DT
><DD
><P
>Frontier scripts to exercise the demo server. Thanks to Dave
						Winer for permission to include these. See <A
HREF="http://www.xmlrpc.com/discuss/msgReader$853"
TARGET="_top"
>Dave's announcement of these.</A
></P
></DD
><DT
><B
>phpunit.php</B
></DT
><DD
><P
>Fred Yankowski's unit test framework for PHP.</P
></DD
><DT
><B
>testsuite.php</B
></DT
><DD
><P
>Start of a unit test suite for this software
	    package. If you do development on this software, please
	    consider submitting tests for this suite.</P
></DD
><DT
><B
>which.php</B
></DT
><DD
><P
>A demo of the
	    <TT
CLASS="FUNCTION"
>interopEchoTests.whichToolkit</TT
>
	    method.</P
></DD
><DT
><B
>discuss.php, comment.php</B
></DT
><DD
><P
>Software used in the PHP chapter of <A
HREF="jellyfish.html"
>The     Jellyfish Book</A
> to
	    provide a comment server and allow the attachment of
	    comments to stories from Meerkat's data store.</P
></DD
><DT
><B
>rsakey.pem</B
></DT
><DD
><P
>A test certificate for the SSL support. It has the
	    passphrase "test."</P
></DD
></DL
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="introduction.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="bugs.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Introduction</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Bugs</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>