From 501b6e091bc24136565c19ccacd9a1a12c72ab2f 2021-10-21 20:56:05 From: Daniel Pono Takamori Date: 2021-10-21 20:56:05 Subject: [PATCH] Merge branch 'master' --- diff --git a/www/conservancy/static/css/conservancy.css b/www/conservancy/static/css/conservancy.css index 803787f07175053c4b477ca62c97a391709c4a0e..b8abbdb59efe4d3a72381643edcf27cf7a632633 100644 --- a/www/conservancy/static/css/conservancy.css +++ b/www/conservancy/static/css/conservancy.css @@ -383,6 +383,8 @@ body > header { #container #sidebar.VizioQandA ul li.VizioQandA, #container #sidebar.VizioPressKit ul li.VizioPressKit, #container #sidebar.VizioPhotoAssets ul li.VizioPhotoAssets, +#container #sidebar.VizioPress ul li.VizioPress, +#container #sidebar.IssuesInTheNews ul li.IssuesInTheNews, #container #sidebar.Glossary ul li.Glossary, #container #sidebar.CopyleftCompliance ul li.CopyleftCompliance, #container #sidebar.HelpComply ul li.HelpComply, diff --git a/www/conservancy/static/press/inthenews.html b/www/conservancy/static/press/inthenews.html index 6eb2d7a9ece39dd4e3714f52ba400069f7935b8a..b5e40e5fec16ada325b690470034e51feb43d268 100644 --- a/www/conservancy/static/press/inthenews.html +++ b/www/conservancy/static/press/inthenews.html @@ -4,9 +4,11 @@ {% block content %}

Related News Stories

-

Here are some news articles that include us and our work. If you have any - suggestions for pieces you think our sustainers would be interested in, - please send an email to info@sfconservancy.org.

+

Here are some news articles that relate generally to our work. If + you have any suggestions for articles to include here, please send + an email to + <info@sfconservancy.org>. Also check out articles related to + our Vizio Lawsuit.

Right to Repair

diff --git a/www/conservancy/static/press/ourcoverage.html b/www/conservancy/static/press/ourcoverage.html deleted file mode 100644 index a57f2c446e5d961fe8fd576bbea99bbaf60276df..0000000000000000000000000000000000000000 --- a/www/conservancy/static/press/ourcoverage.html +++ /dev/null @@ -1,20 +0,0 @@ -{% extends "base_press.html" %} -{% block subtitle %}Press - {% endblock %} -{% block submenuselection %}Press{% endblock %} -{% block content %} -

Our News Coverage

- -

Here are some news articles that were written about us and our work. If you - find anything we missed, please send it to media@sfconservancy.org.

- -

Vizio Lawsuit 2021

- -

The Stack - TV maker Vizio sued for alleged copyleft violations — after failing to disclose source code

-

Reuters - Vizio sued by nonprofit to share code for open-source software

-

The Register - Software Freedom Conservancy sues TV maker Vizio for GPL infringement

-

ZDNET - Software Freedom Conservancy sues Vizio for GPL violations

-

LWN (subscriber only) - Empowering users of GPL software

-

Yahoo Finance - Software Freedom Conservancy files right-to-repair lawsuit against California TV manufacturer Vizio Inc. for alleged GPL violations

-

Lawyer Monthly - Software Freedom Conservancy Sues Vizio Over Source Code

- -{% endblock %} diff --git a/www/conservancy/static/press/vizio-coverage.html b/www/conservancy/static/press/vizio-coverage.html new file mode 100644 index 0000000000000000000000000000000000000000..666624f32e897c952890c18d352e017264d7275a --- /dev/null +++ b/www/conservancy/static/press/vizio-coverage.html @@ -0,0 +1,19 @@ +{% extends "base_press.html" %} +{% block subtitle %}Press - {% endblock %} +{% block content %} +

Vizio Lawsuit Press Coverage

+ +

Here are articles in the press that covered our Vizio lawsuit.

+ +

Coverage of the Complaint filing

+ +

Resources for Journalists

diff --git a/www/conservancy/templates/submenus/news_partial.html b/www/conservancy/templates/submenus/news_partial.html index f90e4bb65e83735bff8d193f90008c585d35c33f..7bda2c5bcead9466f2d4e9388de0393d73204687 100644 --- a/www/conservancy/templates/submenus/news_partial.html +++ b/www/conservancy/templates/submenus/news_partial.html @@ -1,7 +1,7 @@