mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-04 02:09:23 +02:00
310 lines
No EOL
4.4 KiB
HTML
310 lines
No EOL
4.4 KiB
HTML
<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->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"
|
|
> </TD
|
|
><TD
|
|
WIDTH="33%"
|
|
ALIGN="right"
|
|
VALIGN="top"
|
|
>Bugs</TD
|
|
></TR
|
|
></TABLE
|
|
></DIV
|
|
></BODY
|
|
></HTML
|
|
> |