Commit graph

590 commits

Author SHA1 Message Date
Tobias Mueller
a711f8589f Minor cosmetic update in voting page reg the membership link
It doesn't work anyway hence we might as well just drop it. But for now, I'll update it.
2011-05-18 14:14:42 +02:00
Tobias Mueller
633ff73ee0 Added a warning to the footer of the voting page to not close </BODY> or </HTML> 2011-05-18 14:14:41 +02:00
Tobias Mueller
1aa88b832b Linked 2011 elections from the voting page to make it accessible 2011-05-18 14:14:41 +02:00
Vincent Untz
40351f4d31 Improve section about EIN so people know what it is 2011-05-06 15:20:21 +02:00
Tobias Mueller
0aed23ecb0 Included the new folders in configure.in to fix build 2011-05-04 17:49:45 +02:00
Tobias Mueller
4d184ac02d Redirect /electionrules.html to ./elections/2011/rules.html as per bylaws
Article VIII Section 3b makes us doing that.
2011-05-04 17:18:54 +02:00
Tobias Mueller
7699a7a720 Added 2011 to the vote/ Makefile to have the directory built 2011-05-04 17:18:31 +02:00
Tobias Mueller
9bb2b4ac5b Added election material for 2011 2011-05-04 17:15:32 +02:00
Tobias Mueller
d2a77f5f9b Added EIN to legal page as per bug 646271 2011-05-04 17:14:24 +02:00
Tobias Mueller
4ff9ae9b22 Renamed stuff in .htaccess from elections/ to vote/ 2011-05-04 15:20:21 +02:00
Tobias Mueller
d873994982 Removed elections/ directory and deleted it from the Makefile.am 2011-05-04 15:20:21 +02:00
Tobias Mueller
75909de3ed Merged everything from elections/ into vote/
To fix bug 629334. On the way, some old .cvsignore files were deleted.
Also, Makefiles and headers were adapted to show the new URL. Calendars
have not been updated.
2011-05-04 15:20:21 +02:00
Tobias Mueller
117be799c5 Fixing up deadlinks in news/ and replacings links to elections/ by vote/ 2011-05-04 15:20:21 +02:00
Tobias Mueller
3756cdedf9 Deleted old .cvsignore file in elections 2011-05-04 15:15:01 +02:00
Tobias Mueller
9395fb1926 Include Referenda in Election page
To finally have a unified page with Elections and Referenda. This is the
first step and the future is to move everything into the vote/ page.
2011-05-04 15:15:01 +02:00
Olav Vitters
df7bf38b59 get css from www-old for now 2011-04-07 15:02:56 +02:00
Olav Vitters
1d25ef25bb get css from www-old for now 2011-04-07 14:57:17 +02:00
Paul Cutler
2b215bb2de Update release date for Q4 report 2011-03-25 08:53:34 -05:00
Paul Cutler
f6fcd25e97 Fix typos in Q4 report and add Q4 to the home page and news page 2011-03-25 08:52:22 -05:00
Paul Cutler
6873cc4901 Close <ul> tag correctly this time 2011-03-25 08:39:22 -05:00
Paul Cutler
86e82ea981 Fix missing </ul> 2011-03-25 08:18:16 -05:00
Paul Cutler
35af57852c Update Makefile to include Q4 report 2011-03-21 14:04:37 -05:00
Paul Cutler
a7c0e9bde4 add sysadmin, WOP and membership qq4 updates 2011-03-21 13:44:12 -05:00
Paul Cutler
74617ceb09 first draft of q4 report 2011-03-08 11:50:27 -06:00
Allan Day
f7d24bd477 Fix incorrect link to board minutes. 2011-03-01 09:18:16 +00:00
Paul Cutler
f8130fd0d4 Remove Stormy bio from about page 2011-02-28 12:39:42 -06:00
Andreas Nilsson
fa336d947d removed LiMo from the list of sponsors 2011-02-19 23:50:44 +01:00
Paul Cutler
7e4f0dd8f4 Remove Stormy from Foundation contact list 2011-02-17 12:11:28 -06:00
Andrea Veri
d990ec418d Removing an extra parenthesis that was causing a php error. 2011-01-16 23:59:14 +01:00
Andrea Veri
d5ef50199c Committing the new and restyled application.wml. Old one moved to application-old.wml as backup. 2011-01-16 23:42:17 +01:00
Paul Cutler
e2ef72927f Fix typo and add Q3 to reports page 2011-01-07 14:45:43 -06:00
Paul Cutler
5e296f004e add q3 report to makefile 2011-01-07 10:05:45 -06:00
Paul Cutler
548e734f2b Add Q3 report released to news 2011-01-07 09:44:28 -06:00
Paul Cutler
c0dd4fdd3f add Q3 report 2011-01-07 09:38:57 -06:00
Paul Cutler
b23968367d Add updated / edited annual report 2010-12-21 13:24:36 -06:00
Paul Cutler
6747b1312b Update annual report release 2010-12-13 11:33:12 -06:00
Paul Cutler
f6dc0afabb Add 2009 annual report 2010-12-13 11:11:43 -06:00
Vincent Untz
1ce39d2d0e Add news about the a11y grant 2010-11-07 11:33:38 -05:00
Tobias Mueller
b5cbf0c8e9 Removed referenda page 2010-10-01 17:10:14 +03:00
Tobias Mueller
909be1127d Updated references pointing to /referenda/
grep -r referenda * doesn't show any other relevant references to referenda/.
2010-10-01 17:10:14 +03:00
Tobias Mueller
15e2716b4a 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 17:10:08 +03:00
Vincent Untz
b5310b0b12 Change main links of reports to HTML, and PDF as alternative
People can keep reading the HTML in the browser. Much better.
2010-09-10 22:46:37 +02:00
Vincent Untz
40e4695a8f Add 2010 Q2 report 2010-09-10 22:41:10 +02:00
Vincent Untz
d20df97033 Add LiMo to the list of advisory board members 2010-08-31 19:03:39 +02:00
Tobias Mueller
b6449da1de Fixed punctuation in board history
Between 2010 and Paul was no fullstop.
2010-08-29 17:48:39 +00:00
Tobias Mueller
fc7cb36e36 mail-instructions.py: Made it work with the UTF-8 encoded names
Jeez, Python-2.4's standard library seems to not be capable of handling unicode strings for the email libraries right away. This version is proven to work.
2010-08-29 17:42:23 +00:00
Vincent Untz
5c7838c5fa Fix previous commit (8a70b8dd) 2010-08-20 14:23:17 +02:00
Baptiste Mille-Mathias
8a70b8dd45 Replace the debian logo by a nicer one
Icon taken from http://www.debian.org/logos/#official-use
2010-08-20 12:48:42 +02:00
Baptiste Mille-Mathias
118fd0dbb4 Fix a typo 2010-08-20 11:56:19 +02:00
Vincent Untz
5e849f4dc5 Update annual fees section for non-profit organizations
Instead of always waiving fees, mention that they can be waived. 501(c)3
and 501(c)6 organizations are different, so we might want to have
different ways to handle fees.
2010-08-20 11:48:28 +02:00