From: martin f. krafft Date: Fri, 21 Mar 2008 18:12:15 +0000 (+0100) Subject: Refactor remote procedure calls in the proxy X-Git-Tag: 2.41~35 X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=86ec72c8260a377617b215e7f021778f7507e3fb;hp=86ec72c8260a377617b215e7f021778f7507e3fb Refactor remote procedure calls in the proxy Add an rpc() method to the proxy to allow users to call remote procedures, and route the proxy's own import registration via this function. Also, implement convenience functions for the RPC calls exported in the IkiWiki::XML::RPC namespace. Signed-off-by: martin f. krafft ---