Denver Gingerich
2e5138d10a
usethesource: update blog post refs on CCIRT page
2024-02-04 22:45:24 -08:00
Denver Gingerich
7624781a14
usethesource: capitalize "the" (mostly What We Do)
2024-02-04 22:34:43 -08:00
f438be339e
usethesource: Add "See more" link
2024-02-05 11:15:23 +11:00
Denver Gingerich
dd5cff8057
usethesource: update SFC front page top right tile
2024-02-02 23:07:41 -08:00
Denver Gingerich
27740b1dd2
usethesource: add link to blog post on CCIRT page
2024-02-02 22:57:01 -08:00
Denver Gingerich
5656bd3062
usethesource: add to What We Do - getting real!
2024-02-02 21:50:20 -08:00
Denver Gingerich
13bca4c509
usethesource: use production mailing list now
2024-02-02 20:44:17 -08:00
Denver Gingerich
9cb91f94f0
usethesource: submission guidelines fix, CCIRT lnk
2024-02-02 20:09:52 -08:00
Denver Gingerich
7085e8ed01
usethesource: fix second CCIRT image link, ongoing
2024-02-02 19:51:07 -08:00
Denver Gingerich
42cf606847
usethesource: thanks, Tracy for the CCIRT diagrams
2024-02-02 19:45:49 -08:00
Denver Gingerich
bca1c50f86
usethesource: fix plurality of OSPO abbr in CCIRT
2024-02-01 22:16:55 -08:00
Denver Gingerich
5ed4be23d3
usethesource: fix end tag for OSPO abbr in CCIRT
2024-02-01 22:16:03 -08:00
Denver Gingerich
9c118c85ad
usethesource: add OSPO abbr in CCIRT process page
2024-02-01 22:14:06 -08:00
Denver Gingerich
1493bafa85
usethesource: linkify email addr in CCIRT process
2024-02-01 22:12:42 -08:00
Denver Gingerich
932b6a0515
usethesource: add AoE abbr's to CCIRT process page
2024-02-01 22:06:57 -08:00
Denver Gingerich
bd5cab1476
usethesource: HTML-ify CCIRT process paragraphs
2024-02-01 22:01:52 -08:00
Denver Gingerich
6c52f28d6a
Use The Source: add initial CCIRT text
2024-02-01 21:59:35 -08:00
25906c7697
Improve Docker docs
2024-02-02 13:38:27 +11:00
c63bccaacc
usethesource: Add placeholder for CCIRT process
2024-02-02 12:48:48 +11:00
fc9c562900
usethesource: Update "Submit a Candidate" text
2024-02-01 16:05:05 +11:00
4bb2a603b2
usethesource: Add line breaks and linkifying to landing page descriptions
2024-02-01 12:12:15 +11:00
df4c284d57
usethesource: Fix bold
2024-02-01 12:09:36 +11:00
1fce9f4548
usethesource: Update intro text and comment spacing
2024-02-01 12:06:49 +11:00
dddf6058a9
usethesource: Linkify URLs in description and comments, retain line breaks
2024-02-01 10:37:31 +11:00
6c652f10c6
usethesource: Add link to mailing list
2024-02-01 10:22:23 +11:00
a7517825a3
usethesource: Reword "source candidate and firmware image" in email
2024-02-01 10:10:05 +11:00
2a23a0a55e
usethesource: Add comment time field
2024-02-01 10:05:11 +11:00
9158aff702
usethesource: Fix typo in email signature
2024-01-31 12:33:47 +11:00
c287dac433
usethesource: Make email addresses configurable
2024-01-31 12:28:45 +11:00
8f58ae83e0
usethesource: Add button icons
2024-01-31 12:28:37 +11:00
f2bbfc9e56
usethesource: Add menu item (commented out for now)
2024-01-31 11:10:38 +11:00
60e88d2ab1
usethesource: Tweak margins
2024-01-30 23:24:18 +11:00
1b1e2b994f
usethesource: Page titles, big buttons, sub-headings & edit link
2024-01-30 23:19:42 +11:00
3cccc3bdd9
Email announcement about new UTS candidate
2024-01-26 17:49:03 +11:00
cadd69061f
Mirror UTS comments to an email list
2024-01-26 16:47:06 +11:00
Denver Gingerich
6ceb113ab0
copyleft-compliance: Fix title on Principles page
...
The changed text appears to be what goes in <title/> and thus didn't
help the reader much before this change. In particular, I suspect
that the prior <title/> did not help our search engine ranking much
for searches on this topic. So hopefully this change helps a bit.
2024-01-19 16:42:15 -08:00
Denver Gingerich
27e5a92a09
usethesource: Add link to upload form, extra instructions
2024-01-19 16:34:27 -08:00
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