/www/imfreedom: 05e655ba3bf4: Add voting procedure to IMF website.

Mark Doliner mark at kingant.net
Sun Feb 9 11:51:27 EST 2014


Changeset: 05e655ba3bf4bf3789fe3f84d0143288e88959a9
Author:	 Mark Doliner <mark at kingant.net>
Date:	 2014-02-09 08:51 -0800
Branch:	 default
URL: https://hg.pidgin.im/www/imfreedom/rev/05e655ba3bf4

Description:

Add voting procedure to IMF website.

diffstat:

 header.php          |   1 +
 votingprocedure.php |  44 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+), 0 deletions(-)

diffs (60 lines):

diff --git a/header.php b/header.php
--- a/header.php
+++ b/header.php
@@ -16,6 +16,7 @@
 <ul>
 <li><a href="./">about</a></li>
 <li><a href="bylaws.php">bylaws</a></li>
+<li><a href="votingprocedure.php">voting procedure</a></li>
 <li><a href="/wiki/">protocol documentation wiki</a></li>
 <li><a href="mailinglists.php">mailing lists</a></li>
 </ul>
diff --git a/votingprocedure.php b/votingprocedure.php
new file mode 100644
--- /dev/null
+++ b/votingprocedure.php
@@ -0,0 +1,44 @@
+<?php
+
+$title = "Voting Procedure";
+include('header.php');
+
+?>
+
+<p>
+Our voting procedure is as follows:
+</p>
+
+<ul>
+<li>Votes may be held either at a board meeting or by email.
+</li>
+
+<li>In either case, the proposal will be considered approved or rejected
+immediately upon receiving a majority of votes in favor or opposed,
+respectively.</li>
+
+<li>For votes held at a board meeting, the text of the proposal must be
+present in the meeting agenda at least 3 days (72 hours) before the
+meeting begins.</li>
+
+<li>For votes held over email, the text of the proposal must be sent to
+the board at imfreedom.org mailing list at least 3 days (72 hours) before
+voting begins.</li>
+
+<li>For votes held at a board meeting, the voting period is opened and
+closed by the chairperson.</li>
+
+<li>For votes held over email, if an opening time was specified in the
+proposal then this time is used so long as the time is greater than 3
+days (72 hours) after the proposal was sent. Otherwise the voting
+period opens 3 days (72 hours) after the proposal was sent. The voting
+period closes 7 days (168 hours) after it opens.</li>
+
+<p>
+This voting procedure shall be used when dealing with the expenditure
+of more than a total of 100 USD (either as a one-time cost, or the sum
+of recurring expenditures). This voting process may also be used at
+other times, as deemed necessary.
+</p>
+
+<?php include('footer.php'); ?>



More information about the Commits mailing list