From a66875053f1014de3767937b1a918949c667ac74 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Tue, 9 Sep 2008 09:28:33 +1000 Subject: Add 'update' method to pwclient This requires a new xmlrpc function, 'patch_set'. To do this, we need HTTP Authentication support, which means changing to a custom XMLRPC distpatcher that is aware of the Authorization: header. Signed-off-by: Jeremy Kerr --- docs/INSTALL | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'docs') diff --git a/docs/INSTALL b/docs/INSTALL index cba69d5..8f3aab9 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -62,17 +62,6 @@ in brackets): cd ../../apps ln -s ../lib/packages/django-registration ./registration - (OPTIONAL) If you want to enable the Patchwork XML-RPC interface, - which is required for pwclient to work, you'll need to set up the - django_xmlrpc package: - - cd lib/packages/ - wget \ - http://django-xmlrpc.googlecode.com/files/django_xmlrpc-0.1.tar.gz - tar -zxf django_xmlrpc-0.1.tar.gz - cd ../../apps - ln -s ../lib/packages/django_xmlrpc ./django_xmlrpc - The settings.py file contains default settings for patchwork, you'll need to configure settings for your own setup. -- cgit v1.2.3