X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/f0b41c2a66b9696a55e0bca008e215118b341ce5..c820259a68a113590c6e93eb22717aaf4255018f:/README diff --git a/README b/README index 4e94cc9..9ec9d62 100644 --- a/README +++ b/README @@ -70,36 +70,13 @@ tried it with any other system. Presumably though, anything that provides '/usr/bin/sendmail' should work. + =============================================== === Contributors to Selectricity Include ====== =============================================== * Benjamin Mako Hill * John Dong - * 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")=> # - - - + * Justin Sharps