add new about preliminary results ditto

2004-12-08  Vincent Untz  <vincent@vuntz.net>

	* foundation.gnome.org/index.wml: add new about preliminary results
	* foundation.gnome.org/news/index.wml: ditto
	* foundation.gnome.org/elections/2004/Makefile.am:
	* foundation.gnome.org/elections/2004/preliminary-results.wml:
	* foundation.gnome.org/elections/2004/verify.wml: new files
	* foundation.gnome.org/elections/2004/index.wml: add links to the
	verify instructions and preliminary results
This commit is contained in:
Vincent Untz 2004-12-08 16:55:02 +00:00 committed by Vincent Untz
parent 1a8aa82a5f
commit 0d4dcb1328
7 changed files with 197 additions and 25 deletions

View file

@ -1,3 +1,13 @@
2004-12-08 Vincent Untz <vincent@vuntz.net>
* foundation.gnome.org/index.wml: add new about preliminary results
* foundation.gnome.org/news/index.wml: ditto
* foundation.gnome.org/elections/2004/Makefile.am:
* foundation.gnome.org/elections/2004/preliminary-results.wml:
* foundation.gnome.org/elections/2004/verify.wml: new files
* foundation.gnome.org/elections/2004/index.wml: add links to the
verify instructions and preliminary results
2004-11-26 Glynn Foster <glynn.foster@sun.com>
* foundation.gnome.org/Makefile.am,

View file

@ -6,7 +6,9 @@ page_SCRIPTS = \
index.html \
voters.html \
candidates.html\
rules.html
rules.html \
preliminary-results.html \
verify.html
page_DATA = \
timeline.ics

View file

@ -21,6 +21,17 @@
<h2>2004 Election Materials:</h2>
<ul>
<li>
<a href="preliminary-results.html">Election preliminary results</a>
</li>
<li>
Archive of all votes:
<a href="http://mail.gnome.org/archives/vote/2004-November/thread.html">November</a>&nbsp;
<a href="http://mail.gnome.org/archives/vote/2004-December/thread.html">December</a>
</li>
<li>
<a href="verify.html">Instructions</a> for running the vote counting script
</li>
<li>
<a href="candidates.html">List of candidates for Board of Directors</a>
</li>

View file

@ -0,0 +1,75 @@
<?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 2004 Preliminary Results</title>
<meta name="cvsdate" content="$Date$" />
</head>
<body>
<h1>Preliminary Results</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 December 20th, 23:59 UTC.
</p>
<h3>The results</h3>
<p>
There were 183 valid votes, out of 324 members. One vote was not valid
because the voter sent an invalid authentication token.
</p>
<p>
Owen Taylor (150 votes) - Red Hat<br />
Luis Villa (131 votes) - Novell, Inc.<br />
Jody Goldberg (124 votes) - Novell, Inc.<br />
Daniel Veillard (119 votes) - Red Hat<br />
Jonathan Blandford (112 votes) - Red Hat<br />
Federico Mena-Quintero (108 votes) - Novell, Inc.<br />
Tim Ney (105 votes) - GNOME Foundation<br />
Miguel de Icaza (103 votes) - Novell, Inc.<br />
Murray Cumming (103 votes) - None<br />
Christian Schaller (99 votes) - Fluendo S.L.<br />
David Neary (93 votes) - None<br />
Anne Østergaard (86 votes) - None<br />
Bill Haneman (85 votes) - Sun Microsystems<br />
Leslie Proctor (79 votes) - None<br />
Dom Lachowicz (79 votes) - None<br />
Michael Meeks (76 votes) - Novell, Inc.<br />
Bryan Clark (75 votes) - Red Hat<br />
Germán Poó-Caamaño (47 votes) - None<br />
Rodney Dawes (19 votes) - Novell, Inc.<br />
</p>
<h3>The future board</h3>
<p>
If these results are not challenged, then the eleven board directors will
be:
</p>
<p>
Owen Taylor<br />
Luis Villa<br />
Jody Goldberg<br />
Daniel Veillard<br />
Jonathan Blandford<br />
Federico Mena-Quintero<br />
Tim Ney<br />
Miguel de Icaza<br />
Murray Cumming<br />
Christian Schaller<br />
David Neary
</p>
</body>
</html>

View file

@ -0,0 +1,76 @@
<?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 2004 Election Verification</title>
<meta name="cvsdate" content="$Date$" />
</head>
<body>
<h1>Election Verification</h1>
<p>
To run the vote counting scripts, you need to download this archive:
<a href="2004-verif.tar.gz">2004-verif.tar.gz</a>.
</p>
<p>
Please note that you need make, wget, patch and python to run the
verification.
</p>
<p>
We advise every member to download the verification software and to
verify that his/her counted vote is indeed the vote he/she sent.
</p>
<h2>Running the verification</h2>
<p>
Here are the steps to obtain the results:
</p>
<pre>$ tar zxvf 2004-verif.tar.gz</pre>
<pre>$ cd 2004-verif</pre>
<pre>$ make</pre>
<p>
You may be unable to get the vote archives from <a href="http://mail.gnome.org/archives/vote/">http://mail.gnome.org/archives/vote/</a>. Until this is sorted out, you can get both files <a href="http://www.gnome.org/~rossg/vote/2004-November.txt.gz">here</a> and <a href="http://www.gnome.org/~rossg/vote/2004-December.txt.gz">here</a>.
</p>
<p>
The results should be in results.txt. A list of errors will be generated
at the top of the output. The final tallies will be at the bottom.
</p>
<h2>The verification software</h2>
<p>
With this verification software, you should get the same results that the
one posted by the GNOME Foundation Membership and Elections Committee.
You may want to verify the validity of this software, so here are some
hints to help you:
</p>
<ul>
<li>
look at registered-voters.txt: this file contains the list of voters.
You can match it with the <a href="voters.html">official list</a>.
</li>
<li>
look at vote-archives.diff: this file contains all the modifications
that are made to the original vote archives to make the script work
without any problem. The main modifications are due to UTF-8 problems
or some misplaced characters. Some spams are also removed from the
archives.
</li>
<li>
look at vote-counter.py: this script does the counting. You can read
its code if you want to search for serious bugs that may alter the
results.
</li>
</ul>
</body>
</html>

View file

@ -39,6 +39,17 @@
<h2>News</h2>
<ul>
<li>
<strong>Preliminary results of 2004 elections announced</strong>
<small>(08/12/2004)</small>
<blockquote>
The preliminary results of the elections have been <a
href="elections/2004/preliminary-results.html">posted</a>.
You can <a href="elections/2004/verify.html">verify the results</a>
yourself.
Any challenges to these results must be received by December 20th.
</blockquote>
</li>
<li>
<strong>2004 GNOME Foundation Elections</strong>
<small>(24/10/2004)</small>
@ -70,30 +81,6 @@
Any challenges to these results must be received by October 22nd.
</blockquote>
</li>
<li>
<strong>Anonymous Voting Referendum</strong>
<small>(14/09/2004)</small>
<blockquote>
The GNOME Foundation will hold a <a
href="referenda/2004-10/">referendum</a> about anonymous voting in
a few weeks. Take a look at the <a
href="referenda/2004-10/rules.html">rules and the timeline</a>.
</blockquote>
</li>
<li>
<strong>Results of 2003 elections official</strong>
<small>(20/12/2003)</small>
<blockquote>
The GNOME Foundation Membership &amp; Elections Committee is pleased
to announce that the results for the 2003 GNOME Foundation elections
are now official. The Foundation board directors for the 2003/2004
term of office are:
<br /><br />
Jonathan Blandford, Dave Camp, Glynn Foster, Nat Friedman, Jody
Goldberg, Bill Haneman, Leslie Proctor, Owen Taylor, Malcolm
Tredinnick, Luis Villa, Jeff Waugh.
</blockquote>
</li>
</ul>
<p>More news is available <a href="news/">here</a>.</p>

View file

@ -11,6 +11,17 @@
<h1>GNOME Foundation News</h1>
<ul>
<li>
<strong>Preliminary results of 2004 elections announced</strong>
<small>(08/12/2004)</small>
<blockquote>
The preliminary results of the elections have been <a
href="elections/2004/preliminary-results.html">posted</a>.
You can <a href="elections/2004/verify.html">verify the results</a>
yourself.
Any challenges to these results must be received by December 20th.
</blockquote>
</li>
<li>
<strong>2004 GNOME Foundation Elections</strong>
<small>(24/10/2004)</small>