Changeset - 1b8a709d0c16
[Not reviewed]
0 1 0
Bradley M. Kuhn - 2 years ago 2021-10-22 03:47:51
bkuhn@sfconservancy.org
Make box smaller.
1 file changed with 5 insertions and 6 deletions:
0 comments (0 inline, 0 general)
www/conservancy/templates/frontpage.html
Show inline comments
...
 
@@ -40,32 +40,31 @@ strategies that defend FOSS (such as copyleft). <a href="/about" class="orange">
 
    <h2 class="f4 ttu">Vizio Lawsuit</h2>
 
    <p>Software Freedom Conservancy files right-to-repair lawsuit against California TV manufacturer Vizio Inc. for alleged GPL violations</p>
 
    <a href="/copyleft-compliance/vizio.html" class="f5 dib pa2 ttu b btn-orange">More information</a>
 
  </section>
 
</div>
 

	
 
<div class="mt3 mh2-ns flex-ns">
 
  <div class="w-70-ns mh2">
 
<section class="mh0 pa3 bg-light-blue ba b--gray">
 
  <h2 class="f4 ma0 ttu">Trump's Social Media Platform violated the Affero
 
    General Public License (of Mastodon)</h2>
 
  <p>Early evidence strongly supports that Trump's Group publicly launched a
 
so-called &ldquo;test site&rdquo; of their &ldquo;Truth Social&rdquo;
 
product, based on the <a href="https://joinmatodon.org">AGPLv3'd Mastodon
 
software</a> platform.  When you put any site on the Internet licensed under
 
AGPLv3, the AGPLv3
 
&ldquo;test site&rdquo; of their &ldquo;Truth Social&rdquo; product, based on
 
the <a href="https://joinmatodon.org">AGPLv3'd Mastodon software</a>
 
platform.  When you put a site on the Internet licensed under AGPLv3, the
 
AGPLv3
 
<strong>requires</strong> that you provide (to <em>every</em> user) an
 
opportunity to receive the entire Corresponding Source for the website based
 
on that code. We could find no evidence that someone illegally broke into the
 
website.</p>
 
on that code.</p>
 
  <p><a href="/blog/2021/oct/21/trump-groups-violates-affero-gpl/">Read more &hellip;</a></p>
 
 </section>
 

	
 
    <section class="mv3 ph2">
 
<h2 class="f4 mt0 mb2 ttu"><!--<a href="/feeds/news/" class="feedlink"><img src="/img/feed-icon-14x14.png" alt="[RSS]"/></a>--> <a href="/news/" class="dark-gray">News</a></h2>
 
{% for pressr in press_releases|slice:":4" %}
 
  {% if forloop.first or pressr.pub_date|date_within_past_days:365 %}
 
    {% if not forloop.first %}<hr class="clear">{% endif %}
 
    {% include "news/pressrelease_partial.html" with pressr=pressr show="dateline" only %}
 
  {% endif %}
 
{% endfor %}
 

	
0 comments (0 inline, 0 general)