From: Benjamin Mako Hill Date: Tue, 7 Sep 2010 14:05:28 +0000 (-0400) Subject: referenced mailing list and gitorious X-Git-Url: https://projects.mako.cc/source/selectricity-live/commitdiff_plain/cfe645440c51b66c088f19e84de650f026cf77f5 referenced mailing list and gitorious --- 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")=> # - - - - -