Commit graph

706 commits

Author SHA1 Message Date
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
Vincent Untz
43c9f6d733 Link the current board of directors from elections/overview.html
This is the #1 result for GNOME Board of Directors search results, and
it didn't have any information about the current board.
2010-08-20 11:14:02 +02:00
Vincent Untz
bb8649a294 Remove trailing spaces 2010-08-20 10:26:28 +02:00
Tobias Mueller
5874a069bb Fixup the current Board of Directors and the history page
I forgot the move the extra paragraphs which mention the resignation of directors to the history page.
2010-08-06 22:22:21 +02:00
Tobias Mueller
e6afe99446 Update history page and about page to reflect new and old Directors 2010-08-05 23:53:49 +02:00
Tobias Mueller
71ba421e13 Elections 2010: Link to announced results 2010-06-25 19:43:07 +02:00
Vincent Untz
96f0b075e8 Make internal links in history page work 2010-06-21 17:01:24 +02:00
Vincent Untz
66202ceda2 Update the history page to look a bit nicer, and have more information 2010-06-21 16:57:57 +02:00
Vincent Untz
20da509f28 List history of the board from about page 2010-06-21 16:43:02 +02:00
Tobias Mueller
2ca0b0fe17 Elections 2010: Link to preliminary results and details of the vote 2010-06-16 02:00:06 +02:00
Tobias Mueller
5a05013072 Voting: License the code under GPLv2+
As per discussion on foundation-list: <http://mail.gnome.org/archives/foundation-list/2010-June/msg00107.html>
this code is now licensed under the terms of GPLv2+.
2010-06-15 13:46:34 +02:00
Vincent Untz
e874e1f957 Update list of advisory board members: change Sun to Oracle 2010-06-14 20:55:19 +02:00
Jaap A. Haitsma
9dc628603d update makefile 2010-06-06 18:40:53 +02:00
Jaap A. Haitsma
d542ae5421 Remove GNOME-Donations.ods because it contains personal data 2010-06-05 09:43:01 +02:00
Vincent Untz
d360a7d0ec Fix Canonical logo to not appear as cut 2010-06-03 00:31:20 +02:00
Vincent Untz
f8d401bc03 Update Canonical logo 2010-06-03 00:16:40 +02:00
Tobias Mueller
d314d25f6f elections/2010/candidates: Changed Jonhs affilation
As per his request in <1274982978.1688.4.camel@wendell-laptop>.
2010-05-30 13:43:41 +01:00
Tobias Mueller
1cf0dbeb1a elections/2010/candidates: Fixed Brians link
Sorry, it linked to Pauls statement.
2010-05-26 17:55:37 +01:00
Tobias Mueller
4074f0b977 2010/candidates: Add German as a candidate 2010-05-26 13:11:33 +01:00
Tobias Mueller
aeefaf6da7 2010/candidates: Fix the link to Bastiens statement
It linked to Baris' one. Should be fixed now.
2010-05-26 00:40:01 +01:00
Tobias Mueller
8ad3ddcd93 2010/candidates: Adding the candidates for this election 2010-05-26 00:08:12 +01:00
Tobias Mueller
b746ee8015 bin/mail-instructions: Replaced PERL version by a Python version
I finally came around to test the script on window. Although the Python
script is a bit ugly, it works. Just some Python-2.4 compatibility was
needed. In the future, we can assume to read the Template string
directory out of the file, i.e. w/o creating $member, etc. Also, check
whether a "$" in the token confuses the Template parser.
2010-05-26 00:08:12 +01:00
Tobias Mueller
1800986e0f Redirect /electionrules.html to ./elections/2010/rules.html as per bylaws
Article VIII Section 3b makes us doing that.
2010-05-23 22:28:57 +01:00
Tobias Mueller
e477cec1b8 elections/2010: link to candidates page from 2010 landing page 2010-05-23 22:28:57 +01:00
Tobias Mueller
c32238f703 2010/candidates: Rephrased question section of candidates page
We do not vote per email anymore. As everything should be mentioned on
the rules pages, just refer to that. Also, be more precise about the
bylaws in question.
2010-05-23 22:28:56 +01:00
Vincent Untz
d6287485f1 Update board history for previous board 2010-05-20 04:10:07 +02:00
Vincent Untz
992c6e998a Add Collabora to adboard and add news item about that 2010-05-05 11:15:11 +02:00
Vincent Untz
0e1acb30dc Fix build 2010-05-03 17:59:19 +02:00
Tobias Mueller
00a183ad2f elections/index.wml: Link to the 2010 elections 2010-05-03 03:26:15 +01:00
Tobias Mueller
bd7eed406f 2010/timeline.ics: Populate iCal file with new the new dates
This was generated using mkical.py -t. In the future, we should consider
to automatically create that on the server side. But then again, that
adds little benefit for a potentially big overhead.
2010-05-03 03:02:22 +01:00
Tobias Mueller
66bd8e27c5 2010/rules: We do not separate between new applications and renewals
This was separate because it takes less time to renew a membership. But
we asked the currently existing members already to renew their
membership so we can decrease the complexity by getting rid of another
deadline.
2010-05-03 00:58:41 +01:00
Tobias Mueller
fe53e3051b mkical.py: Make it print a textual calendar
It works quite well, with the exception of multiple events in one week.
2010-05-03 00:58:41 +01:00
Tobias Mueller
cbb518b6c1 Elections2010: Add necessary web pages
Basically, they were copied from 2009 and dates were adapted as announced in
4BDE1146.7040000@gnome.org
2010-05-03 00:56:06 +01:00
Vincent Untz
5756ebbb77 Add 2010 Q1 report 2010-04-22 23:06:50 -07:00
Vincent Untz
d74ac0c7f8 Add news item about GCDS 2011 2010-03-17 00:18:29 +01:00