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/10/12 17:42:19 UTC

svn commit: r1708141 - /steve/site/trunk/content/vote_types.html

Author: humbedooh
Date: Mon Oct 12 15:42:18 2015
New Revision: 1708141

URL: http://svn.apache.org/viewvc?rev=1708141&view=rev
Log:
Start work on a vote type doc

Added:
    steve/site/trunk/content/vote_types.html   (with props)

Added: steve/site/trunk/content/vote_types.html
URL: http://svn.apache.org/viewvc/steve/site/trunk/content/vote_types.html?rev=1708141&view=auto
==============================================================================
--- steve/site/trunk/content/vote_types.html (added)
+++ steve/site/trunk/content/vote_types.html Mon Oct 12 15:42:18 2015
@@ -0,0 +1,16 @@
+{% extends "skeleton.html" %}
+
+{% block title %}Apache STeVe{% endblock %}
+{% block content %}
+
+	<h1>Apache STeVe Vote Types</h1>
+
+	<h2 id="stv">Single Transferable Vote</h2>
+    The single transferable vote (STV) system is designed to achieve proportional representation through ranked voting in multi-seat elections.
+    It does so by allowing every voter one vote, that is transferable to other candidates based on necessity of votes and the preference of the voter.
+    Thus, if a candidate in an election is voted in (or in case of a tie), excess votes are allocated to candidates according to the preference of the voter.
+    STV is designed to minimize the 'wasted votes' in an election by reallocating votes (and thus the wishes of the voters) proportionally to their previous priority.
+    
+    Please see the <a href="https://en.wikipedia.org/wiki/Single_transferable_vote#Voting">Wikipedia article on STV voting</a> for more insight into how STV works.
+
+{% endblock %}

Propchange: steve/site/trunk/content/vote_types.html
------------------------------------------------------------------------------
    svn:eol-style = native