]> git.wh0rd.org - tt-rss.git/commit - include/functions.php
add xmlrpc library & server
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 16 May 2006 07:33:51 +0000 (08:33 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 16 May 2006 07:33:51 +0000 (08:33 +0100)
commit956c762979b6751f1cbe369df6a92f4640808724
tree0265c72a83c4b1c28fe3e79e2588721f69d4c164
parent581e6bb537db2bca38a722ad1a0b36686fb4d7e2
add xmlrpc library & server
15 files changed:
NEWS
backend.php
functions.php
version.php
xml-rpc.php [new file with mode: 0644]
xmlrpc/NEWS [new file with mode: 0644]
xmlrpc/README [new file with mode: 0644]
xmlrpc/extras/test.py [new file with mode: 0644]
xmlrpc/lib/compat/array_key_exists.php [new file with mode: 0644]
xmlrpc/lib/compat/is_a.php [new file with mode: 0644]
xmlrpc/lib/compat/is_scalar.php [new file with mode: 0644]
xmlrpc/lib/compat/var_export.php [new file with mode: 0644]
xmlrpc/lib/compat/version_compare.php [new file with mode: 0644]
xmlrpc/lib/xmlrpc.inc [new file with mode: 0644]
xmlrpc/lib/xmlrpcs.inc [new file with mode: 0644]