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/28 11:03:34 UTC

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

Author: humbedooh
Date: Sat Mar 28 10:03:34 2015
New Revision: 1669739

URL: http://svn.apache.org/r1669739
Log:
links to future docs and such

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=1669739&r1=1669738&r2=1669739&view=diff
==============================================================================
--- steve/site/trunk/content/index.html (original)
+++ steve/site/trunk/content/index.html Sat Mar 28 10:03:34 2015
@@ -9,15 +9,26 @@
         <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>
 	</div>
 	<div class="row">
-		<p style="font-size: 14px;">Apache STeVe supports many types of voting, including (but not limited to):
+		<p>Apache STeVe supports many types of voting, including (but not limited to):
 			<ul class="list-group">
-				<li class="list-group-item">Single Transferable Votes</li>
-				<li class="list-group-item">Single-motion voting (Yes/No/Abstain)</li>
-				<li class="list-group-item">D'Hondt (Jefferson) style voting</li>
-				<li class="list-group-item">Multiple Non-Transferable Votes</li>
-				<li class="list-group-item">First Past the Post (presidential elections)</li>
-				<li class="list-group-item">Candidate or Party voting with preferential trickle-down</li>
+				<li class="list-group-item"><a href="docs/vote_types.html#stv">Single Transferable Votes</a></li>
+				<li class="list-group-item"><a href="docs/vote_types.html#yna">Single-motion voting (Yes/No/Abstain)</a></li>
+				<li class="list-group-item"><a href="docs/vote_types.html#dh">D'Hondt (Jefferson) style voting</a></li>
+				<li class="list-group-item"><a href="docs/vote_types.html#mntv">Multiple Non-Transferable Votes</a></li>
+				<li class="list-group-item"><a href="docs/vote_types.html#fpp">First Past the Post (presidential elections)</a></li>
+				<li class="list-group-item"><a href="docs/vote_types.html#cop">Candidate or Party voting with preferential trickle-down</a></li>
+				<li class="list-group-item"><a href="docs/vote_types.html#fic">First in Class (N-x-points based voting)</a></li>
+				<li class="list-group-item"><a href="docs/vote_types.html#ap">Apache-style Single-motion Voting</a></li>
 			</ul>
 		</p>
+		<p>
+			It also supports multiple database backends:
+			<ul class="list-group">
+				<li class="list-group-item">File-based</li>
+				<li class="list-group-item">ElasticSearch</li>
+				<li class="list-group-item">More to come...</li>
+			</ul>
+		</p>
+		
     </div>
 {% endblock %}