Fix minimal start of ourcoverage.html and correct various problems
ourcoverage.html was a reasonable minimal start but not really ready
for production. Make changes necessary to put this into production,
as follows:
* Rename ourcoverage.html to vizio-coverage.html. This is just
Vizio coverage for now.
* Order articles by most in-depth/interesting. Verified this
ordering by consensus with Conservancy staff.
* mailto: link for press coverage on the main inthenews page, but
don't use that on Vizio page; it's unlikely we'll miss any of the
Vizio coverage.
* use — instead of -
* put quotes around article titles.
* Add missing PR Web article
* Switch from <p>'s to <li>'s in vizio-coverage.html
* Fix menu issues. 09a4b02
outlined the issues regarding how to
add items to menu; it does require a CSS change as explained
therein; merely using the right `base_` is not enough
* Improve menu integration. Per PR people's recommendation, the
Vizio stuff that also goes in other areas needs to be placed in
multiple menus.
This commit is contained in:
parent
ee348bf69b
commit
a80c95fd13
7 changed files with 30 additions and 26 deletions
|
@ -383,6 +383,7 @@ 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.Glossary ul li.Glossary,
|
||||
#container #sidebar.CopyleftCompliance ul li.CopyleftCompliance,
|
||||
#container #sidebar.HelpComply ul li.HelpComply,
|
||||
|
|
|
@ -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
|
||||
<info@sfconservancy.org></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>
|
||||
|
||||
|
|
|
@ -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 %}
|
19
www/conservancy/static/press/vizio-coverage.html
Normal file
19
www/conservancy/static/press/vizio-coverage.html
Normal 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> — “Software Freedom Conservancy sues TV maker Vizio for GPL infringement”</a></li>
|
||||
<li><a href="https://lwn.net/SubscriberLink/873415/6a613fb23105d329/"><b>LWN</b> — “Empowering users of GPL software”</a></li>
|
||||
<li><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></li>
|
||||
<li><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></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> - “Vizio sued by nonprofit to share code for open-source software”</a></li>
|
||||
<li><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></li>
|
||||
<li><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></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> — “Software Freedom Conservancy files right-to-repair lawsuit against California TV manufacturer Vizio Inc. for alleged GPL violations”</a></li>
|
||||
{% endblock %}
|
|
@ -18,7 +18,8 @@
|
|||
<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="InTheNews"><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>
|
||||
|
|
|
@ -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&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>
|
||||
|
|
|
@ -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 href="/press/inthenews.html">Our Issues In The News</a></li>
|
||||
<li><a href="/press/">Press</a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue