voting/foundation.gnome.org/elections/2000/verify.wml
Curtis Christopher Hovey 9d9c4f1783 ----------------------------------------------------------------------
----------------------------------------------------------------------
	Converted to UTF-8 and XHTML transitional.

Committing in .

Modified Files:
	ChangeLog foundation.gnome.org/index.wml
	foundation.gnome.org/about/index.wml
	foundation.gnome.org/about/charter/index.wml
	foundation.gnome.org/about/history/index.wml
	foundation.gnome.org/contact/index.wml
	foundation.gnome.org/elections/index.wml
	foundation.gnome.org/elections/overview.wml
	foundation.gnome.org/elections/2000/candidates.wml
	foundation.gnome.org/elections/2000/index.wml
	foundation.gnome.org/elections/2000/results.wml
	foundation.gnome.org/elections/2000/rules.wml
	foundation.gnome.org/elections/2000/verify.wml
	foundation.gnome.org/elections/2000/voters.wml
	foundation.gnome.org/elections/2001/candidates.wml
	foundation.gnome.org/elections/2001/index.wml
	foundation.gnome.org/elections/2001/rules.wml
	foundation.gnome.org/elections/2001/verify.wml
	foundation.gnome.org/elections/2001/voters.wml
	foundation.gnome.org/elections/2002/candidates.wml
	foundation.gnome.org/elections/2002/index.wml
	foundation.gnome.org/elections/2002/preliminary-results.wml
	foundation.gnome.org/elections/2002/rules.wml
	foundation.gnome.org/elections/2002/verify.wml
	foundation.gnome.org/elections/2002/voters.wml
	foundation.gnome.org/elections/2003/candidates.wml
	foundation.gnome.org/elections/2003/index.wml
	foundation.gnome.org/elections/2003/preliminary-results.wml
	foundation.gnome.org/elections/2003/rules.wml
	foundation.gnome.org/elections/2003/verify.wml
	foundation.gnome.org/elections/2003/voters.wml
	foundation.gnome.org/legal/index.wml
	foundation.gnome.org/membership/application.wml
	foundation.gnome.org/membership/index.wml
	foundation.gnome.org/membership/members.wml
	foundation.gnome.org/news/index.wml include/evilsedhack
----------------------------------------------------------------------
2004-04-18 18:33:55 +00:00

57 lines
1.9 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 2000 Election Verification</title>
<meta name="cvsdate" content="$Date$" />
</head>
<body>
<h1>2000 Election Verification</h1>
<p>
To run the vote counting scripts, you need to perform several steps:
</p>
<p>
First, obtain copies of the <a
href="http://mail.gnome.org/archives/vote/2000-November.txt.gz">ballot
archive</a> (referred to below as 2000-November.txt), the <a
href="registered-voters.txt"> membership list</a>
(registered-voters.txt), and the two voting scripts, <a
href="list-addresses.py">list-addresses.py</a> and <a
href="vote-counter.py"> vote-counter.py</a>
</p>
<p>
Then, extract the valid voting addresses from the membership list:
</p>
<pre>$ python list-addresses.py registered-voters.txt &gt; addresses.txt</pre>
<p>
Next, run the vote counter script; it's probably best to save the results
to a file (they are long):
</p>
<pre>$ python vote-counter.py 2000-November.txt 4-0395-90374589374224098-gnome-foundation-secret-cookie addresses.txt &gt; results.txt</pre>
<p>
The results should be in results.txt. A list of errors will be
generated at the top of the output, but note that many of those errors
will represent problems which are fixed later in the archive
(manifested by the voter having a counted ballot later in the
results). The final tallies will be at the bottom.
</p>
<p>
To exactly replicate the posted results, you should apply this <a
href="vote-archives.diff">diff file</a>, which represents the
votetakers' changes to the voting archive to fix malformatted ballots to
reflect the evident intent of the voters.
</p>
</body>
</html>