Removed referenda page
This commit is contained in:
parent
909be1127d
commit
b5cbf0c8e9
7 changed files with 3 additions and 46 deletions
|
@ -40,7 +40,6 @@ foundation.gnome.org/licensing/usergroup/Makefile
|
|||
foundation.gnome.org/finance/Makefile
|
||||
foundation.gnome.org/membership/Makefile
|
||||
foundation.gnome.org/news/Makefile
|
||||
foundation.gnome.org/referenda/Makefile
|
||||
foundation.gnome.org/reports/Makefile
|
||||
foundation.gnome.org/vote/Makefile
|
||||
foundation.gnome.org/vote/include/Makefile
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIRS = about contact elections img legal licensing membership news referenda finance vote reports
|
||||
SUBDIRS = about contact elections img legal licensing membership news finance vote reports
|
||||
|
||||
urlpath =
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
index.html
|
||||
Makefile.in
|
||||
Makefile
|
|
@ -1,6 +0,0 @@
|
|||
urlpath = /referenda
|
||||
|
||||
page_SCRIPTS = \
|
||||
index.html
|
||||
|
||||
include $(top_srcdir)/rules.common
|
|
@ -1,31 +0,0 @@
|
|||
<?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$" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
</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="../vote/2005-10/">Material from the Reducing Board Size Referendum</a></li>
|
||||
<li><a href="../vote/2004-10/">Material from the Anonymous Voting Referendum</a></li>
|
||||
</ul>
|
||||
|
||||
</body>
|
||||
</html>
|
|
@ -47,8 +47,7 @@
|
|||
<li><a href="http://blogs.gnome.org/foundation/">Blog</a></li>
|
||||
<li><a href="{$root}/reports/">Reports</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}/elections/">Elections and Referenda</a></li>
|
||||
<li><a href="{$root}/legal/">Legal</a></li>
|
||||
<li><a href="{$root}/finance/">Finance</a></li>
|
||||
<li><a href="{$root}/contact/">Contact</a></li>
|
||||
|
|
|
@ -14,8 +14,7 @@ cat <<-FOOT
|
|||
<li><a href="http://blogs.gnome.org/foundation/">Blog</a></li>
|
||||
<li><a href="$ROOT/reports/">Reports</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/elections/">Elections and Referenda</a></li>
|
||||
<li><a href="$ROOT/legal/">Legal</a></li>
|
||||
<li><a href="$ROOT/finance/">Finance</a></li>
|
||||
<li><a href="$ROOT/contact/">Contact</a></li>
|
||||
|
|
Loading…
Reference in a new issue