Added the 2007 referendum on the directors determining the term length
It was a bit messed up as the index.wml pointed to the very same election twice, i.e. the election_id=1 *was* indeed the 2005-10 referendum. I guess that the plan was, back when the index.wml was built, to reference the election_id=4, which is the term length referendum, which didn't have a subfolder back then.
This commit is contained in:
parent
e5e01ed51b
commit
fc5deb231c
4 changed files with 64 additions and 3 deletions
10
foundation.gnome.org/vote/2007-10/Makefile.am
Normal file
10
foundation.gnome.org/vote/2007-10/Makefile.am
Normal file
|
@ -0,0 +1,10 @@
|
|||
SUBDIRS =
|
||||
|
||||
urlpath = /vote/2007-10
|
||||
|
||||
page_SCRIPTS = \
|
||||
index.html
|
||||
|
||||
page_DATA =
|
||||
|
||||
include $(top_srcdir)/rules.common
|
51
foundation.gnome.org/vote/2007-10/index.wml
Normal file
51
foundation.gnome.org/vote/2007-10/index.wml
Normal file
|
@ -0,0 +1,51 @@
|
|||
<?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 Directors determine the length of the term of the next board Referendum</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<h1>GNOME Directors determine the length of the term of the next board 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>
|
||||
|
||||
|
||||
<h2>GNOME Directors determine the length of the term of the next board Referendum Materials:</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://mail.gnome.org/archives/foundation-announce/2007-October/msg00001.html">Referendum results announcement</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../vote/votes.php?election_id=4">Archive of all votes</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="../../vote/results.php?election_id=4">Preliminary results</a>
|
||||
</li>
|
||||
<!--
|
||||
<li>
|
||||
<a href="voters.html">List of registered voters</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="">The 10% membership quorum was reached</a>
|
||||
</li>
|
||||
-->
|
||||
<li>
|
||||
<a href="https://mail.gnome.org/archives/foundation-list/2007-September/msg00145.html">Referendum Rules and Timeline</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://mail.gnome.org/archives/foundation-list/2007-August/msg00025.html">Original discussion about the length of the term</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS = include 2004-10 2005-10 2000 2001 2002 2003 2004 2005 2006 2007 2009 2010 2011 2012
|
||||
SUBDIRS = include 2004-10 2005-10 2000 2001 2002 2003 2004 2005 2006 2007 2007-10 2009 2010 2011 2012
|
||||
|
||||
urlpath = /vote
|
||||
|
||||
|
|
|
@ -53,8 +53,8 @@
|
|||
</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="../vote/2005-10/index.html">Material from the Office Term Referendum</a></li>
|
||||
<li><a href="../vote/results.php?election_id=1">Material from the Reducing Board Size Referendum</a></li><!-- This is ugly, ideally we'd have an information page as with the other elections and referenda -->
|
||||
<li><a href="../vote/2007-10/index.html">Material from the Office Term Referendum</a></li>
|
||||
<li><a href="../vote/2005-10/index.html">Material from the Reducing Board Size Referendum</a></li>
|
||||
<li><a href="../vote/2004-10/index.html">Material from the Anonymous Voting Referendum</a></li>
|
||||
</ul>
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue