Merge branch 'master'

This commit is contained in:
Daniel Pono Takamori 2021-10-21 13:56:05 -07:00
commit 501b6e091b
Signed by: pono
GPG key ID: 17BB4167325DAA02
8 changed files with 34 additions and 29 deletions

View file

@ -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,

View file

@ -4,9 +4,11 @@
{% block content %}
<h1 id="PressInformation">Related News Stories</h1>
<p>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.</p>
<p>Here are some news articles that relate generally to our work. If
you have any suggestions for articles to include here, please send
an <a href="mailto:info@sfconservancy.org">email to
&lt;info@sfconservancy.org&gt;</a>. Also <a href="/press/vizio-coverage.html">check out articles related to
our Vizio Lawsuit</a>. </p>
<h2 id="RightToRepair">Right to Repair</h2>

View file

@ -1,20 +0,0 @@
{% extends "base_press.html" %}
{% block subtitle %}Press - {% endblock %}
{% block submenuselection %}Press{% endblock %}
{% block content %}
<h1 id="OurCoverage">Our News Coverage</h1>
<p>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.</p>
<h2 id="RightToRepair">Vizio Lawsuit 2021</h2>
<p><a href="https://thestack.technology/vizio-sued-open-source-gpl-copyleft/"><b>The Stack</b> - TV maker Vizio sued for alleged copyleft violations — after failing to disclose source code</a></p>
<p><a href="https://www.reuters.com/legal/transactional/vizio-sued-by-nonprofit-share-code-open-source-software-2021-10-20/"><b>Reuters</b> - Vizio sued by nonprofit to share code for open-source software</a></p>
<p><a href="https://www.theregister.com/2021/10/20/vizio_gpl_lawsuit/"><b>The Register</b> - Software Freedom Conservancy sues TV maker Vizio for GPL infringement</a></p>
<p><a href="https://www.zdnet.com/article/software-freedom-conservancy-sues-vizio-for-gpl-violations/"><b>ZDNET</b> - Software Freedom Conservancy sues Vizio for GPL violations</a></p>
<p><a href="https://lwn.net/Articles/873415/"><b>LWN (subscriber only)</b> - Empowering users of GPL software</a></p>
<p><a href="https://finance.yahoo.com/news/software-freedom-conservancy-files-repair-120000898.html"><b>Yahoo Finance</b> - Software Freedom Conservancy files right-to-repair lawsuit against California TV manufacturer Vizio Inc. for alleged GPL violations</a></p>
<p><a href="https://www.lawyer-monthly.com/2021/10/software-freedom-conservancy-sues-vizio-over-source-code/"><b>Lawyer Monthly</b> - Software Freedom Conservancy Sues Vizio Over Source Code</a></p>
{% endblock %}

View file

@ -0,0 +1,19 @@
{% extends "base_press.html" %}
{% block subtitle %}Press - {% endblock %}
{% block content %}
<h1 id="{% block submenuselection %}VizioPress{% endblock %}">Vizio Lawsuit Press Coverage</h1>
<p>Here are articles in the press that covered <a href="/copyleft-compliance/vizio.html">our Vizio lawsuit</a>.</p>
<h2 id="Filing">Coverage of the <a href="/docs/software-freedom-conservancy-v-vizio-complaint-2021-10-19.pdf">Complaint</a> filing</h2>
<ul>
<li><a href="https://www.theregister.com/2021/10/20/vizio_gpl_lawsuit/"><b>The Register</b> &mdash; &ldquo;Software Freedom Conservancy sues TV maker Vizio for GPL infringement&rdquo;</a></li>
<li><a href="https://lwn.net/SubscriberLink/873415/6a613fb23105d329/"><b>LWN</b> &mdash; &ldquo;Empowering users of GPL software&rdquo;</a></li>
<li><a href="https://www.zdnet.com/article/software-freedom-conservancy-sues-vizio-for-gpl-violations/"><b>ZDNET</b> &mdash; &ldquo;Software Freedom Conservancy sues Vizio for GPL violations&rdquo;</a></li>
<li><a href="https://thestack.technology/vizio-sued-open-source-gpl-copyleft/"><b>The Stack</b> &mdash; &ldquo;TV maker Vizio sued for alleged copyleft violations — after failing to disclose source code&rdquo;</a></li>
<li><a href="https://www.reuters.com/legal/transactional/vizio-sued-by-nonprofit-share-code-open-source-software-2021-10-20/"><b>Reuters</b> - &ldquo;Vizio sued by nonprofit to share code for open-source software&rdquo;</a></li>
<li><a href="https://www.lawyer-monthly.com/2021/10/software-freedom-conservancy-sues-vizio-over-source-code/"><b>Lawyer Monthly</b> &mdash; &ldquo;Software Freedom Conservancy Sues Vizio Over Source Code&rdquo;</a></li>
<li><a href="https://finance.yahoo.com/news/software-freedom-conservancy-files-repair-120000898.html"><b>Yahoo! Finance</b> &mdash; &ldquo;Software Freedom Conservancy files right-to-repair lawsuit against California TV manufacturer Vizio Inc. for alleged GPL violations&rdquo;</a></li>
<li><a href="https://www.prweb.com/releases/software_freedom_conservancy_files_right_to_repair_lawsuit_against_california_tv_manufacturer_vizio_inc_for_alleged_gpl_violations/prweb18275065.htm"><b>PR Web</b> &mdash; &ldquo;Software Freedom Conservancy files right-to-repair lawsuit against California TV manufacturer Vizio Inc. for alleged GPL violations&rdquo;</a></li>
{% endblock %}

View file

@ -1,6 +1,7 @@
{% extends "base_conservancy.html" %}
{% load cache %}
{% load humanize %}
{% block category %}News{% endblock %}
{% block head %}
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
<link href="/forms.css" rel="stylesheet" type="text/css"/>
@ -16,9 +17,9 @@
<h2>Resources for Journalists</h2>
<ul>
<li class="News"><a href="/news/">News</a></li>
<li class="PressKit"><a href="/press/">Press Kit</a></li>
<li class="OurCoverage"><a href="/press/ourcoverage.html">Our Coverage</a></li>
<li class="InTheNews"><a href="/press/inthenews.html">In The News</a></li>
<li class="PressKit"><a href="/press/">Vizio Press Kit</a></li>
<li class="IssuesInTheNews"><a href="/press/inthenews.html">Our Issues In The News</a></li>
<li class="VizioPress"><a href="/press/vizio-coverage.html">Our Vizio Lawsuit In The News</a></li>
<li class="Glossary"><a href="/copyleft-compliance/glossary.html">Glossary</a></li>
</ul>
</div>

View file

@ -20,6 +20,7 @@
<li class="VizioMain"><a href="/copyleft-compliance/vizio.html">Press Release</a></li>
<li class="VizioComplaint"><a href="/docs/software-freedom-conservancy-v-vizio-complaint-2021-10-19.pdf">Complaint</a></li>
<li class="VizioQandA"><a href="/press/qanda.html">Q&amp;A</a></li>
<li class="VizioPress"><a href="/press/vizio-coverage.html">Third-Party Press Coverage</a></li>
</ul>
<h2>Resources for Journalists</h2>
<ul>

View file

@ -2,5 +2,5 @@
<li><a href="/copyleft-compliance/glossary.html">Glossary of Terms</a></li>
<li><a href="/copyleft-compliance/vizio.html">Vizio Lawsuit</a></li>
<li><a href="/press/qanda.html">Q&amp;A</a></li>
<li><a href="/press/inthenews.html">In The News</a></li>
<li><a class="IssuesInTheNews" href="/press/inthenews.html">Our Issues In The News</a></li>
</ul>

View file

@ -1,7 +1,7 @@
<ul>
<li><a href="/news/">News Releases</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/press/ourcoverage.html">Our Coverage</a></li>
<li><a href="/press/inthenews.html">In The News</a></li>
<li><a class="VizioPress" href="/press/vizio-coverage.html">Vizio Lawsuit In The News</a></li>
<li><a class="OurIssuesInTheNews" href="/press/inthenews.html">Our Issues In The News</a></li>
<li><a href="/press/">Press</a></li>
</ul>