[foundation-web] Added the 2007 referendum on the directors determining the term length



commit fc5deb231c4943dd8b8e4cd337e6146f7dcf0410
Author: Tobias Mueller (ideabox) <tobiasmue gnome org>
Date:   Fri Jul 13 21:39:20 2012 +0200

    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.

 foundation.gnome.org/vote/2007-10/Makefile.am |   10 +++++
 foundation.gnome.org/vote/2007-10/index.wml   |   51 +++++++++++++++++++++++++
 foundation.gnome.org/vote/Makefile.am         |    2 +-
 foundation.gnome.org/vote/index.wml           |    4 +-
 4 files changed, 64 insertions(+), 3 deletions(-)
---
diff --git a/foundation.gnome.org/vote/2007-10/Makefile.am b/foundation.gnome.org/vote/2007-10/Makefile.am
new file mode 100644
index 0000000..88aab47
--- /dev/null
+++ b/foundation.gnome.org/vote/2007-10/Makefile.am
@@ -0,0 +1,10 @@
+SUBDIRS =
+
+urlpath = /vote/2007-10
+ 
+page_SCRIPTS = \
+	index.html
+
+page_DATA = 
+
+include $(top_srcdir)/rules.common
diff --git a/foundation.gnome.org/vote/2007-10/index.wml b/foundation.gnome.org/vote/2007-10/index.wml
new file mode 100644
index 0000000..415da1a
--- /dev/null
+++ b/foundation.gnome.org/vote/2007-10/index.wml
@@ -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&#64;gnome&#46;org";>elections&#64;gnome&#46;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>
diff --git a/foundation.gnome.org/vote/Makefile.am b/foundation.gnome.org/vote/Makefile.am
index 9aa2d46..41bd645 100644
--- a/foundation.gnome.org/vote/Makefile.am
+++ b/foundation.gnome.org/vote/Makefile.am
@@ -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
  
diff --git a/foundation.gnome.org/vote/index.wml b/foundation.gnome.org/vote/index.wml
index 5b85b16..5191013 100644
--- a/foundation.gnome.org/vote/index.wml
+++ b/foundation.gnome.org/vote/index.wml
@@ -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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]