Commit graph

2390 commits

Author SHA1 Message Date
daa27e0d5d
typo in glossary 2024-01-18 08:33:24 -08:00
fa5b1e9502
add id to sustainers on sponsors page 2024-01-17 11:17:16 -08:00
9a86e067e2
add Christoph Hellwig as sponsor 2024-01-16 13:11:31 -08:00
9b71a520a0 Rework text to note the match has been made
Rewrite this text so that it indicates that we made the match.  Note
that the numbers are *hard coded* and as such need
updating (particularly the $1,942).
2024-01-16 06:48:36 -08:00
0680c58853 Display donation bar, noting it's results, for 1 week after end
The fundgoal section is now always included, but an if statement now
wraps the entire (partial) file, which will only generate any content
if it's not more than  one week after the fundraiser has ended.

Add an else that indicates these are results if it is past the end of
the fundraiser.
2024-01-16 06:07:33 -08:00
b4a2b9c613 Calculate hours when only one day is left.
This {% widthratio %} trick is something I found online that didn't
require a django-math module to work, but I would have rather written
something that:

  (b) Could have a different message when there is only one hour
      left: “less than one hour left” (i.e., tested if hours == 1)

  (c) Will say “hour” instead of “hours” when there is exactly 1 hour
      left.
2024-01-15 21:16:06 -08:00
9071a60eb3
fix ifixit link on sponsors page 2024-01-15 16:21:48 -08:00
5584f539a8 Correct narrative text to match current situation & typo fixes 2024-01-07 19:19:34 -08:00
ab6bb1d6c7 link to judge's decision in Vizio summary judgment; fix formatting
Various issues with formatting, incluidng missing </a>'s and
incorrect <ul> <li> <ul> stuff.  I think this should make
presentation a bit better on website.
2024-01-07 18:52:00 -08:00
8d1f0022ed
order denying vizio msj 2023-12-29 12:05:49 -10:00
963a4d3442
add MSA link to vizio page 2023-12-29 10:38:41 -10:00
5cfc461a25 Correct typo, improve copy while I was at it 2023-12-16 09:40:55 -08:00
0e9c64f335
put travel policy amendment up top 2023-12-15 07:03:41 -10:00
a00e072ab5
add some 2023 sponsors 2023-12-14 11:55:24 -10:00
b902dcaaf2
update travel policy policies.git 2023-12-13
commit b78549cbc630463374e2bd50db187eedda9b75bd
2023-12-13 12:57:48 -10:00
0530cde96b
change Exit Zoom to fundraising text on frontpage 2023-12-11 10:59:19 -10:00
34da366efb Add SFC's motion for summary adjudication filed this week 2023-12-08 11:37:34 -08:00
a3c76778f5 Add PDF of our reply comments to Copyright Office on Generative AI 2023-12-08 11:36:01 -08:00
7c14f4b51f
add amicus curiae as featured term and to glossary 2023-12-07 10:08:08 -08:00
be19772c77
add dmca amicus brief 2023-12-06 14:10:28 -08:00
b3d68d5a69
add dmca renewal info to YearInReview 2023-11-28 13:21:25 -08:00
470acf2408
bump default donation amount without changing sustainer level 2023-11-27 12:06:29 -08:00
bc21a0b92f
Drop the unused /admin/doc/ route 2023-11-27 19:42:29 +11:00
ebb7866739
Switch CCS upload, copyright assignment, FOSSY and podcast components to use path()
This is the newer approach to URL routing in Django.
2023-11-27 19:40:06 +11:00
aef9d18eb4
Add docs to enable conservancy-www-db.path 2023-11-25 13:41:55 +11:00
a6897a0f72
Add the conservancy-www-db.path Systemd file
This runs the SQL update when the relevant file is modified.
2023-11-25 13:41:55 +11:00
1289717a6d
change text to be clearer about public acknowledgement 2023-11-24 10:50:29 -08:00
66c8b2c8ea
Add linkchecker Systemd service and timer
Doesn't yet email report of errors.
2023-11-24 10:49:45 +11:00
03e06738a0
Add conservancy-www-db.service to repository, document Systemd services 2023-11-24 10:01:34 +11:00
cfd495c246
Add to-do item for decoupling conservancy-www-db service from apache 2023-11-24 09:35:33 +11:00
3cd9f5e95c
Rename 2018_Josh-triplett.jpg 2023-11-24 00:30:49 +11:00
68d37eb38e
Add missing 2018_Josh-triplett.jpg 2023-11-24 00:19:09 +11:00
04449002e2
Add missing jwf-headshot.jpg image 2023-11-23 23:50:33 +11:00
4a75e1b19d
Remove duplicate FOSSY page 2023-11-23 23:01:44 +11:00
2da686019b
Add missing occ.jpg 2023-11-23 22:56:04 +11:00
37c9f0f282
Remove nesting of hidden sections on sustainer page
This makes the page more similar to how it has worked in previous years.
2023-11-23 14:41:27 +11:00
867d4f4e82
update tshirt for 2023 2023-11-22 07:37:59 -08:00
e3a8c4bd70
Fix the sustainer page expanding sections when no URL fragment provided 2023-11-22 22:17:59 +11:00
fc21070d8d
Note to-do item to improve sustainer page interactivity 2023-11-22 14:00:09 +11:00
bb2eab2968
fossy: check UUID format in the URL routing to avoid unhandled exception
Requests like /fossy/xyz123/ were causing an error due to "xyz123" not being a
valid UUID. We should just return a 404 in this case, which the URL routing will
now do automatically.
2023-11-22 13:58:20 +11:00
a557f2b335
Fix "expand all sections" second link
Issue was that the jQuery is using .children() to add the event handlers but due
to some changes to the HTML, the second link is no longer a direct child. I've
switched this to .find() instead.
2023-11-22 10:38:37 +11:00
abcbe1f7c9
change footer from twitter to X 2023-11-21 15:03:08 -08:00
ab4f61d48f
revert tshirt to 2022 2023-11-21 14:37:55 -08:00
f56124f455
change compliance language for yearinreview 2023-11-21 11:36:05 -08:00
59a37f36be
fix formatting for intro thumbnail 2023-11-21 11:11:22 -08:00
fa2230ea47
update tshirt design 2023-11-21 11:00:37 -08:00
6f2c444bb0
remove godot and add sourceware donate button 2023-11-21 10:14:06 -08:00
029043028a
add bbb acount instructions to yearinreview 2023-11-21 08:43:52 -08:00
3cca05cbb8
update dollar value for FOSS development 2023-11-21 07:58:12 -08:00
2231c4b1f7
fixes for yearinreview and add outreachy 1000th pic 2023-11-21 06:52:21 -08:00