voting/foundation.gnome.org/vote/2004-10/index.wml
Tobias Mueller 15e2716b4a Bug 629334: Move referenda page into the election page
This is accompanied by the following MySQL commands:
INSERT INTO elections ( type, name, voting_start, voting_end, choices_nb, question) VALUES (
'referendum', 'Anonymous Voting Referendum', '2004-09-27', '2004-10-08 25:59:59', 1, 'Do you agree with an anonymous voting process for any future GNOME Foundation elections and referenda?'
);

INSERT INTO election_results (election_id, result) VALUES (
LAST_INSERT_ID(), '<p><strong>Yes</strong>: all future GNOME Foundation elections and referenda will use
an anonymous voting process.</p><p>Please see the original <a href="2004-10/">referendum site</a> for more information on the results.</p>'
);

This commit will be followed by some cleaning up actions like fixing old references and finally removing the referenda directory.
2010-10-01 17:10:08 +03:00

64 lines
2.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>GNOME Foundation Anonymous Voting Referendum</title>
<meta name="cvsdate" content="$Date$" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<h1>GNOME Foundation Anonymous Voting Referendum</h1>
<p>
Any member of the GNOME Foundation can suggest a referendum. To be
accepted, a request for a referendum must be endorsed by 10% of the
Membership. The overall referendum process is overseen by the
Membership and Elections Committee, which can be reached at <a
href="mailto:elections&#64;gnome&#46;org">elections&#64;gnome&#46;org</a>.
</p>
<p>
In September 2003, the board discussed a possible move toward an anonymous
voting scheme for the annual GNOME Foundation board of directors elections
and brought it to the members on <a
href="http://mail.gnome.org/archives/foundation-list/">foundation-list&#64;gnome&#46;org</a>.
After much discussion, it was agreed that there was significant objection to
this so that the GNOME Foundation should hold a referendum to decide
whether future elections should use an anonymous voting mechanism.
</p>
<p>
The results from the Anonymous Voting referendum are archived here for
public access.
</p>
<h2>Anonymous Voting Referendum Materials:</h2>
<ul>
<li>
<a href="http://mail.gnome.org/archives/foundation-announce/2004-October/msg00003.html">Referendum
results announcement</a>
</li>
<li>
Archive of all votes:
<a href="http://mail.gnome.org/archives/vote/2004-September/thread.html">September</a>&nbsp;
<a href="http://mail.gnome.org/archives/vote/2004-October/thread.html">October</a>
</li>
<li>
<a href="verify.html">Instructions</a> for running the vote counting script
</li>
<li>
<a href="voters.html">List of registered voters</a>
</li>
<li>
<a href="rules.html">Referendum Rules and Timeline</a>
</li>
<li>
<a href="http://mail.gnome.org/archives/foundation-list/2003-September/msg00008.html">Original discussion about anonymous voting</a>
</li>
</ul>
</body>
</html>