From cfe645440c51b66c088f19e84de650f026cf77f5 Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Tue, 7 Sep 2010 10:05:28 -0400 Subject: [PATCH] referenced mailing list and gitorious --- README | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/README b/README index 4e94cc9..f54d672 100644 --- a/README +++ b/README @@ -70,6 +70,7 @@ tried it with any other system. Presumably though, anything that provides '/usr/bin/sendmail' should work. + =============================================== === Contributors to Selectricity Include ====== =============================================== @@ -79,27 +80,3 @@ provides '/usr/bin/sendmail' should work. * Justin Sharps -===================================== -=== XML-RPC INFO == -====================================== - -The XML-RPC API is still under development, but is somewhat functional already: - -To instantiate a client in Ruby, try something like: -client=ActionWebService::Client::XmlRpc.new(SelectricityAPI,"http://localhost:3000/selectricity_service/vote") - - -Getting the results of a quickvote is quite simple: -?> client.get_quickvote_results("test") -=> # - -Casting a quickvote: -client.cast_quickvote("test",1,[[1,2]]) - -To figure out what you're voting for: ->> client.get_quickvote_candidate_map("test")=> # - - - - - -- 2.30.2