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
7074802d50
Load favicon via staticfiles
2024-02-27 09:50:07 +11:00
18de3adfce
Similarly load CSS via Django staticfiles app
2024-02-27 09:34:11 +11:00
caa0ff7b86
Load JS through Django's staticfiles app
...
This avoids the need for adjustments during development and allows production to
be served under a single /static declaration in Apache.
2024-02-27 09:25:05 +11:00
279f1deae5
Remove reference to old jQuery
...
This was 404ing anyway.
2024-02-27 09:22:08 +11:00
28326ce7e1
Add "The Corresponding Source" to menus
2024-02-09 23:05:54 +11:00
Denver Gingerich
7624781a14
usethesource: capitalize "the" (mostly What We Do)
2024-02-04 22:34:43 -08:00
Denver Gingerich
dd5cff8057
usethesource: update SFC front page top right tile
2024-02-02 23:07:41 -08:00
Denver Gingerich
5656bd3062
usethesource: add to What We Do - getting real!
2024-02-02 21:50:20 -08:00
f2bbfc9e56
usethesource: Add menu item (commented out for now)
2024-01-31 11:10:38 +11: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
9071a60eb3
fix ifixit link on sponsors page
2024-01-15 16:21:48 -08:00
5cfc461a25
Correct typo, improve copy while I was at it
2023-12-16 09:40:55 -08:00
a00e072ab5
add some 2023 sponsors
2023-12-14 11:55:24 -10:00
0530cde96b
change Exit Zoom to fundraising text on frontpage
2023-12-11 10:59:19 -10:00
7c14f4b51f
add amicus curiae as featured term and to glossary
2023-12-07 10:08:08 -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
1289717a6d
change text to be clearer about public acknowledgement
2023-11-24 10:50:29 -08: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
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
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
e80f19ca0d
add pictures to yearinreview
2023-11-20 14:38:41 -08:00
48c2f00556
update outreachy 2022/23 numbers for YIR
2023-11-20 09:28:31 -08:00
eee045b8c7
update YearInReview for 2023 fundraiser
2023-11-20 07:33:07 -08:00
ce6be591bd
Rename "www" directory to "conservancy"
2023-10-25 13:01:21 +11:00