voting/foundation.gnome.org/vote/2004-10/preliminary-results.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

49 lines
1.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 Preliminary Results</title>
<meta name="cvsdate" content="$Date$" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<h1>Preliminary Results of the GNOME Foundation Anonymous Voting Referendum</h1>
<h3>Why preliminary?</h3>
<p>
This results are preliminary results: they can be challenged by sending a
mail to <a
href="elections&#64;gnome&#46;org">elections&#64;gnome&#46;org</a>. If
you want to verify the results, you can look at the <a
href="verify.html">instructions</a> that explain how to do so.<br />
All challenges must be sent before October 22nd, 23:59 UTC.
</p>
<h3>The results</h3>
<p>
There were 198 valid votes, out of 364 members.
</p>
<p>
The question was: "Do you agree with an anonymous voting process for any
future GNOME Foundation elections and referenda?"
</p>
<p>
Yes (156 votes)<br />
No (42 votes)
</p>
<h3>Future elections and referenda</h3>
<p>
If these results are not challenged, then the results of future elections
and referenda will be anonymized.
</p>
</body>
</html>