referenced mailing list and gitorious
authorBenjamin Mako Hill <mako@atdot.cc>
Tue, 7 Sep 2010 14:05:28 +0000 (10:05 -0400)
committerBenjamin Mako Hill <mako@atdot.cc>
Tue, 7 Sep 2010 14:08:45 +0000 (10:08 -0400)
README

diff --git a/README b/README
index 4e94cc9a9969ffbcdb49e64b133404194d43e848..f54d6720b81b6c8ff010488a538fd49d91aa5bea 100644 (file)
--- a/README
+++ b/README
@@ -70,6 +70,7 @@ tried it with any other system. Presumably though, anything that
 provides '/usr/bin/sendmail' should work.
 
 
 provides '/usr/bin/sendmail' should work.
 
 
+
 ===============================================
 === Contributors to Selectricity Include ======
 ===============================================
 ===============================================
 === Contributors to Selectricity Include ======
 ===============================================
@@ -79,27 +80,3 @@ provides '/usr/bin/sendmail' should work.
  * Justin Sharps      <jlsharps@mit.edu>
 
 
  * Justin Sharps      <jlsharps@mit.edu>
 
 
-=====================================
-=== 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")
-=> #<VoteResultStruct:0x336f92c @approval_winners=[1, 2], @borda_winners=[1], @plurality_winners=[1], @ssd_winners=[1], @errors=[], @condorcet_winners=[1]>
-
-Casting a quickvote:
-client.cast_quickvote("test",1,[[1,2]])
-
-To figure out what you're voting for:
->> client.get_quickvote_candidate_map("test")=> #<CandidateMap:0x335bbc0 @errors=[], @candidate_names=["test", "test2"], @candidate_ids=[1, 2]>
-
-
-
-
-

Benjamin Mako Hill || Want to submit a patch?