From 986195f1641452d97c479a575aaec11987149eb3 Mon Sep 17 00:00:00 2001 From: Vincent Untz <vincent@vuntz.net> Date: Tue, 14 Sep 2004 15:44:02 +0000 Subject: [PATCH] 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 --- ChangeLog | 12 +++ configure.in | 2 + foundation.gnome.org/Makefile.am | 2 +- foundation.gnome.org/index.wml | 10 ++ foundation.gnome.org/legal/.cvsignore | 3 + foundation.gnome.org/news/index.wml | 10 ++ foundation.gnome.org/referenda/.cvsignore | 3 + .../referenda/2004-10/.cvsignore | 4 + .../referenda/2004-10/Makefile.am | 9 ++ .../referenda/2004-10/index.wml | 43 +++++++++ .../referenda/2004-10/rules.wml | 95 +++++++++++++++++++ foundation.gnome.org/referenda/Makefile.am | 8 ++ foundation.gnome.org/referenda/index.wml | 29 ++++++ include/evilsedhack | 1 + 14 files changed, 230 insertions(+), 1 deletion(-) create mode 100644 foundation.gnome.org/legal/.cvsignore create mode 100644 foundation.gnome.org/referenda/.cvsignore create mode 100644 foundation.gnome.org/referenda/2004-10/.cvsignore create mode 100644 foundation.gnome.org/referenda/2004-10/Makefile.am create mode 100644 foundation.gnome.org/referenda/2004-10/index.wml create mode 100644 foundation.gnome.org/referenda/2004-10/rules.wml create mode 100644 foundation.gnome.org/referenda/Makefile.am create mode 100644 foundation.gnome.org/referenda/index.wml diff --git a/ChangeLog b/ChangeLog index aa16a24..cd489a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +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-05-12 Vincent Untz <vincent@vuntz.net> * foundation.gnome.org/membership/index.wml: add some words so people diff --git a/configure.in b/configure.in index 128536c..34bdcb6 100644 --- a/configure.in +++ b/configure.in @@ -28,4 +28,6 @@ foundation.gnome.org/img/logos/Makefile foundation.gnome.org/legal/Makefile foundation.gnome.org/membership/Makefile foundation.gnome.org/news/Makefile +foundation.gnome.org/referenda/Makefile +foundation.gnome.org/referenda/2004-10/Makefile ]) diff --git a/foundation.gnome.org/Makefile.am b/foundation.gnome.org/Makefile.am index bb72fe4..880ac80 100644 --- a/foundation.gnome.org/Makefile.am +++ b/foundation.gnome.org/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = about contact elections img legal membership news +SUBDIRS = about contact elections img legal membership news referenda urlpath = diff --git a/foundation.gnome.org/index.wml b/foundation.gnome.org/index.wml index 22c3685..d7deb31 100644 --- a/foundation.gnome.org/index.wml +++ b/foundation.gnome.org/index.wml @@ -39,6 +39,16 @@ <h2>News</h2> <ul> + <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> diff --git a/foundation.gnome.org/legal/.cvsignore b/foundation.gnome.org/legal/.cvsignore new file mode 100644 index 0000000..4aad41f --- /dev/null +++ b/foundation.gnome.org/legal/.cvsignore @@ -0,0 +1,3 @@ +index.html +Makefile.in +Makefile diff --git a/foundation.gnome.org/news/index.wml b/foundation.gnome.org/news/index.wml index f4035a1..4a7196a 100644 --- a/foundation.gnome.org/news/index.wml +++ b/foundation.gnome.org/news/index.wml @@ -11,6 +11,16 @@ <h1>GNOME Foundation News</h1> <ul> + <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> diff --git a/foundation.gnome.org/referenda/.cvsignore b/foundation.gnome.org/referenda/.cvsignore new file mode 100644 index 0000000..4aad41f --- /dev/null +++ b/foundation.gnome.org/referenda/.cvsignore @@ -0,0 +1,3 @@ +index.html +Makefile.in +Makefile diff --git a/foundation.gnome.org/referenda/2004-10/.cvsignore b/foundation.gnome.org/referenda/2004-10/.cvsignore new file mode 100644 index 0000000..a5b66c2 --- /dev/null +++ b/foundation.gnome.org/referenda/2004-10/.cvsignore @@ -0,0 +1,4 @@ +rules.html +index.html +Makefile.in +Makefile diff --git a/foundation.gnome.org/referenda/2004-10/Makefile.am b/foundation.gnome.org/referenda/2004-10/Makefile.am new file mode 100644 index 0000000..92c968d --- /dev/null +++ b/foundation.gnome.org/referenda/2004-10/Makefile.am @@ -0,0 +1,9 @@ +SUBDIRS = + +urlpath = /referenda/2004-10 + +page_SCRIPTS = \ + index.html \ + rules.html + +include $(top_srcdir)/rules.common diff --git a/foundation.gnome.org/referenda/2004-10/index.wml b/foundation.gnome.org/referenda/2004-10/index.wml new file mode 100644 index 0000000..c6f8e06 --- /dev/null +++ b/foundation.gnome.org/referenda/2004-10/index.wml @@ -0,0 +1,43 @@ +<?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 Anonymous Voting Referendum</title> + <meta name="cvsdate" content="$Date$" /> + </head> + + <body> + + <h1>GNOME Foundation Anonymous Voting Referendum</h1> + + <p> + Any member of the GNOME Foundation can suggest a referendum. To be + accepted, a request for a referendum must be endorsed by 10% of the + Membership. The overall referendum process is overseen by the + Membership and Elections Committee, which can be reached at <a + href="mailto:elections@gnome.org">elections@gnome.org</a>. + </p> + + <p> + In September 2003, the board discussed a possible move toward an anonymous + voting scheme for the annual GNOME Foundation board of directors elections + and brought it to the members on <a + href="http://mail.gnome.org/archives/foundation-list/">foundation-list@gnome.org</a>. + After much discussion, it was agreed that there was significant objection to + this so that the GNOME Foundation should hold a referendum to decide + whether future elections should use an anonymous voting mechanism. + </p> + + <h2>Anonymous Voting Referendum Materials:</h2> + <ul> + <li> + <a href="rules.html">Referendum Rules and Timeline</a> + </li> + <li> + <a href="http://mail.gnome.org/archives/foundation-list/2003-September/msg00008.html">Original discussion about anonymous voting</a> + </li> + </ul> + + </body> +</html> diff --git a/foundation.gnome.org/referenda/2004-10/rules.wml b/foundation.gnome.org/referenda/2004-10/rules.wml new file mode 100644 index 0000000..a0b9c0c --- /dev/null +++ b/foundation.gnome.org/referenda/2004-10/rules.wml @@ -0,0 +1,95 @@ +<?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 Referendum Rules</title> + <meta name="cvsdate" content="$Date$" /> + </head> + + <body> + + <h1>GNOME Foundation Referendum Rules & Timeline</h1> + + <h2>Referendum Rules</h2> + + <ol> + <li> + See the <a href="../../about/charter/">GNOME Foundation charter</a> for + general rules. + </li> + <li> + Members of the GNOME Foundation as of September 24, 2004 are eligible to + vote in the referendum. Anyone who has made a contribution to GNOME can + apply for membership by completing the <a + href="../../membership/application.php">application</a>. + </li> + <li> + All discussion related to the election should be held on + <a href="http://mail.gnome.org/archives/foundation-list/">foundation-list@gnome.org</a>. + </li> + <li> + Ballots will be sent via e-mail to all eligible voters on September 27, + 2004, and must be returned by October 8, 2004, 23:59 UTC (18:59 EST). + Full instructions will be included in the ballot. + </li> + <li> + Ballots will be held confidential during the election, but an archive + of all submitted ballots will be made publicly accessible at its + conclusion. + </li> + <li> + The Elections Committee is responsible for counting the ballots, after + taking appropriate action to fix misformatted ballots. + </li> + <li> + In the event of a tie, the Elections Committee will schedule a run-off + election as soon as possible. + </li> + <li> + The Elections Committee will announce preliminary results as soon as + possible after the election closes, along with instructions on how to + access the ballot archive and how to independently verify the vote + count. + </li> + <li> + Any eligible voter may challenge the preliminary results by e-mailing + <a + href="mailto:elections@gnome.org">elections@gnome.org</a> + prior to October 22, 2004. The decision of the Elections Committee as + to any challenge shall be final. Once any challenges have been + resolved, the Elections Committee shall announce the final results. + </li> + <li> + Any questions regarding these procedures should be directed to the + Elections Committee by e-mail to <a + href="mailto:elections@gnome.org">elections@gnome.org</a>. + The committee shall have the power to make any necessary changes or + clarifications to these rules at any point during the referendum. + </li> + </ol> + + <h2>Timeline</h2> + <p><small>(all deadlines are 23:59 UTC/18:59 EST)</small></p> + <ul> + <li> + September 24 (Friday): Last day to apply for membership (to be eligible + for this referendum). + </li> + <li> + September 27 (Monday): Ballots mailed to eligible voters, voting begins. + </li> + <li> + October 8 (Friday): Voting closes. + </li> + <li> + October 11 (Monday): Preliminary results mailed to + <a href="http://mail.gnome.org/archives/foundation-list/">foundation-list@gnome.org</a>. + </li> + <li> + October 22 (Friday): Last day to challenge preliminary results. + </li> + </ul> + + </body> +</html> diff --git a/foundation.gnome.org/referenda/Makefile.am b/foundation.gnome.org/referenda/Makefile.am new file mode 100644 index 0000000..9aa1e60 --- /dev/null +++ b/foundation.gnome.org/referenda/Makefile.am @@ -0,0 +1,8 @@ +SUBDIRS = 2004-10 + +urlpath = /referenda + +page_SCRIPTS = \ + index.html + +include $(top_srcdir)/rules.common diff --git a/foundation.gnome.org/referenda/index.wml b/foundation.gnome.org/referenda/index.wml new file mode 100644 index 0000000..437b78e --- /dev/null +++ b/foundation.gnome.org/referenda/index.wml @@ -0,0 +1,29 @@ +<?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 Referenda</title> + <meta name="cvsdate" content="$Date$" /> + </head> + + <body> + + <h1>GNOME Foundation Referenda</h1> + + <p> + Any member of the GNOME Foundation can suggest a referendum. To be + accepted, a request for a referendum must be endorsed by 10% of the + Membership. The overall referendum process is overseen by the + Membership and Elections Committee, which can be reached at <a + href="mailto:elections@gnome.org">elections@gnome.org</a>. + </p> + + <h2>Referenda Materials</h2> + + <ul> + <li><a href="2004-10/">Material from the Anonymous Voting Referendum</a></li> + </ul> + + </body> +</html> diff --git a/include/evilsedhack b/include/evilsedhack index de6d801..49b068e 100755 --- a/include/evilsedhack +++ b/include/evilsedhack @@ -13,6 +13,7 @@ cat <<-FOOT <li><a href="$ROOT/about/">About the Foundation</a></li> <li><a href="$ROOT/membership/">Membership</a></li> <li><a href="$ROOT/elections/">Elections</a></li> + <li><a href="$ROOT/referenda/">Referenda</a></li> <li><a href="$ROOT/legal/">Legal</a></li> <li><a href="$ROOT/contact/">Contact</a></li> </ul>