You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by bu...@apache.org on 2015/10/12 17:42:25 UTC

svn commit: r968637 - in /websites/staging/steve/trunk/content: ./ vote_types.html

Author: buildbot
Date: Mon Oct 12 15:42:25 2015
New Revision: 968637

Log:
Staging update by buildbot for steve

Added:
    websites/staging/steve/trunk/content/vote_types.html
Modified:
    websites/staging/steve/trunk/content/   (props changed)

Propchange: websites/staging/steve/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Oct 12 15:42:25 2015
@@ -1 +1 @@
-1692928
+1708141

Added: websites/staging/steve/trunk/content/vote_types.html
==============================================================================
--- websites/staging/steve/trunk/content/vote_types.html (added)
+++ websites/staging/steve/trunk/content/vote_types.html Mon Oct 12 15:42:25 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 %}