Bradley M. Kuhn
6802f6a78e
Revert back 2016 appeal to Karen's version.
...
Something was wrong with the version Brett committed. It seemed to
merge text from Karen's 2016 version and the original 2015 version in
odd ways, particularly at the beginning. This commit reverts back to
the version as Karen wanted it last night. I will next forward-port
patches from Brett and those Karen gave this morning.
2016-11-22 08:54:02 -08:00
Brett Smith
210745ab10
appeal: Add missing Oxford comma.
2016-11-22 09:00:43 -05:00
Brett Smith
e303e2776d
appeal: Minor layout cleanups.
2016-11-22 08:53:52 -05:00
Brett Smith
d0202d6b42
appeal: Restore middle goal to banner.
2016-11-22 08:44:10 -05:00
Brett Smith
01ab5892ba
appeal: Update for 2016.
2016-11-22 08:31:27 -05:00
Brett Smith
6f06967a30
frontpage: Reduce the two-column width split to 67em.
...
This brings the columns from a target width of about 60 characters to
about 52.
2016-11-22 08:20:04 -05:00
Brett Smith
b12b2bb59a
copyleft: Add Chinese translation of Principles.
2016-11-21 15:56:02 -05:00
Brett Smith
e2fcd0dd9c
cron: Remove unused compile-all.py script.
...
This work is now done near the end of website-update.sh, with better
error handling and fewer processes spawned.
2016-11-18 17:18:36 -05:00
Brett Smith
e1d4fdfaba
cron: Add script to update production web site checkout.
2016-11-18 17:05:49 -05:00
Brett Smith
7e8d0538aa
site: Font size adjustments throughout.
2016-11-17 11:35:22 -05:00
Brett Smith
4663e609ec
site: Use default font size globally.
2016-11-17 11:04:09 -05:00
Brett Smith
d2657eddd0
frontpage: Adjust column presentation.
2016-11-17 10:56:58 -05:00
Brett Smith
b331d52331
frontpage: Reorganize.
...
* Put news and blogs up front.
* Use 30 days as the cutoff for everything, consistently.
* Allow columns to collapse. Hopefully this is the start of a nicer
view on mobile.
* Reduce shading.
2016-11-17 10:40:22 -05:00
Brett Smith
88474ec876
blog: Display tags with dateline.
...
This hopefully makes it a little clearer which entry the tags apply to.
2016-11-17 09:53:50 -05:00
Brett Smith
c7a8375002
blog: Remove redundant datelines.
2016-11-17 09:49:57 -05:00
Brett Smith
6dcb9d35e3
blogs, news: Don't shade entries on listing pages.
...
This just causes entire pages to be shaded, which is undesirable.
2016-11-17 09:45:03 -05:00
Brett Smith
bb99d71fc1
frontpage: Remove announce subscription widget.
...
Due to subscription abuse, we had to enable a nonce in the Mailman
subscription form, which is non-trivial to reproduce here.
2016-11-16 17:10:40 -05:00
Brett Smith
0dce877d46
Reorder topnav buttons.
...
This better matches what I see on other NPO sites.
2016-11-16 16:42:17 -05:00
Bradley M. Kuhn
78e99181af
Anchor for Compliance Program for Linux Developers
...
I think I'd already linked to this elsewhere even and forgot to add it.
2016-11-16 09:05:13 -08:00
Brett Smith
5573738012
sponsors: Fix reversed dimensions on Target logo.
2016-11-09 12:38:37 -05:00
Brett Smith
1662bf983e
sponsors: Add Target.
2016-11-09 12:34:20 -05:00
Bradley M. Kuhn
99078190bd
s/enforcement/compliance/
...
Karen asked for this change.
2016-11-05 20:53:25 -07:00
Bradley M. Kuhn
875a3650f3
Minor changes to formatting and header text.
...
The email address to contact about the GPL Compliance Program for Linux
Developers was incorrect, that's fixed to
<linux-services@sfconservancy.org> instead of
<compliance@sfconservancy.org>.
Add "Template Only" as a background image to the actual text to
discourage people from signing this unilaterally.
2016-11-03 18:21:01 -07:00
Bradley M. Kuhn
8777ac2383
Add links to template agreements.
...
But encourage people not to sign them.
2016-11-03 18:06:09 -07:00
Bradley M. Kuhn
7495b1f4f8
Add QEMU to this list.
2016-11-03 18:03:01 -07:00
Bradley M. Kuhn
5754f877c5
Add paragraph about principles-discuss.
...
Welcome those who visit this page to join the principles-discuss mailing
list. In doing so, also make a link to the principles themselves.
2016-11-03 18:02:30 -07:00
Bradley M. Kuhn
03727955d9
Publish copies of the Linux enforcement agreements
2016-11-03 09:51:57 -07:00
Brett Smith
3705a2ba1d
static: Re-fix path manipulation in index.
...
* Strip any leading / to treat it as a relative path.
* Append `index.html` before converting to bytes.
2016-11-03 10:58:23 -04:00
Brett Smith
93787dc820
static: Don't try to render non-template files as templates.
2016-11-03 10:34:01 -04:00
Brett Smith
6b1b3b8f2e
static: Encode paths as UTF-8 before translating to the filesystem.
2016-11-03 10:34:01 -04:00
Brett Smith
39314c254e
static: Use built-in methods for path manipulation.
2016-11-02 16:45:34 -04:00
Brett Smith
9e983208a0
img: Add images for Karen's OSCON EU news item.
2016-10-26 17:23:28 -04:00
Bradley M. Kuhn
2ecf537e33
Update my bio to the current version.
...
This is the current version that i use when submitting talks.
2016-10-24 14:07:08 -07:00
Bradley M. Kuhn
f40a1209a9
/projects now handled by static views.
...
As a last step, we remove /members, which is now fully handled by Apache
static config, to be /projects for use the static page handler.
2016-10-24 13:56:37 -07:00
Bradley M. Kuhn
75846d7f35
Merge my local changes with upstream changes.
2016-10-24 13:44:42 -07:00
Bradley M. Kuhn
dde4afdd11
Rename members directory -> projects directory.
...
As part of the transition to have the canonical URL for member projects
be "projects" instead of "members", rename the directories.
The following rewrite rule will be needed in Apache configuration now:
RewriteRule ^/?members?/index.html$ supporter/ [L, R]
RewriteRule ^/?members?/(.+)$ projects/$1 [L, R]
RewriteRule ^/?members?/?$ supporter/ [L, R]
2016-10-24 13:40:04 -07:00
Bradley M. Kuhn
811d2b70b4
Rename Members->Projects in menu navigation et al
...
Due to confusion about "members" and "supporters", we want at least the
menu navigation to not use the phrase "members" since some Supporters
expect that to refer to a type of donor.
While we will not be rebranding "member projects" fully at this time, we
want to favor the term projects.
A few additional changes, in particular moving files from members/ ->
projects/ directory will be needed in next commit.
2016-09-30 13:46:51 -04:00
Bradley M. Kuhn
be762220af
Foresight project wound down a while back.
...
Foresight project isn't active anymore and informed us a while back that
they weren't. We left them up for a time, but it was confusing
2016-09-30 10:23:28 -04:00
Brett Smith
2ed9964157
npoacct: Update quote from SPI.
2016-09-27 15:23:02 -04:00
Bradley M. Kuhn
a9ce40d5d0
Ladies T-shirt sizing requests for monthly/renewal
2016-09-22 17:21:04 -07:00
Bradley M. Kuhn
b4ea2c419e
Fitted t-shirt change.
2016-09-22 08:12:51 -07:00
Bradley M. Kuhn
b853fb05a4
Loïc link direclty.
2016-09-22 08:12:45 -07:00
Brett Smith
ec26bfc846
supporter-page.js: Add my copyright.
2016-09-09 15:39:21 -04:00
Brett Smith
ab29d45639
Supporter page: Try #2 for scroll to type selection after window ready.
...
* Trigger on the "load" event rather than "ready".
* Install the handler outside document's "ready" handler so it should
take effect more reliably.
2016-09-09 15:16:46 -04:00
Brett Smith
fa6a61ed9b
Supporter page: Scroll to type selection after window ready.
2016-09-09 14:51:11 -04:00
Brett Smith
9d30d7431a
Supporter page: Make supporter type selections act like tabs.
...
* Scroll to the type selection when the visitor follows a link to a
specific type.
* Don't scroll the page when the user changes their selection.
2016-09-09 14:35:15 -04:00
Brett Smith
c2ee1c761d
Supporter page: Remove debug log.
2016-09-09 12:11:29 -04:00
Brett Smith
86ef51db5d
Supporter page: Refactor JavaScript.
...
This isn't intended to have any functional change, it's just DRYing up
the code to simplify functional changes later.
2016-09-09 12:10:41 -04:00
Brett Smith
e9f01f106a
2015-supporter-appeal: Fix typo.
2016-09-09 12:10:09 -04:00
Martin Michlmayr
2d57f2dd77
Move Stormy Peters to Director Emeritus
...
Stormy Peters resigned after 5 years on the board. Thank you for
your contribution!
2016-09-02 20:00:43 -07:00