2015-03-05 07:32:48 -08:00
|
|
|
{% extends "base_conservancy.html" %}
|
2015-03-08 23:19:07 -07:00
|
|
|
{% load cache %}
|
2015-03-08 22:04:24 -07:00
|
|
|
{% load humanize %}
|
2015-03-05 07:32:48 -08:00
|
|
|
{% block head %}
|
|
|
|
<link href="/jquery-ui.css" rel="stylesheet" type="text/css"/>
|
|
|
|
<link href="/forms.css" rel="stylesheet" type="text/css"/>
|
|
|
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block outercontent %}
|
|
|
|
<div class="donate-sidebar">
|
|
|
|
<table style="background-color:#afe478;width:100%;">
|
|
|
|
<tr><td style="text-align:center;padding:10px;padding-bottom:10px;">
|
|
|
|
<div id="donate-box" class="toggle-unit"><h1 class="toggle-content">Support
|
|
|
|
Now!</h1></div>
|
|
|
|
|
2020-10-02 19:50:41 -07:00
|
|
|
<h3>Support Copyleft Enforcement Now!</h3>
|
2015-03-05 07:32:48 -08:00
|
|
|
|
2015-11-23 11:00:18 -08:00
|
|
|
<p>
|
2020-10-02 19:53:41 -07:00
|
|
|
To support our copyleft compliance & enforcement work,
|
2020-10-02 19:45:10 -07:00
|
|
|
please <a href="/supporter/#annual"><span class="donate-box-highlight">become a Conservancy
|
|
|
|
Supporter <strong>right now</strong></span></a>. We can't sustain
|
|
|
|
this work without ongoing support from donors like you!</p>
|
2015-03-05 07:32:48 -08:00
|
|
|
</td></tr></table>
|
|
|
|
</div>
|
2015-03-05 13:25:08 -08:00
|
|
|
<div class="content-with-donate-sidebar">
|
2015-03-05 07:32:48 -08:00
|
|
|
<div id="container">
|
|
|
|
<div id="sidebar" class="{% block submenuselection %}other{% endblock %}">
|
2015-11-23 11:00:18 -08:00
|
|
|
<h2>Our Copyleft {% block category %}Compliance{% endblock %} Projects</h2>
|
2015-03-05 07:32:48 -08:00
|
|
|
<ul>
|
2016-12-31 14:31:34 -05:00
|
|
|
<li class="AboutCompliance"><a href="/copyleft-compliance/about.html">About</a></li>
|
2020-07-17 14:18:10 -07:00
|
|
|
<li class="EnforcementStrategy"><a href="/copyleft-compliance/enforcement-strategy.html">Strategic GPL Enforcement Initiative</a></li>
|
2016-12-31 14:31:34 -05:00
|
|
|
<li class="CopyleftPrinciples"><a href="/copyleft-compliance/principles.html">Principles of Community-Oriented GPL Enforcement</a></li>
|
2020-07-15 14:52:42 -07:00
|
|
|
<li class="LiberateFirmware"><a href="/copyleft-compliance/firmware-liberation.html">Liberate IoT Firmware via GPL Enforcement</a></li>
|
2019-04-04 11:52:02 -07:00
|
|
|
<li class="VMwareLawsuitLinks"><a href="/copyleft-compliance/vmware-lawsuit-links.html">VMware Lawsuit: Summary and Resources</a></li>
|
2015-03-07 22:35:31 -05:00
|
|
|
<li class="CopyleftOrg"><a href="https://copyleft.org/">copyleft.org</a></li>
|
2015-03-05 07:32:48 -08:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div id="mainContent">{% block content %}{% endblock %}
|
|
|
|
</div>
|
2015-03-05 07:35:27 -08:00
|
|
|
</div></div>
|
2015-03-05 07:32:48 -08:00
|
|
|
{% endblock %}
|