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.
		
	
			
		
			
				
	
	
		
			33 lines
		
	
	
	
		
			2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
	
		
			2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "base_press.html" %}
 | ||
| {% block subtitle %}Press - {% endblock %}
 | ||
| {% block submenuselection %}Press{% endblock %}
 | ||
| {% block content %}
 | ||
| <h1 id="PressInformation">Related News Stories</h1>
 | ||
| 
 | ||
| <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>
 | ||
| 
 | ||
| <p><a href="https://www.vice.com/en/article/88nw54/john-deere-backed-lobbying-groups-host-anti-right-to-repair-conference"><b>Vice</b> - John Deere–Backed Lobbying Groups Host Anti-Right to Repair Conference</a></p>
 | ||
| <p><a href="https://www.wired.com/story/ftc-votes-to-enforce-right-to-repair/"><b>Wired</b> - The FTC Votes Unanimously to Enforce Right to Repair</a></p>
 | ||
| <p><a href="https://www.theregister.com/2021/10/19/canon_lawsuit_ink/"><b>The Register</b> - Canon makes 'all-in-one' printers that refuse to scan when out of ink, lawsuit claims</a></p>
 | ||
| 
 | ||
| <h2 id="DEI">Diversity, Equity, and Inclusion</h2>
 | ||
| <p><a href="https://www.theregister.com/2021/03/11/gitlab_main/"><b>The Register</b> - GitLab latest to ditch 'master' as default initial branch name: It's now simply called 'main'</a></p>
 | ||
| 
 | ||
| <h2 id="EthicalTechnology">Ethical Technology</h2>
 | ||
| <p><a href="https://www.wired.com/story/when-open-source-software-comes-with-catches/"><b>Wired</b> - When Open Source Software Comes With a Few Catches</a></p>
 | ||
| 
 | ||
| <h2 id="Governmental">Governmental News</h2>
 | ||
| 
 | ||
| <p><a href="https://www.npr.org/2021/07/01/1011907383/new-ftc-chair-lina-khan-wants-to-redefine-monopoly-power-for-the-age-of-big-tech"><b>NPR</b> - New FTC Chair Lina Khan Wants To Redefine Monopoly Power For The Age Of Big Tech</a></p>
 | ||
| 
 | ||
| <h2 id="Labor">Labor</h2>
 | ||
| 
 | ||
| <p><a href="https://lwn.net/Articles/688451/"><b>LWN</b> - Employment agreements for free-software developers (Featuring our own Karen Sandler)</a></p>
 | ||
| 
 | ||
| {% endblock %}
 |