You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by hu...@apache.org on 2015/03/25 14:23:46 UTC

svn commit: r1669118 - /steve/site/trunk/content/index.html

Author: humbedooh
Date: Wed Mar 25 13:23:45 2015
New Revision: 1669118

URL: http://svn.apache.org/r1669118
Log:
Add some supported voting methods to the front page

Modified:
    steve/site/trunk/content/index.html

Modified: steve/site/trunk/content/index.html
URL: http://svn.apache.org/viewvc/steve/site/trunk/content/index.html?rev=1669118&r1=1669117&r2=1669118&view=diff
==============================================================================
--- steve/site/trunk/content/index.html (original)
+++ steve/site/trunk/content/index.html Wed Mar 25 13:23:45 2015
@@ -6,6 +6,16 @@
 		<p style="text-align: center; margin-bottom: 20px;">
 			<img src="/images/steve.png"/>
 		</p>
-        <p>Apache STeVe is Apache's Python based single transferable vote software system that the Foundation uses to handle things like <a href="https://wiki.apache.org/general/BoardVoting">voting in our new Board of Directors</a></p>
+        <p>Apache STeVe is Apache's Python based voting system that the Foundation uses to handle things like <a href="https://wiki.apache.org/general/BoardVoting">voting in our new Board of Directors</a></p>
+		<p>Apache STeVe supports many types of voting, including (but not limited to):
+			<ul>
+				<li>Single Transferable Votes</li>
+				<li>Single-motion voting (Yes/No/Abstain)</li>
+				<li>D'Hondt (Jefferson) style voting</li>
+				<li>Multiple Non-Transferable Votes</li>
+				<li>First Past the Post (presidential elections)</li>
+				<li>Candidate or Party voting with preferential trickle-down</li>
+			</ul>
+		</p>
     </div>
 {% endblock %}