Commit graph

7 commits

Author SHA1 Message Date
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
Thomas James Alexander Thurman
f536c38dc6 Content-Type header added to all .wml files (okayed with jdub) 2006-07-03 18:31:02 +00:00
Vincent Untz
633462006d try to make the titles more consistent
2005-03-01  Vincent Untz  <vincent@vuntz.net>

	* foundation.gnome.org/*wml: try to make the titles more consistent

	* foundation.gnome.org/about/history/index.wml: add previous board
2005-03-01 12:16:38 +00:00
Vincent Untz
6379fc3268 Anonymous Voting Referendum results are now official.
2004-10-24  Vincent Untz  <vincent@vuntz.net>

	Anonymous Voting Referendum results are now official.

	* foundation.gnome.org/index.wml:
	* foundation.gnome.org/news/index.wml: add the news
	* foundation.gnome.org/elections/2003/index.wml: fix tab use
	* foundation.gnome.org/referenda/2004-10/index.wml: add link to the
	announce
2004-10-24 13:31:04 +00:00
Vincent Untz
7c87f1d021 add the news about the preliminary results
2004-10-11  Vincent Untz  <vincent@vuntz.net>

	* foundation.gnome.org/index.wml:
	* foundation.gnome.org/news/index.wml:
	add the news about the preliminary results
	* foundation.gnome.org/referenda/2004-10/.cvsignore:
	* foundation.gnome.org/referenda/2004-10/Makefile.am
	* foundation.gnome.org/referenda/2004-10/index.wml:
	updated for the new pages
	* foundation.gnome.org/referenda/2004-10/2004-10-verif.tar.gz
	* foundation.gnome.org/referenda/2004-10/preliminary-results.wml
	* foundation.gnome.org/referenda/2004-10/verify.wml:
	new files for the preliminary results of the referendum and the
	software for the verification of the results
2004-10-11 18:16:29 +00:00
Vincent Untz
460b83dc4e added list of voters for the referendum
2004-09-21  Vincent Untz  <vincent@vuntz.net>

	* foundation.gnome.org/referenda/2004-10/.cvsignore:
	* foundation.gnome.org/referenda/2004-10/Makefile.am:
	* foundation.gnome.org/referenda/2004-10/index.wml:
	* foundation.gnome.org/referenda/2004-10/voters.wml:
	added list of voters for the referendum
2004-09-21 12:00:08 +00:00
Vincent Untz
986195f164 add pages for the anonymous voting referendum.
2004-09-14  Vincent Untz  <vincent@vuntz.net>

	* configure.in:
	* foundation.gnome.org/Makefile.am:
	* foundation.gnome.org/referenda/*: add pages for the anonymous voting
	referendum.
	* foundation.gnome.org/index.wml:
	* foundation.gnome.org/news/index.wml: add a new item about the
	referendum
	* foundation.gnome.org/legal/.cvsignore: added
	* include/evilsedhack: include a referenda link
2004-09-14 15:44:02 +00:00