You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by gs...@apache.org on 2022/04/06 04:45:03 UTC

[steve] 04/06: move index to .md, and tweak the link: no more wiki.a.o

This is an automated email from the ASF dual-hosted git repository.

gstein pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git

commit 588fba5977ce3d6c49edf6a48362883678d87b29
Author: Greg Stein <gs...@gmail.com>
AuthorDate: Tue Apr 5 23:23:45 2022 -0500

    move index to .md, and tweak the link: no more wiki.a.o
---
 site/pages/index.html | 34 ----------------------------------
 site/pages/index.md   | 25 +++++++++++++++++++++++++
 2 files changed, 25 insertions(+), 34 deletions(-)

diff --git a/site/pages/index.html b/site/pages/index.html
deleted file mode 100644
index adfad35..0000000
--- a/site/pages/index.html
+++ /dev/null
@@ -1,34 +0,0 @@
-{% extends "skeleton.html" %}
-
-{% block title %}Apache STeVe{% endblock %}
-{% block content %}
-    <div class="jumbotron">
-		<p style="text-align: center; margin-bottom: 20px;">
-			<img src="/images/steve.png"/>
-		</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>
-	</div>
-	<div class="row">
-		<p>Apache STeVe supports many types of voting, including (but not limited to):
-			<ul class="list-group">
-				<li class="list-group-item"><a href="vote_types.html#stv">Single Transferable Votes</a></li>
-				<li class="list-group-item"><a href="vote_types.html#yna">Single-motion voting (Yes/No/Abstain)</a></li>
-				<li class="list-group-item"><a href="vote_types.html#dh">D'Hondt (Jefferson) style voting</a></li>
-				<li class="list-group-item"><a href="vote_types.html#mntv">Multiple Non-Transferable Votes</a></li>
-				<li class="list-group-item"><a href="vote_types.html#fpp">First Past the Post (presidential elections)</a></li>
-				<li class="list-group-item"><a href="vote_types.html#cop">Candidate or Party voting with preferential trickle-down</a></li>
-				<li class="list-group-item"><a href="vote_types.html#fic">First in Class (N-x-points based voting)</a></li>
-				<li class="list-group-item"><a href="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 %}
diff --git a/site/pages/index.md b/site/pages/index.md
new file mode 100644
index 0000000..db14b41
--- /dev/null
+++ b/site/pages/index.md
@@ -0,0 +1,25 @@
+Title: Home
+
+
+Apache STeVe is Apache's Python based voting system that the
+Foundation uses to handle things like
+[voting in our new Board of Directors](https://www.apache.org/foundation/governance/meetings#boardvoting)
+
+
+Apache STeVe supports many types of voting, including (but not limited to):
+
+ * [Single Transferable Votes](vote_types.html#stv)
+ * [Single-motion voting (Yes/No/Abstain)](vote_types.html#yna)
+ * [D'Hondt (Jefferson) style voting](vote_types.html#dh)
+ * [Multiple Non-Transferable Votes](vote_types.html#mntv)
+ * [First Past the Post (presidential elections)](vote_types.html#fpp)
+ * [Candidate or Party voting with preferential trickle-down](vote_types.html#cop)
+ * [First in Class (N-x-points based voting)](vote_types.html#fic)
+ * [Apache-style Single-motion Voting](vote_types.html#ap)
+
+
+It also supports multiple database backends:
+
+ * File-based
+ * ElasticSearch
+ * More to come...