Commit graph

532 commits

Author SHA1 Message Date
Bradley M. Kuhn
527ad3087f Additional argument was likely incorrect.
Rereading https://docs.djangoproject.com/en/1.4/ref/contrib/syndication/
shows that the first argument should no longer be that class.
2014-07-14 11:49:03 -04:00
Bradley M. Kuhn
61476fdb5c First attempt to follow Django 1.4 feed classes.
I followed the instructions at
https://docs.djangoproject.com/en/1.4/ref/contrib/syndication/
and attempted to get these feeds to match that one.
2014-07-14 11:03:54 -04:00
Bradley M. Kuhn
10b785b04d Need to import these classes for urls to use them. 2014-07-14 10:55:58 -04:00
Bradley M. Kuhn
2c63f6b33e Try putting these settings in each class.
I am not sure what the loop was for anyway.
2014-07-14 10:54:25 -04:00
Bradley M. Kuhn
18addfe969 Additional issues deal with feed_dict deprecation. 2014-07-14 10:52:41 -04:00
Bradley M. Kuhn
6a2918c288 In Django 1.2, feed_dict was deprecated.
Therefore, change this to use the method explained at:

https://docs.djangoproject.com/en/dev/releases/1.2/#feed-in-django-contrib-syndication-feeds
2014-07-14 10:49:29 -04:00
Bradley M. Kuhn
f18e922cf8 Merge branch 'master' of gitorious.org:conservancy/website 2014-07-14 10:22:44 -04:00
Bradley M. Kuhn
7835493122 Apparently, "Feed" is now capitalized.
http://stackoverflow.com/questions/6642829/how-to-resolve-could-not-import-django-contrib-syndication-views-feed-error-in
2014-07-14 10:20:15 -04:00
Martin Michlmayr
6dcb45d412 Update number of member projects 2014-07-09 16:43:01 -04:00
Bradley M. Kuhn
d70e6f3f8b Update for Djnango 1.4.5: admin.site.urls
http://stackoverflow.com/questions/5503616/how-to-correct-this-error-adminsite-object-has-no-attribute-root
2014-07-08 13:33:06 -04:00
Bradley M. Kuhn
85e9253eec Update for Djnango 1.4.5: feeds import. 2014-07-08 13:25:48 -04:00
Bradley M. Kuhn
639860b6e0 Fix alphabetical order problem from last commit. 2014-07-04 10:29:44 -04:00
Bradley M. Kuhn
b1a18a5aec Kallithea is Conservancy's newest member project.
See http://sfconservancy.org/news/2014/jul/04/kallithea-joins/ for the
full announcement.
2014-07-04 10:26:01 -04:00
Bradley M. Kuhn
0f00a679a4 Update progress & note it's only updated monthly.
I've not been on top of updating this, but I'll usually do it at least
monthly now.
2014-07-04 10:25:21 -04:00
Bradley M. Kuhn
865a56a6d6 Better spacing between donation types. 2014-06-13 08:15:05 -04:00
Bradley M. Kuhn
77f6c9ffa3 Better instructions and detail about wire transfer donations. 2014-06-13 08:13:33 -04:00
Tony Sebro
ee30bcb2bf updated outside counsel list to include Pam Chestek. 2014-05-29 18:15:29 -04:00
Bradley M. Kuhn
8dd4396a59 Karen is an employee now. 2014-05-05 13:27:25 -04:00
Martin Michlmayr
350bdfa106 Move the hr into the shaded div
Move the hr into the shaded div, as is already the case with news.
2014-05-02 12:27:13 -04:00
Martin Michlmayr
cb8f62370d Fix HTML </div> error on frontpage
One too many <div> elements were closed when no blogs were displayed.

Note that the logic between news and blogs is different: news opens
one "shaded" div and puts all news in it.  In the case of blogs, one
"shaded" div is created for each blog entry displayed.
2014-05-01 19:27:04 -04:00
Bradley M. Kuhn
de0b3fbb09 Include donations in progress bar through 2014-04-20.
mjw insisted that I update this more often; he's right about that. :)
2014-04-30 11:15:06 -07:00
Bradley M. Kuhn
24a8201313 Updates to the FSA template from Conservancy's internal repository.
Included is now the ODT version of the template, that Tony and Karen insisted
on. :)
2014-04-24 11:29:13 -04:00
Bradley M. Kuhn
9e7875d5d7 Update Karen's Bio on Eval Committee page as well. 2014-04-23 13:20:41 -04:00
Martin Michlmayr
c0bf257532 Close mainContent <div> element 2014-04-17 19:07:13 -04:00
Martin Michlmayr
cc031b3b61 Fix syntax for HTML comment 2014-04-17 19:01:51 -04:00
Martin Michlmayr
5456654ed2 Fix number of current projects 2014-04-17 13:07:29 -04:00
Martin Michlmayr
80392225ca Use HTML element for ampersand 2014-04-17 13:04:05 -04:00
Martin Michlmayr
e4a92f8bab Use American English for consistency 2014-04-17 12:54:13 -04:00
Martin Michlmayr
d7ace48349 Use Conservancy instead of SFC for consistency 2014-04-17 12:54:08 -04:00
Martin Michlmayr
ce2eeafb29 Fix HTML error - opening element used to close paragraph 2014-04-17 12:53:47 -04:00
Martin Michlmayr
e37dc9ceae Fix use of <p> in relation to <ul> 2014-04-17 12:53:35 -04:00
Martin Michlmayr
6e8d7dd68a Add missing </a> 2014-04-17 12:53:29 -04:00
Martin Michlmayr
5b627813e4 Fix error ID "sponsor" already defined
An id can only be used once, you'd have to use a "class", but since the
<ul> element has an id the individual list elements will get the right
CSS values.
2014-04-17 12:53:21 -04:00
Martin Michlmayr
46e66f42af Remove empty list element 2014-04-17 12:53:00 -04:00
Bradley M. Kuhn
f2e173d19e Update my bio. 2014-04-02 08:12:30 -04:00
Bradley M. Kuhn
14ae2f83ae Update to Karen's bio, as she emailed to me last night. 2014-04-02 08:01:32 -04:00
Bradley M. Kuhn
40c267daa1 Revert that last one, that's not the right way to do this. 2014-03-31 18:46:16 -04:00
Bradley M. Kuhn
c2a1250eac Put the time in 24 hour notion. 2014-03-31 18:44:05 -04:00
Bradley M. Kuhn
09d7a3aa2c Remove <br>'s, extra line, and fix variable name. 2014-03-31 18:41:43 -04:00
Bradley M. Kuhn
f3548d51a0 Rework how blog authors appear. 2014-03-31 18:39:35 -04:00
Bradley M. Kuhn
d66597edeb Fix div's, I think. 2014-03-31 18:36:21 -04:00
Bradley M. Kuhn
d24d3763b3 Improve template for blog when two appear. 2014-03-31 18:34:01 -04:00
Bradley M. Kuhn
f9eaefc173 Updated my bio. 2014-03-31 10:22:09 -04:00
Bradley M. Kuhn
00355badf7 Correct my title. 2014-03-31 10:16:01 -04:00
Bradley M. Kuhn
4519cfe1a3 Update Karen's bio. 2014-03-31 10:02:26 -04:00
Bradley M. Kuhn
a34a6dd73f Karen Sandler is now Executive Director.
Also, update her bio to note she's not at GF anymore.
2014-03-31 10:00:28 -04:00
Bradley M. Kuhn
068aa9ae7e David Marin and Amanda Halpin sponsorship. 2014-03-10 12:54:39 -04:00
Bradley M. Kuhn
28b11c9b11 Amarok left Conservancy officially today. 2014-02-28 09:33:19 -05:00
Bradley M. Kuhn
5bc1f84a77 Updated based on this week's donations. 2014-02-28 09:32:21 -05:00
Bradley M. Kuhn
3964c3e91f Add elections to Conservancy's list of member project services. 2014-02-27 11:51:47 -05:00
Bradley M. Kuhn
b04bb89f0f Update based on recent donations. 2014-02-26 09:00:29 -05:00
Bradley M. Kuhn
6218d22b9c Make a small PNG file for use in GSoC 2014. 2014-02-13 19:17:08 -05:00
Bradley M. Kuhn
620ec59177 FY 2012 Annual Report. 2014-01-29 17:55:45 -05:00
Bradley M. Kuhn
823907e67c FY 2012 Form 990, 990-T, CHAR-500 and auditors' report. 2014-01-14 19:57:21 -05:00
Bradley M. Kuhn
d6734debbf Updated number to current donation amounts. 2013-12-31 10:42:50 -05:00
Bradley M. Kuhn
e357a9f7eb Monthly donation. 2013-12-17 21:35:09 -05:00
Bradley M. Kuhn
0e4e179be8 Add monthly donation option. 2013-12-17 21:33:01 -05:00
Bradley M. Kuhn
89f09a40cd Note stock donation possibility. 2013-12-17 21:32:49 -05:00
Bradley M. Kuhn
b4edc163d0 Move flattr link to bottom of page. 2013-12-17 21:32:34 -05:00
Bradley M. Kuhn
4297294546 Correct donate line; reword text slightly. 2013-12-17 09:23:53 -05:00
Bradley M. Kuhn
dcd7e50659 Link to donate on the same page. 2013-12-17 09:20:35 -05:00
Bradley M. Kuhn
30de6b6930 Add javascript for donate box. 2013-12-17 09:19:05 -05:00
Bradley M. Kuhn
d9f1d9b840 W3C Validator says type= is required. 2013-12-17 09:15:03 -05:00
Bradley M. Kuhn
3e845e84f5 Fix tags and add <a> for donate. 2013-12-17 09:12:44 -05:00
Bradley M. Kuhn
2649c84625 Fix classifications for Django. 2013-12-17 09:07:33 -05:00
Bradley M. Kuhn
79d48bd96a Add missing period. 2013-12-17 09:06:29 -05:00
Bradley M. Kuhn
512bf5ce7d Fix closing tags and such. 2013-12-17 09:05:45 -05:00
Bradley M. Kuhn
c9c5c85c1c Add floating Donate box like the campaign page has. 2013-12-17 09:02:34 -05:00
Bradley M. Kuhn
cf0e2c12d4 Don't use fully qualified URL for our own site. 2013-12-17 08:58:54 -05:00
Bradley M. Kuhn
5f3048622f Fix unclosed <a> tag. 2013-12-17 08:58:20 -05:00
Bradley M. Kuhn
59054724bb Add long-overdue description page for GPL Compliance Project for Linux Developers. 2013-12-17 08:56:59 -05:00
Bradley M. Kuhn
f7f6f2b9a0 Forgot to remove Google Checkout from campaign page. 2013-12-06 17:45:56 -05:00
Bradley M. Kuhn
6e934f9439 OpenTripPlanner has joined Conservancy! 2013-11-22 11:29:20 -05:00
Bradley M. Kuhn
e153e3dbcb Updated to 30 members per yesterday's announcement. (HT tbm) 2013-11-21 11:58:08 -05:00
Bradley M. Kuhn
413b280e01 Buildbot has joined Conservancy! 2013-11-19 18:06:55 -05:00
Bradley M. Kuhn
ffe1caff9c Google discontinues Google checkout tomorrow.
https://support.google.com/checkout/sell/answer/3080449?hl=en-GB
2013-11-19 16:43:28 -05:00
Bradley M. Kuhn
fcffd1e873 Make it clear it's developers we need; separate hr more. 2013-11-15 14:25:09 -05:00
Bradley M. Kuhn
363df56194 Separate update more. 2013-11-15 14:24:22 -05:00
Bradley M. Kuhn
82b6ddf749 Add note about the project starting. 2013-11-15 14:21:42 -05:00
Bradley M. Kuhn
296f237b0a Add link to the Wiki. 2013-11-13 12:47:20 -05:00
Bradley M. Kuhn
ff1c40409d Fix typo in the height. 2013-10-10 10:35:47 -04:00
Bradley M. Kuhn
0a3928b135 Citrix became a sponsor a few weeks of Conservancy.
I just received their logo this morning.
2013-10-10 10:34:59 -04:00
Bradley M. Kuhn
2726656320 Updated with recently imported data from donations. 2013-10-09 12:11:24 -04:00
Bradley M. Kuhn
7c9bf099f2 phpMyAdmin has joined Conservancy:
http://sfconservancy.org/news/2013/oct/07/phpMyAdmin-joins/
2013-10-07 07:15:44 -04:00
Bradley M. Kuhn
d03fb818e2 Fix missing word. 2013-10-01 19:09:52 -04:00
Bradley M. Kuhn
a8ebfcec29 s/ecognition/recognition/ (spelling fix) 2013-10-01 18:49:36 -04:00
Bradley M. Kuhn
f07cb344c9 Updated FSA template to match current in use by Conservancy. 2013-09-30 17:47:48 -04:00
Bradley M. Kuhn
d9ea3af180 Mifos has spun out to the Mifos Initiative. 2013-09-24 09:54:20 -04:00
Bradley M. Kuhn
680f1f086b APRIL. 2013-09-24 09:54:06 -04:00
Bradley M. Kuhn
ffb4c20e3d Properly add April using the spelling they prefer. 2013-09-13 16:28:34 -04:00
Bradley M. Kuhn
2bd3fcbe3e Add APRIL to endorsement list. 2013-08-26 13:34:03 -04:00
Bradley M. Kuhn
89ce562e10 Note that the progress bar is now updated only weekly. 2013-07-30 17:51:23 -04:00
Bradley M. Kuhn
d7179594fb Updated to reflect recent donations. 2013-07-19 17:17:39 -04:00
Bradley M. Kuhn
01f2cca827 Updated from recent donation. 2013-07-08 18:04:55 -04:00
Bradley M. Kuhn
45c8785ad1 Include donations from the last few days. 2013-06-25 11:56:08 -04:00
Bradley M. Kuhn
e3d4ae0ffa Add donations for the last few days. 2013-06-20 13:41:21 -04:00
Bradley M. Kuhn
eb8665f3ec Donations from the last few days. 2013-06-18 13:11:23 -04:00
Bradley M. Kuhn
754ce012a5 Samsung is now a sponsor. 2013-06-18 12:55:42 -04:00
Bradley M. Kuhn
22549391a9 Updated recent donations. 2013-06-13 14:18:28 -04:00
Bradley M. Kuhn
722278cdfa Donations from the last few days. 2013-06-06 11:39:33 -04:00
Martin Michlmayr
38d6f6521b Typo fix 2013-06-06 08:13:10 -04:00
Martin Michlmayr
f91611b3db Add HP as a sponsor 2013-06-04 18:06:55 +01:00
Bradley M. Kuhn
7c04be601e Donations from over the weekend. 2013-06-03 12:01:31 -04:00
Jim Garrison
416a2787dd Removes last reference to Google Checkout being free for nonprofits.
This finished what was partially fixed in be9ec7c6.

Patch submitted by Jim Garrison <jim@garrison.cc>.

Signed-Off-By: Bradley M. Kuhn <bkuhn@sfconservancy.org>
2013-06-03 11:02:49 -04:00
Bradley M. Kuhn
348069b73d Recent donations. 2013-05-30 13:24:50 -04:00
Bradley M. Kuhn
890db3efbe Donation from yesterday. 2013-05-24 16:53:31 -04:00
Bradley M. Kuhn
b720d966ea Update from donations yesterday. 2013-05-23 12:11:29 -04:00
Bradley M. Kuhn
2682a4a484 Additional donation received today. 2013-05-22 10:48:13 -04:00
Bradley M. Kuhn
aa0bd86a5e Fix bad HTML tag. 2013-05-20 10:16:48 -04:00
Bradley M. Kuhn
0cf1e235ab Add two large donations announced today. 2013-05-20 10:04:22 -04:00
Bradley M. Kuhn
180876ecf5 Red Hat is now a sponsor. 2013-05-20 10:03:07 -04:00
Bradley M. Kuhn
2fcf94fc7d Add donation. 2013-05-18 08:32:49 -04:00
Bradley M. Kuhn
7548226145 Correct width and height. 2013-05-17 16:10:21 -04:00
Bradley M. Kuhn
336a94d644 It's a png, not a jpg. Also, no () on alt name. 2013-05-17 16:09:42 -04:00
Bradley M. Kuhn
ce0e1ead15 Add appendTo as a sponsor. 2013-05-17 16:08:34 -04:00
Bradley M. Kuhn
df56292717 Additional donation this week. 2013-05-16 16:44:11 -04:00
Bradley M. Kuhn
3cb2120df3 Updated based on today's donations. 2013-05-13 15:30:40 -04:00
Bradley M. Kuhn
6d317c06f0 Increase progress bar for donations from the last 24 hours. 2013-05-07 12:22:34 -04:00
Bradley M. Kuhn
51c90ba720 Updated campaign totals. 2013-05-06 10:21:51 -04:00
Bradley M. Kuhn
c10744ecd5 updated Loïc's bio, per his email to me with the new one. 2013-05-03 15:19:10 -04:00
Bradley M. Kuhn
c21a851310 .00 is too much detail. It was from a bad paste. 2013-05-03 10:05:26 -04:00
Bradley M. Kuhn
fbe4887276 Imported a few more donations. 2013-05-03 09:53:30 -04:00
Bradley M. Kuhn
6c61d85270 Imported today's transactions. Adds $545 not yet imported. 2013-05-02 20:50:08 -04:00
Bradley M. Kuhn
ee7aa6257a Updated percentage based on today's PayPal donations. 2013-05-02 18:55:34 -04:00
Bradley M. Kuhn
ba3e5070d7 Full PayPal donations and invoice-related pledges. 2013-05-02 07:57:57 -04:00
Bradley M. Kuhn
384eb14ada Another donation. 2013-05-01 14:19:28 -04:00
Bradley M. Kuhn
46a734557d Updated based on a few more donations. 2013-05-01 14:12:42 -04:00
Bradley M. Kuhn
e8f46af4a4 Another donation. Silly to not have this more automatically updated,
but it's fun to watch initial donations roll in.  I'll go back to the
promised "once per day" tomorrow, I suspect.
2013-05-01 11:12:38 -04:00
Bradley M. Kuhn
b827c73fc8 Still watching donations come in by hand. Another arrived. 2013-05-01 11:00:20 -04:00
Bradley M. Kuhn
d01b75f95e I probably won't track each donation this quickly, but the campaign just started. 2013-05-01 10:42:00 -04:00
Bradley M. Kuhn
1f39c17684 Change OSI link to go to new page that Simon just emailed me about. 2013-05-01 10:25:11 -04:00
Bradley M. Kuhn
b82b463399 Add a 2% buffer between the donation box and the text. 2013-05-01 08:52:40 -04:00
Bradley M. Kuhn
d2afb791f2 I didn't really want a view-source in this staff link. 2013-05-01 08:50:18 -04:00
Bradley M. Kuhn
2565c0335d Take away period, since no other quote has that. 2013-05-01 08:49:20 -04:00
Bradley M. Kuhn
232a49df64 Move endorsement <a> tag to the start of the endorsement sentence. 2013-05-01 08:47:46 -04:00
Bradley M. Kuhn
631d2c2360 I can't otherwise get this text-decoration: none thing to work,
so I just made sure there's no text in it.
2013-05-01 08:47:08 -04:00
Bradley M. Kuhn
285cfa7ebd Normalize "The" Free Software Foundation. 2013-05-01 08:44:56 -04:00
Bradley M. Kuhn
ff2ba6232c Use pure relative link here. 2013-05-01 08:44:24 -04:00
Bradley M. Kuhn
94526d416d Implement slider to draw attention to donate box upon clicking of donate links.
Replaces previous self-link back to same page that was rather pointless.

I've tested that this Gracefully degrades on a non-graphical browser to just
in-page link back to the donate portion at the top the page.
2013-05-01 08:44:12 -04:00
Bradley M. Kuhn
123e09fe3d Alt text of PayPal button should just say "Donate" 2013-05-01 00:12:54 -04:00
Bradley M. Kuhn
c482e9a1fd Better formatting for the progress bar. 2013-05-01 00:01:57 -04:00
Bradley M. Kuhn
b1b025f018 Fix styles on the <div>'s so that overlap isn't strange.
Whole thing should really add up to 100%, after all.
2013-04-30 23:58:03 -04:00
Bradley M. Kuhn
fa1dc618df Remove ?'s and just list them out as other donation methods. 2013-04-30 23:57:41 -04:00
Bradley M. Kuhn
a08c3dd90c Fix "Donating" text. 2013-04-30 23:40:46 -04:00
Bradley M. Kuhn
1f03762dab Don't wrap <a> around the <h3> 2013-04-30 23:39:02 -04:00
Bradley M. Kuhn
8c80bfe052 Walk-through and plenty of word-smith changes. 2013-04-30 23:38:54 -04:00
Bradley M. Kuhn
23d2d8cad1 Make the toggle-controls look like clickable <a> tags. 2013-04-30 22:29:12 -04:00
Bradley M. Kuhn
772cc17e18 Move flattr to the bottom of the donate window. 2013-04-30 22:26:56 -04:00
Bradley M. Kuhn
3ae257e7a5 Make Google Checkout popup rather than there by default. 2013-04-30 22:25:49 -04:00
Bradley M. Kuhn
d3534ed6d0 Put PayPal above Google Checkout, since it can take credit-cards straight up. 2013-04-30 22:24:48 -04:00