Commit graph

85 commits

Author SHA1 Message Date
b7ceb9084b Fix header 2025-08-08 11:31:54 -07:00
e964c7651e Correct trial date 2025-08-08 10:59:46 -07:00
3043312fca Distinguished Service award fossy 25 and menu change 2025-08-01 12:54:36 -07:00
62ef193c4f Fix typos in summary adjudication definition; return “full”
I just realized that we probably had “full” there for cases where we
shorten the definition on the front page.  I just did that here, so
returned the word full.
2025-07-26 14:26:00 -07:00
26ec583bf3 word 'full' is kinda redundant here.
e.g., why would we link to a *partial* glossary of terms here? 😆
2025-07-26 14:03:05 -07:00
d615411695 Shorten title, so its more likely to be one line on frontpage 2025-07-26 14:01:49 -07:00
3772e91d8d Tighten language, mainly to make it look better on front page 2025-07-26 13:59:30 -07:00
bf97e4eb5b Improve definition of “summary judgment” & make it “Featured Term” 2025-07-26 13:57:04 -07:00
b8fc8aa917 Change featured item to Vizio travel grants. 2025-07-26 13:48:51 -07:00
9254befd7e
Be clearer that the Blog RSS feed relates to a subset
Rather than modifying the top-level RSS link when viewing by tag, I've added an
extra link next to the "Displaying posts tagged ..." link.
2025-07-24 14:31:24 +10:00
aa02f00aba
Fix previous Vizio changes on mobile
Was overflowing on a small screen.
2025-07-24 14:31:24 +10:00
35d1e568fa
Fix Vizio image alignment
Use of ::before was possibly a little complicated. I've added an explicit
element for the image and displayed using flexbox.
2025-07-23 22:50:43 +10:00
85822cfd9f
blog: Remove RSS feed links next to individual tags
Instead the tags are now added to the RSS feed link at the top of the page when
in use.
2025-07-23 21:57:51 +10:00
Denver Gingerich
e83a62cd97 Minor typo fix in Vizio template 2025-07-22 22:08:45 -07:00
Meredith Thompson
8e6aa6db7b
Apply the redesign patch
The new design focuses on the Vizio page, but includes a new theme for
the rest of the site as well.  All of these changes were both designed
and implemented by Meredith Thompson <merethom@pm.me>.
2025-07-23 14:03:22 +10:00
cea37dddc6
Rename Font Awesome file to clarify it's a subset of the icon set 2025-07-23 13:40:54 +10:00
6b7591693a just kidding! these weren't supposed to be sponsors, their logos were just supposed to be uploaded for use on fossy 2025-04-28 17:43:19 -04:00
eeff758ef5 try the autosizing again, I think this one should work? 2025-04-25 18:15:57 -04:00
c2a71b4418 nope, that was bad 2025-04-25 18:13:41 -04:00
5f2c5f6706 make some css tweaks to automatically size the logos correctly...I think? 2025-04-25 18:12:09 -04:00
99c04fcff9 add bloomberg engineering and codethink as sponsors 2025-04-25 18:00:07 -04:00
4d1fd9e878
openwrt-one: Enable menu item 2025-03-05 12:12:36 +11:00
ba3d57a799
openwrt-one: Apply Denver's feedback 2025-03-04 21:51:47 +11:00
3aa288d937 typo in link 2025-01-14 12:00:00 -08:00
d40c6df0cb update frontpage blurb for avm news 2025-01-13 14:43:43 -08:00
Denver Gingerich
b4f7331e72 copyleft-compliance: "Previous Lawsuits" menu item
Add "Previous Lawsuits" to "What We Do" menu, and comment out
"Corresponding Source" for now, as we meant to do at the start of the
fundraiser.
2025-01-08 19:58:16 -08:00
c377b329e2 add john gilmore to sponsor list 2024-12-06 14:13:46 -05:00
c40ed7dbd9
Add 2024 T-shirt to Sustainers page 2024-11-22 12:00:30 +11:00
7eb0f274f7
Fix some HTML validation issues 2024-10-22 23:51:37 +11:00
6636119200
Use {% static %} for home page video subtitles 2024-07-22 10:37:56 +10:00
024ef59428
Improve home page video layout 2024-07-19 21:39:45 +10:00
f9acc22644 add aws sponsor image
add aws sponsor
2024-07-10 11:52:50 -07:00
Denver Gingerich
2050e4cb92 Fix What We Do -> FOSSY link per chat, to fossy.us 2024-06-14 11:30:24 -07:00
8091c44c26
Add the minified version of tachyons.css 2024-05-13 18:25:27 +10:00
5c782ad7b2
Add size to header logo 2024-05-13 18:11:37 +10:00
9a3873fac6
Remove FIXME 2024-05-13 18:07:56 +10:00
783cdc6189
Eliminate base_standard.html template and internalNavigate blocks
The base_standard.html template was an unnecessary level of template
inheritance.

Also removed unused `min` and `subtract` template tags.
2024-05-13 17:11:01 +10:00
2ff551147c
Merge sponsors.py into supporters app, frontpage.py into views.py
Just a small structural change so that the related functionality is grouped together.
2024-05-10 11:27:51 +10:00
44c0a9db32
Remove remaining jQuery
This avoids every page on the site parsing 250KB of JavaScript.

supporter-page.js isn't the most elegant code, but at least it's a little more
modular now and no longer user jQuery.
2024-05-09 22:15:33 +10:00
8a9f796eb1
Replace complex expanding JS with native <details> elements
Have retained the "expand all" behaviour - just with less code.
2024-05-09 13:53:50 +10:00
83b05a3ae2
Begin jQuery removal 2024-05-07 10:46:34 +10:00
956f8c6fda
podjango: Add "Podcast" model to support multiple podcasts
Each Cast (episode) can belong to one or more Podcast, allowing episodes to be
shared between podcasts. This enables us introductory episodes to be delivered
in their own feed, but also included in the main "The Corresponding Source"
feed.

This required adding an additional `podcast_slug` argument to most views. The
date archive views were dropped because they're not linked to from anywhere.

Added a `podcasts` view as an index of all available Podcasts.
2024-04-25 15:32:24 +10:00
374ec19b77
Defer JavaScript loading
This avoids waiting for the JS to download before rendering the page.
2024-03-22 10:39:06 +11:00
16b2165de7
blog: Retain author/tag when changing pages in entry_list
Denver noted that the author query string was being lost when you select a page
by page number. This change fixes it.
2024-03-21 15:18:22 +11:00
6c91a14f6b
Remove unused CCS upload template 2024-03-20 17:10:32 +11:00
eb3ceb1d86
Move copyright assignment templates into Django app 2024-03-20 17:10:16 +11:00
0b9ab6970c
Remove deprecated ifequal and ifnotequal tags
These have been replaced by `{% if x == y %}` type tags.
2024-03-19 22:01:53 +11:00
6c24b00fe3
fossy: Add created_time to CommunityTrackProposal model
Also move templates into app.
2024-02-27 19:01:31 +11:00
3ef31ebe43
Fix broken video links 2024-02-27 10:27:25 +11:00
d8a702c8c9
Load images via staticfiles 2024-02-27 10:19:38 +11:00