 b84664534f
			
		
	
	
		b84664534f
		
	
	
	
	
		
			
			2002-12-21 Vincent Untz <vincent@vuntz.net> * index.html: added the news for the official results * ballot-summary.html * electionrules.html * elections.html * overview.html * voters.html * elections/2002/preliminary_results.html * elections/2002/verify.html: added a link to the official results announcement * board_of_directors-2000.html * board_of_directors-2001.html * board_of_directors.html: changed the board of directors and added a page for the 2001/2002 board
		
			
				
	
	
		
			114 lines
		
	
	
	
		
			4.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			114 lines
		
	
	
	
		
			4.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
 | |
| <html>
 | |
|  <head>
 | |
|   <title>The GNOME Foundation: Preliminary Results for the 2002 Elections</title>
 | |
|  </head>
 | |
|  <body bgcolor="#FFFFFF">
 | |
|   <center>
 | |
|    <table BORDER=2 CELLPADDING=5 WIDTH="670" NOSAVE >
 | |
|     <tr VALIGN=TOP NOSAVE>
 | |
|      <td VALIGN=TOP NOSAVE>
 | |
|       <center>
 | |
|        <a href="http://www.gnome.org">
 | |
|        <img SRC="/gnome.jpg" ALT="" border=0></a><img
 | |
|        SRC="/text.png" ALT="The GNOME Foundation" height=198 width=354>
 | |
|       </center>
 | |
|      </td>
 | |
|     </tr>
 | |
| 
 | |
|     <tr>
 | |
|      <td>
 | |
|       <center>
 | |
|        <a href="/index.html">Home</a> : 
 | |
|        <a href="/press.html">Press</a> : 
 | |
|        <a href="/organization.html">Organization</a> : 
 | |
|        <a href="/documentation.html">Documentation</a> : 
 | |
|        <a href="/membership.html">Membership</a> : 
 | |
|        Elections : 
 | |
|        <a href="/directory.html">Directory</a>
 | |
|        <a href="http://www.gnome.org/friends/">Fundraising</a>
 | |
|       </center>
 | |
|       <br>
 | |
|       <center>
 | |
|        2002 : 
 | |
|        <a href="/election-2001.html">2001</a> : 
 | |
|        <a href="/election-2000.html">2000</a>
 | |
|       </center>
 | |
|       <br>
 | |
|       <center>
 | |
|        <a href="/elections.html">General Information</a> : 
 | |
|        <a href="/electionrules.html">Rules & Timeline</a> : 
 | |
|        <a href="/ballot-summary.html">List of candidates</a> : 
 | |
|        <a href="/voters.html">List of voters</a> : 
 | |
|        <a href="/overview.html">Director Overview</a> : 
 | |
|        <a href="preliminary_results.html">Preliminary results</a> : 
 | |
|        Verify instructions : 
 | |
|        <a href="http://mail.gnome.org/archives/foundation-announce/2002-December/msg00005.html">Official results</a>
 | |
|       </center>
 | |
|      </td>
 | |
|     </tr>
 | |
| 
 | |
|     <!-- End of Boilerplate -->
 | |
| 
 | |
|     <tr>
 | |
|      <td>
 | |
| 
 | |
|       <br>
 | |
|       <h2 align="center">HOW TO VERIFY THE RESULTS</h2>
 | |
| 
 | |
|       <h3>Obtaining all the files</h3>
 | |
| 
 | |
|       <p>
 | |
|        To run the vote counting scripts, you need several files:
 | |
|        <ul>
 | |
|         <li>the votes archives for <a href="http://mail.gnome.org/archives/vote/2002-November.txt.gz">November</a> and <a href="http://mail.gnome.org/archives/vote/2002-December.txt.gz">December</a></li>
 | |
|         <li>the list of <a href="./registered-voters.txt">registered voters</a></li>
 | |
|         <li>the script to <a href="./list-addresses.py">generate the addresses of the voters</a></li>
 | |
|         <li>the script to <a href="./vote-counter.py">count the votes</a></li>
 | |
|         <li>the <a href="vote-archives.diff">diff file</a> that we applied to the vote archives</li>
 | |
|        </ul>
 | |
|        Please note that you need python to run the scripts.
 | |
|       </p>
 | |
| 
 | |
|       <h3>Running the scripts</h3>
 | |
| 
 | |
|       <p>
 | |
|        Here are the steps to obtain the results:
 | |
|        <pre>$ gunzip 2002-November.txt.gz 2002-December.txt.gz</pre>
 | |
|        <pre>$ cat 2002-November.txt 2002-December.txt > vote-archives.txt</pre>
 | |
|        <pre>$ python list-addresses.py registered-voters.txt > addresses.txt</pre>
 | |
|        <pre>$ python vote-counter.py vote-archives.txt dontforgettovote addresses.txt > results.txt</pre>
 | |
|       </p>
 | |
| 
 | |
|       <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>
 | |
|        If you want to replicate the posted results, you have to apply the diff
 | |
|        file before running the scripts:
 | |
|        <pre>$ diff -p0 < vote-archives.diff</pre>
 | |
|       </p>
 | |
| 
 | |
|      </td>
 | |
|     </tr>
 | |
| 
 | |
|     <!-- Start of Boilerplate -->
 | |
|     <tr>
 | |
|      <td>
 | |
|       <center><font size=-1>This site is maintained by
 | |
|       <a href="mailto:membership-committee@gnome.org">the GNOME Foundation Membership and Elections Committee</a>
 | |
|       and was designed by <a href="mailto:jpsc@users.sourceforge.net">JP
 | |
|       Schnapper-Casteras</a> and <a href="mailto:bart@eazel.com">Bart Decrem</a>.</font></center>
 | |
|      </td>
 | |
|     </tr>
 | |
|    </table>
 | |
|   </center>
 | |
| 
 | |
|  </body>
 | |
| </html>
 | |
| 
 |