summaryrefslogtreecommitdiffstats
path: root/modules/xmlrpc/doc/manifest.html
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-06-21 07:17:14 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-06-21 07:17:14 +0000
commit42f1115c2ed920d9624f73b64d9c5e1c0df675b2 (patch)
treece49f1ec5de024d2f601a407eb0bf689b350e408 /modules/xmlrpc/doc/manifest.html
parent68a94efc6ad1ce1b4f9a103a05267316806eb7e7 (diff)
downloadampache-42f1115c2ed920d9624f73b64d9c5e1c0df675b2.tar.gz
ampache-42f1115c2ed920d9624f73b64d9c5e1c0df675b2.tar.bz2
ampache-42f1115c2ed920d9624f73b64d9c5e1c0df675b2.zip
updated to the latest version of the xmlrpc library, and removed some useless files
Diffstat (limited to 'modules/xmlrpc/doc/manifest.html')
-rw-r--r--modules/xmlrpc/doc/manifest.html310
1 files changed, 0 insertions, 310 deletions
diff --git a/modules/xmlrpc/doc/manifest.html b/modules/xmlrpc/doc/manifest.html
deleted file mode 100644
index 1586e41c..00000000
--- a/modules/xmlrpc/doc/manifest.html
+++ /dev/null
@@ -1,310 +0,0 @@
-<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
-> \ No newline at end of file