2004-09-14 15:44:02 +00:00
|
|
|
SUBDIRS =
|
|
|
|
|
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 13:32:16 +00:00
|
|
|
urlpath = /vote/2004-10
|
2004-09-14 15:44:02 +00:00
|
|
|
|
|
|
|
page_SCRIPTS = \
|
|
|
|
index.html \
|
2004-09-21 12:00:08 +00:00
|
|
|
rules.html \
|
2004-10-11 18:16:29 +00:00
|
|
|
voters.html \
|
|
|
|
preliminary-results.html \
|
|
|
|
verify.html
|
2004-09-14 15:44:02 +00:00
|
|
|
|
2004-10-12 11:08:34 +00:00
|
|
|
page_DATA = \
|
|
|
|
2004-10-verif.tar.gz
|
|
|
|
|
2004-09-14 15:44:02 +00:00
|
|
|
include $(top_srcdir)/rules.common
|