Changeset - d8a702c8c922
conservancy/podjango/feeds.py
Show inline comments
...
 
@@ -54,23 +54,23 @@ class CastFeedBase(Feed):
 
                    year = getattr(getattr(item, attr), 'year')
 
                    break
 
        return {'year': year}
 

	
 

	
 
def for_podcast_feed_extra_kwargs(self, obj):
 
    return {
 
        'managingEditorNames': 'Bradley and Karen',
 
        'rssImage': {'url': 'http://faif.us/img/cast/faif_144x144.jpg',
 
        'rssImage': {'url': 'https://sfconservancy.org/static/podjango/img/cast/faif_144x144.jpg',
 
                     'width': '144', 'height': '144'},
 
        'webMaster': 'oggcast@faif.us (Bradley and Karen)',
 
        'dcCreator': 'oggcast@faif.us (Bradley and Karen)',
 
        'iTunesExplicit': 'No',
 
        'iTunesBlock': 'No',
 
        'iTunesImage': {'url': 'http://faif.us/img/cast/faif_300x300.jpg',
 
        'iTunesImage': {'url': 'https://sfconservancy.org/static/podjango/img/cast/faif_300x300.jpg',
 
                        'title': 'The Corresponding Source (formerly Free as in Freedom)',
 
                        'link': self.author_link,
 
                        'type': 'video/jpg'},
 
        'category': {'name': 'Government & Organizations', 'scheme': 'http://www.itunes.com/dtds/podcast-1.0.dtd',
 
                     'subcats': ['Non-Profit']},
 
        'keywords': 'open source, opensource, freesoftware, software freedom, legal, law, linux, free, license, gpl, lgpl, agpl, bsd',
 
        'iTunesAuthor': 'Software Freedom Conservancy',
 
        'iTunesSubtitle': 'Bi-Weekly Discussion of Legal, Policy, and Any other Issues in the Free, Libre, and Open Source Software (FLOSS) Community',
conservancy/podjango/templates/podjango/feeds/podcast_description.html
Show inline comments
 
{% load static %}
 

	
 
<p>
 
<a href="http://faif.us{{ obj.ogg_path }}"><img alt="[Direct download of cast in Ogg/Vorbis
 
                                          format]" src="http://faif.us/img/cast/audio_ogg_button.png"/></a>
 
<a href="http://faif.us{{ obj.mp3_path }}"><img alt="[Direct download of cast in MP3 format]"
 
                                     src="http://faif.us/img/cast/audio_mp3_button.png"/></a>
 
<a href="{{ obj.ogg_path }}"><img alt="[Direct download of cast in Ogg/Vorbis
 
                                          format]" src="{% static 'img/cast/audio_ogg_button.png' %}"/></a>
 
<a href="{{ obj.mp3_path }}"><img alt="[Direct download of cast in MP3 format]"
 
                                     src="{% static 'img/cast/audio_mp3_button.png' %}"/></a>
 
</p>
 
<p>
 
{{ obj.summary|safe }}
 
</p>
 
<div>
 
<h3>Show Notes:</h3>
 
</div>
 

	
conservancy/static/GiveUpGitHub/index.html
Show inline comments
 
{% extends "base_compliance.html" %}
 
{% load static %}
 
{% block subtitle %}Give Up GitHub - {% endblock %}
 
{% block submenuselection %}GiveUpGitHub{% endblock %}
 
{% block content %}
 

	
 
<h1>Give Up GitHub!</h1>
 

	
 
<p>On Wednesday 29 June 2022, we <a href="https://sfconservancy.org/blog/2022/jun/30/give-up-github-launch/">began
 
calling on all FOSS developers</a> to <strong>give up on
 
GitHub</strong>. </p>
 

	
 
<div class="picture-small right">  
 
<img src="https://sfconservancy.org/img/GiveUpGitHub.svg" alt="A parody of the GitHub logo, walling off user rights and demanding payment"/>
 
<div class="picture-small right">
 
<img src="{% static 'img/GiveUpGitHub.svg' %}" alt="A parody of the GitHub logo, walling off user rights and demanding payment"/>
 
</div>
 
<p>We realize this is not an easy task; GitHub is ubiquitous. Through their
 
effective marketing, GitHub has convinced Free and Open Source Software
 
(FOSS) developers that GitHub is the best (and even the only) place for FOSS
 
development.  However, as a proprietary, trade-secret tool, GitHub itself is
 
the very opposite of FOSS.  By contrast, Git was
 
designed <a href="http://www.h-online.com/open/features/The-saga-of-Git-Lightning-does-strike-twice-1051559.html">specifically
 
to replace a proprietary tool (BitKeeper)</a>, and to make FOSS development
...
 
@@ -34,17 +35,17 @@ than giving up Facebook!  We don't blame anyone who struggles, but hope you
 
will read the reasons and methods below to give up GitHub and join us in
 
seeking better alternatives!  Also, please check back to this page regularly,
 
as we'll continue to update it throughout 2022 and beyond!</p>
 

	
 
<h2>Why Give Up GitHub?</h2>
 

	
 
<p>There are so many reasons to give up on GitHub, but we list here a few of
 
the most important ones:
 
    
 

 
    <ul>
 
    <li><p><a href="https://github.com/features/copilot" rel="nofollow">Copilot
 
    is a for-profit product</a> &mdash; developed and marketed by Microsoft
 
    and their GitHub subsidiary &mdash; that uses Artificial Intelligence (AI)
 
    techniques to automatically generate code interactively for developers.
 
    The AI model was trained
 
    (<a href="https://github.blog/2021-06-30-github-copilot-research-recitation/"
 
    rel="nofollow">according to GitHub's own statements</a>) exclusively with
...
 
@@ -102,17 +103,17 @@ as <a href="https://codeberg.org">CodeBerg</a>, who develop their platform
 
CEOs have often spoken loudly and negatively about copyleft, including their
 
founder (and former CEO)
 
devoting <a href="https://www.youtube.com/watch?v=-bAAlPXB2-c">his OSCON
 
keynote on attacking copyleft and the GPL</a>.  This trickled down from the
 
top.  We've personally observed various GitHub employees over the years
 
arguing in many venues to convince projects to avoid copyleft;
 
we've <a href="https://github.com/BenKallos/legislation/issues/2#issue-46911010">even
 
seen a GitHub employee do this in a GitHub bug ticket directly</a>.</p></li>
 
    
 

 
    <li><p>GitHub is wholly owned by Microsoft, a company whose executives have historically repeatedly attacked copyleft licensing.</p></li>
 
    </ul>
 

	
 
<h2>How Do I Give Up GitHub?</h2>
 

	
 
<p>The reason that it's difficult to leave GitHub is a side-effect of one of
 
the reasons to leave them: proprietary vendor lock-in.  We are aware that
 
GitHub, as the &ldquo;Facebook of software development&rdquo;, has succeeded
conservancy/static/about/license/index.html
Show inline comments
 
{% extends "base_about.html" %}
 
{% load static %}
 
{% block subtitle %}License and Sources - {% endblock %}
 
{% block submenuselection %}License{% endblock %}
 
{% block content %}
 
<h1>License and Source For This Website</h1>
 

	
 
<p>The software running this website is licensed under
 
  the <a href="http://www.gnu.org/licenses/agpl-3.0.html">AGPLv3</a>-or-later.
 
  You can find a <a href="/source/">full copy of the sources hosted on
...
 
@@ -15,13 +16,13 @@
 

	
 
<p>The documents on this website are
 
  licensed as <a href="https://creativecommons.org/licenses/by-sa/4.0">CC-By-SA-4.0</a>.  In some cases, the documents are dual-licensed
 
  (AGPLv3-or-later|CC-By-SA-4.0), to make it more
 
  convenient to intermix the document with code.</p>
 

	
 
<p>Conservancy's Logo is also licensed
 
  under <a href="https://creativecommons.org/licenses/by-sa/4.0">CC-By-SA
 
  4.0</a>.  A <a href="/img/conservancy-logo_package.zip">Conservancy logo
 
  4.0</a>.  A <a href="{% static 'img/conservancy-logo_package.zip' %}">Conservancy logo
 
  package in ZIP format is available, which includes high quality SVG, PNG
 
  and other formats</a>.</p>
 

	
 
{% endblock %}
conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -578,17 +578,17 @@ body.conservancy-sponsors #navbar ul li.sponsors > a /* NO COMMA HERE! */
 
  padding: 0;
 
}
 

	
 
#supporters li:before {
 
    content: '';
 
    display: inline-block;
 
    height: 2em;
 
    width: 2em;
 
    background-image: url(/img/conservancy-supporter-heart.svg);
 
    background-image: url(/static/img/conservancy-supporter-heart.svg);
 
    background-size: contain;
 
    background-repeat: no-repeat;
 
    padding: 0.25em 1.2em 0.25em 0.25em;
 
    vertical-align: middle;
 
}
 

	
 
#supporters li {
 
    padding: 0.5em 2em 1em 2em;
conservancy/static/docs/GiveUpGitHub-README.md
Show inline comments
...
 
@@ -3,9 +3,9 @@
 
This project has given up GitHub.  ([See Software Freedom Conservancy's *Give Up  GitHub* site for details](https://GiveUpGitHub.org).)
 

	
 
You can now find this project at [INSERT-URL-OR-DESCRIPTION](INSERT-URL) instead.
 

	
 
Any use of this project's code by GitHub Copilot, past or present, is done without our permission.  We do not consent to GitHub's use of this project's code in Copilot.
 

	
 
Join us; you can [give up GitHub](https://GiveUpGitHub.org) too!
 

	
 
![Logo of the GiveUpGitHub campaign](https://sfconservancy.org/img/GiveUpGitHub.png)
 
![Logo of the GiveUpGitHub campaign](https://sfconservancy.org/static/img/GiveUpGitHub.png)
conservancy/static/docs/SupportGiveUpGitHub-README-snippet.md
Show inline comments
...
 
@@ -16,9 +16,9 @@ some of the reasons why GitHub is not a good place to host FOSS projects.
 
If you are a contributor who personally has already quit using GitHub, please
 
[check this resource](INSERT_LINK) for how to send us contributions without
 
using GitHub directly.
 

	
 
Any use of this project's code by GitHub Copilot, past or present, is done
 
without our permission.  We do not consent to GitHub's use of this project's
 
code in Copilot.
 

	
 
![Logo of the GiveUpGitHub campaign](https://sfconservancy.org/img/GiveUpGitHub.png)
 
![Logo of the GiveUpGitHub campaign](https://sfconservancy.org/static/img/GiveUpGitHub.png)
conservancy/static/fossy/index.html
Show inline comments
 
{% extends "base_standard.html" %}
 
{% load static %}
 
{% block subtitle %}FOSSY - {% endblock %}
 
{% block submenuselection %}FOSSY{% endblock %}
 
{% block content %}
 

	
 
<div style="text-align: center;">
 
<h1><abbr title="Free and Open Source Software Yearly">FOSSY</abbr></h1>
 
<h2>The first Free and Open Source Software Yearly conference</h2>
 
</div>
 

	
 
</br>
 

	
 
<h4>Welcome to the landing page for our first conference!</h4>
 
<p>FOSS is back in Portland, OR - July 13-16th 2023 at the Oregon Convention
 
Center!</p>
 

	
 
<div class="picture right" style="width: 300px;">
 
  <img src="../img/occ.jpg" alt="Aerial photograph of the Oregon Convention Center" style="max-height: 12em;">
 
  <img src="{% static 'img/occ.jpg' %}" alt="Aerial photograph of the Oregon Convention Center" style="max-height: 12em;">
 
  <p>CC-BY 2.0 Oregon Convention Center</p>
 
</div>
 

	
 
<p>Software Freedom Conservancy is so proud to announce that we are hosting a community oriented conference this coming summer.  FOSSY (Free and Open Source Yearly) is focused on the creation and impact of free and open source software, uplifting contributors of all experience. We are also mindful of having a safe environment for all. In this new time of conferences, we will be focused on COVID safety and making sure all attendees feel safe participating as much as they feel comfortable (we will have a detailed policy published in the coming weeks).</p>
 

	
 
<p>As this is the first year we are running a conference of this scale, we plan to have 8 tracks for talks over 4 days. With tracks for community building, development and legal and licensing issues, our conference will provide ample learning and networking opportunities for contributors of all levels of experience. We also plan to involve significant community participation in the content of our tracks.</p>
 

	
 
<p>As we look to the future of conferences, we are excited to focus on using free software to run a conference and will seek to help reduce the amount of proprietary software that is treated as default.</p>
conservancy/static/npoacct/index.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 
{% load humanize %}
 
{% load static %}
 

	
 
{% block subtitle %}NPOAcct - {% endblock %}
 
{% block category %}npoacct{% endblock %}
 

	
 
{% block content %}
 

	
 
<div class="donate-sidebar">
 
<table style="background-color:#afe478;width:100%;">
...
 
@@ -33,17 +34,17 @@
 
      Sustainer</span></a> (&mdash; a better option if you're donating more
 
      than $120, since you'll get a t-shirt!).</p>
 
</td></tr></table>
 
</div>
 
<div class="content-with-donate-sidebar">
 

	
 
<h2>Non-Profit Accounting Software</h2>
 

	
 
<img src="/img/conservancy-accounting-campaign-logo.png" alt="Conservancy accounting campaign logo" style="float:left;" />
 
<img src="{% static 'img/conservancy-accounting-campaign-logo.png' %}" alt="Conservancy accounting campaign logo" style="float:left;" />
 

	
 
<p>Conservancy has a plan to help all non-profit organizations (NPOs) by
 
creating an Open Source and Free Software accounting system usable by
 
non-technical bookkeepers, accountants, and non-profit managers.  You can
 
help us do it by donating now.
 
</p>
 

	
 
<h3>News</h3>
conservancy/static/projects/current/index.html
Show inline comments
 
{% extends "base_projects.html" %}
 
{% load static %}
 
{% block subtitle %}Current Projects - {% endblock %}
 
{% block submenuselection %}Current{% endblock %}
 
{% block head %}
 
<style type="text/css">
 
#mainContent .project-logo { float: right; height: 5em; margin: .5em 0 1.5em 1.5em; }
 
</style>
 
{% endblock %}
 
{% block content %}
 

	
 
<h1>Current Projects</h1>
 

	
 
<h2><a href="http://argouml.tigris.org/">ArgoUML</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/argouml.jpg" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/argouml.jpg' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="T5E9U8MNJMN6A">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to ArgoUML via PayPal">
 
</form>
 

	
 
<p>ArgoUML is the leading open source UML modeling tool and includes
 
support for all standard UML 1.4 diagrams. It runs on any Java platform
 
and is available in ten languages. See the feature list for more details.</p>
 

	
 
<h2><a href="https://backdropcms.org/">Backdrop CMS</a></h2>
 

	
 
<img class="project-logo" src="/img/Backdrop-Logo-Vertical.png" alt="" />
 
<img class="project-logo" src="{% static 'img/Backdrop-Logo-Vertical.png' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="VGVL8UWZPVW6G">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Backdrop CMS via PayPal">
 
</form>
 

	
 
<p>Backdrop CMS is a Drupal fork with a focus on features, performance,
 
and usability. Backdrop puts the needs of the small to medium sized
 
businesses and non-profits first. Backdrop contains more of the
 
features this audience wants&mdash;and fewer they don&rsquo;t&mdash;to ensure they
 
can still afford a fantastic Open Source Content Management System.</p>
 

	
 
<h2><a href="http://bongo-project.org/">Bongo</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/bongo.png" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/bongo.png' %}" alt="" />
 

	
 
<p>The Bongo Project is creating fun and simple mail, calendaring and
 
contacts software: on top of a standards-based server stack; we're
 
innovating fresh and interesting web user interfaces for managing
 
personal communications. Bongo is providing an entirely free software
 
solution which is less concerned with the corporate mail scenario and
 
much more focused on how people want to organize their lives.</p>
 

	
 
<h2><a href="http://buildbot.net/">Buildbot</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/buildbot.png" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/buildbot.png' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="2977NBBAEC29L">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Buildbot via PayPal">
 
</form>
 

	
 
<p>
 
Buildbot is a freely-licensed framework which enables software
 
developers to automate software build, test, and release processes for their
 
software projects.  First released in 2003, Buildbot is used by leading
 
software projects around the world to automate all aspects of their
 
software development cycle. </p>
 

	
 
<h2 id="busybox"><a href="https://busybox.net/">BusyBox</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/busybox.png" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/busybox.png' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="79R6DXDHK7Q84">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to BusyBox via PayPal">
 
</form>
 

	
 
<p>BusyBox combines tiny versions of many common UNIX utilities into a
...
 
@@ -91,51 +92,51 @@ small or embedded system.</p>
 
resources in mind. It is also extremely modular so you can easily
 
include or exclude commands (or features) at compile time. This makes
 
it easy to customize your embedded systems. To create a working
 
system, just add some device nodes in /dev, a few configuration files
 
in /etc, and a Linux kernel.</p>
 

	
 
<h2><a href="https://www.commonwl.org/">Common Workflow Language</a></h2>
 

	
 
<img class="project-logo" src="/img/projects/CWL-Logo-nofonts.svg" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/CWL-Logo-nofonts.svg' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="Z55VS5LBBSZTJ">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Common Workflow Language via PayPal">
 
</form>
 

	
 
<p>The Common Workflow Language (CWL) is a specification for describing
 
analysis workflows and tools in a way that makes them portable and scalable
 
across a variety of software and hardware environments, from workstations to
 
cluster, cloud, and high performance computing (HPC) environments. CWL is
 
designed to meet the needs of data-intensive science, such as
 
bioinformatics, medical imaging, astronomy, physics, and chemistry.</p>
 

	
 
<h2><a href="https://www.coreboot.org/">coreboot</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/coreboot.svg" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/coreboot.svg' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="9KEVMQR6VC5MG">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to coreboot via PayPal">
 
</form>
 

	
 
<p>coreboot is an extended firmware platform that delivers lightning fast
 
secure boot on modern computers and embedded systems. As an open source
 
project it provides auditability and maximum control over the computers that
 
run it.  It is industrial-strength firmware that secures more 30 million
 
shipped devices, including personal computers, headless servers, tablets,
 
and Internet of Things devices.</p>
 

	
 
<h2><a href="http://darcs.net/">Darcs</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/darcs.svg" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/darcs.svg' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="MTH4A88BJQQBN">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Darcs via PayPal">
 
</form>
 

	
 
<p>Darcs is a distributed revision control system written in Haskell. In
...
 
@@ -157,30 +158,30 @@ licensed under the GNU GPL.</p>
 
  copyrights or sign a license enforcement agreement (which delegates to
 
  Conservancy the authority of license enforcement).  The Project also
 
  creates an ongoing relationship between Conservancy and Debian, wherein
 
  Conservancy offers Debian its expertise and advice on software licensing,
 
  enforcement, and related issues.</p>
 

	
 
<h2><a href="http://etherpad.org/">Etherpad</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/etherpad.svg" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/etherpad.svg' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="6493L8KNR2RC6">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Etherpad via PayPal">
 
</form>
 

	
 
<p>Etherpad is is a highly customizable web-based editor providing
 
collaborative real-time editing.</p>
 

	
 
<h2 id="freedv"><a href="https://freedv.org/">FreeDV</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/freedv.png" alt="FreeDV logo" />
 
<img class="project-logo" src="{% static 'img/projects/freedv.png' %}" alt="FreeDV logo" />
 

	
 
<p>FreeDV is a suite of open source software and accompanying hardware for
 
digital voice communication over HF radio. It consists of a voice codec
 
(Codec 2), HF data modems, framing, and forward error correction software.
 
It is implemented as a software library (libcodec2), that can be linked
 
with 3rd party digital voice applications or embedded inside software
 
defined radios.</p>
 

	
...
 
@@ -200,17 +201,17 @@ associated with event-driven architecture.</p>
 
<p>Gevent provides light-weight &ldquo;green&rdquo; threads with a similar
 
interface as the standard &ldquo;threading&rdquo; and
 
&ldquo;multiprocessing&rdquo; packages.  The library includes a DNS
 
resolver, a WSGI server, a monkey patching utility to make 3rd party
 
protocol implementations cooperative and support for SSL sockets.</p>
 

	
 
<h2><a href="https://git-scm.com/">Git</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/git.png" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/git.png' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="GXTE9AECX4LAL">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Git via PayPal">
 
</form>
 

	
 
<p>Git is a free and open source distributed version control system
...
 
@@ -235,17 +236,17 @@ protocol implementations cooperative and support for SSL sockets.</p>
 
<p>The GPL Compliance Project for Linux Developers is comprised of
 
copyright holders in the kernel, Linux, who have contributed to Linux
 
under its license, the GPLv2. These copyright holders have formally asked
 
Conservancy to engage in compliance efforts for their copyrights in the
 
Linux kernel.</p>
 

	
 
<h2><a href="http://harvey-os.org/">Harvey OS</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/harvey.svg" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/harvey.svg' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="7Q45ZGJBQZZVN">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Harvey OS via PayPal">
 
</form>
 

	
 
<p>Harvey is a new operating system. It’s most directly descended from Plan 9, the research operating system developed at Bell Labs as a successor to Unix. This influence spans from its distributed application architecture all the way down to much of its code. However, Harvey aims to be a more practical, general-purpose operating system, so it also uses ideas and code from other systems.</p>
...
 
@@ -261,17 +262,17 @@ Linux kernel.</p>
 
</form>
 

	
 
<p>Houdini is an all-in-one fundraising platform developed in Ruby on Rails. It’s licensed under AGPL/LGPL
 
and is available, without cost, to anyone in the world. We help nonprofits, people, and movements thrive and
 
maintain themselves.</p>
 

	
 
<h2><a href="https://inkscape.org/">Inkscape</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/inkscape.svg" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/inkscape.svg' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="VRQMKRX9TCDSW">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Inkscape via PayPal">
 
</form>
 

	
 
<p>Inkscape is an Open Source vector graphics editor, with capabilities
...
 
@@ -299,48 +300,48 @@ level.</p>
 
trains students finishing 10th, 11th and 12th grade to do rigorous
 
scientific research using free software. The Institute recruits students who
 
might not otherwise have access to scientific apprenticeships, offers them a
 
stipend and pairs them with volunteer mentors who train them to use free
 
software operating systems and research tools.</p>
 

	
 
<h2><a href="http://www.k-3d.org">K-3D</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/k3d.png" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/k3d.png' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="CCTXUR497YLHW">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to K-3D via PayPal">
 
</form>
 

	
 
<p>K-3D is the free-as-in-freedom 3D modeling, animation, and rendering
 
system for GNU/Linux, MacOSX, and Windows operating systems. K-3D is based
 
on a powerful Visualization Pipeline that enables procedural modeling and
 
a robust plugin architecture, and is designed to scale to the needs of
 
professional artists.</p>
 

	
 
<h2><a href="https://kallithea-scm.org/">Kallithea</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/kallithea.svg" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/kallithea.svg' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="EYXFS3SQPHYUL">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Kallithea via PayPal">
 
</form>
 

	
 
<p>Kallithea is a free software source code management system supporting two
 
leading version control systems, Mercurial and Git.  Kallithea hosts your
 
code, manages access control lists and provides an easy web interface to the
 
version control system of your choice.</p>
 

	
 
<h2><a href="http://librehealth.io/">LibreHealth</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/librehealth.png" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/librehealth.png' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="V3DNW54NCNK46">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to LibreHealth via PayPal">
 
</form>
 

	
 
<p>LibreHealth is the foundation of a worldwide ecosystem of free and open
...
 
@@ -365,17 +366,17 @@ professionals.</p>
 
Architecture (XIA), an interoperable meta network architecture. Linux XIA is
 
designed to meet unfulfilled demands of real-world networking. The project's
 
roadmap includes the development of a DDoS protection system, and the
 
addition of state-of-the-art algorithms and data structures to increase
 
Linux XIA's speed and flexibility.</p>
 

	
 
<h2><a href="https://www.mercurial-scm.org/">Mercurial</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/mercurial.svg" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/mercurial.svg' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="WCP4RSC5E8F2W">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Mercurial via PayPal">
 
</form>
 

	
 
<p>Mercurial is a fast, lightweight Source Control Management system
...
 
@@ -383,17 +384,17 @@ which can track revisions to software during development.  Since its
 
conception in April 2005, Mercurial has been adopted by many projects
 
for revision control, including Xen, One Laptop Per Child, and the
 
Advanced Linux Sound Architecture (ALSA).  Mercurial runs on Unix-like systems, Mac
 
OS X, and Windows computers, and it is licensed under the GNU General
 
Public License.</p>
 

	
 
<h2><a href="http://www.metalinker.org/">Metalink</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/metalink.svg" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/metalink.svg' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="LDDTAJM9XNPR2">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Metalink via PayPal">
 
</form>
 

	
 
<p>Metalink is dedicated to improving downloads. Metalink makes it much
...
 
@@ -401,43 +402,43 @@ easier for people &mdash; especially those in areas with inferior Internet
 
connections &mdash; to download Open Source and Free Software. Metalink
 
increases the effectiveness and efficiency of downloads by combining the
 
speed, bandwidth distribution, and redundancy of an optimized hybrid
 
mirror/peer-to-peer network, without any questions of legality, integrity,
 
or safety.</p>
 

	
 
<h2><a href="http://microblocks.fun/">MicroBlocks</a></h2>
 

	
 
<img class="project-logo" src="/img/projects/microblocks.png" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/microblocks.png' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="CHZLTCKCSFGTS">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to MicroBlocks via PayPal">
 
</form>
 

	
 
<p>MicroBlocks is a new programming language that runs right inside microcontroller boards such as the micro:bit, the NodeMCU and many Arduino boards. The MicroBlocks system allows for dynamic, parallel and interactive programming, but with the twist of letting your projects run autonomously inside the board without being tethered to a computer.</p>
 

	
 
<h2><a href="https://www.northbaypython.org/">North Bay Python</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/north-bay-python.png" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/north-bay-python.png' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="E96FCPFPZK25C">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to North Bay Python via PayPal">
 
</form>
 

	
 
<p>North Bay Python is a community-organized conference in Petaluma,
 
California that brings together professionals, enthusiasts, and
 
students interested in the Python programming language.</p>
 

	
 
<h2><a href="http://www.opentripplanner.org/">OpenTripPlanner</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/opentripplanner.png" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/opentripplanner.png' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="AVPYMNLYATCZG">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to OpenTripPlanner via PayPal">
 
</form>
 

	
 
<p>
...
 
@@ -446,17 +447,17 @@ itinerary planning and network analysis.  Launched in 2009, OpenTripPlanner
 
has since attracted a thriving community of users and developers, with live
 
deployments now found in twelve countries.  OpenTripPlanner provides a
 
multimodal trip planner allowing users to plan trips using a variety of
 
transportation modes. Additionally, OpenTripPlanner has features for
 
transportation analysis, including measures of mobility and accessibility.</p>
 

	
 
<h2 id="OpenWrt"><a href="https://openwrt.org/">OpenWrt</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/openwrt-2020.svg" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/openwrt-2020.svg' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick" />
 
<input type="hidden" name="hosted_button_id" value="MLJ3HZD7TWK88" />
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="Donate to OpenWrt via PayPal" />
 
</form>
 

	
 
<p>The OpenWrt Project is a Linux-based operating system targeting embedded
...
 
@@ -466,33 +467,33 @@ from the application selection and configuration provided by the vendor and
 
allows you to customize the device through the use of packages to suit any
 
application. For developers, OpenWrt is the framework to build an
 
application without having to build a complete firmware around it; for users
 
this means the ability for full customization, to use the device in ways
 
never envisioned.</p>
 

	
 
<h2><a href="https://www.outreachy.org/">Outreachy</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/outreachy.png" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/outreachy.png' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="9P3DB3AFPDZ7Q">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Outreachy via PayPal">
 
</form>
 

	
 
<p>Outreachy helps people from groups underrepresented in free and open
 
source software get involved by providing a supportive community for
 
newcomers to contribute to throughout the year, and by offering focused
 
internship opportunities twice a year with many free software organizations.
 
</p>
 

	
 
<h2><a href="https://phpmyadmin.net/">phpMyAdmin</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/phpmyadmin.png" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/phpmyadmin.png' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="UUZWPJLQ9D4E8">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to phpMyAdmin via PayPal">
 
</form>
 

	
 
<p>
...
 
@@ -503,17 +504,17 @@ permissions, etc) can be performed via the user interface, while you
 
still have the ability to directly execute any SQL statement.</p>
 

	
 
<p>Since its first release in September 1998, phpMyAdmin has been adopted
 
by many web host providers, and has translations underway for more than
 
seventy languages.</p>
 

	
 
<h2><a href="http://qemu.org">QEMU</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/qemu.svg" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/qemu.svg' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="YN74TZRMBBM6U">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to QEMU via PayPal">
 
</form>
 

	
 
<p> QEMU is a generic and open source machine emulator and
...
 
@@ -524,46 +525,46 @@ seventy languages.</p>
 
        native performances by executing the guest code directly on the host
 
        CPU. QEMU supports
 
 virtualization when executing under the Xen hypervisor or using the
 
        KVM kernel module in Linux. When using KVM, QEMU can virtualize x86,
 
        server and embedded PowerPC, and S390 guests.</p>
 

	
 
<h2><a href="https://racket-lang.org">Racket</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/racket.svg" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/racket.svg' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="URMNGBCTB96G2">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Racket via PayPal">
 
</form>
 

	
 
<p>Racket is a general-purpose programming language as well as the world’s
 
first ecosystem for language-oriented programming. Make your dream language,
 
or use one of the dozens already available.</p>
 

	
 
<h2><a href="https://reproducible-builds.org">Reproducible Builds</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/2018-10_Reproducible-Builds.svg" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/2018-10_Reproducible-Builds.svg' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="9QA63APRU4TNE">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Reproducible Builds via PayPal">
 
</form>
 

	
 
<p>Reproducible Builds are a set of software development practices that create an independently verifiable path
 
from source code to the binary code used by computers. This is especially useful for developers collaborating
 
on privacy or security software employed by politically sensitive targets such as dissidents, journalists and
 
whistleblowers, or anyone wishing to communicate securely under a repressive regime.</p>
 

	
 
<h2><a href="https://www.samba.org/samba/">Samba</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/samba.png" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/samba.png' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="JJCAM7BX48Z42">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Samba via PayPal">
 
</form>
 

	
 
<p>Samba is a FOSS suite that provides seamless file and print
...
 
@@ -580,17 +581,17 @@ server.</p>
 

	
 
<p>One of the key goals of the project is to remove barriers to
 
interoperability. Samba is a software package that gives network
 
administrators flexibility and freedom in setup, configuration, choice
 
of systems, and equipment. Samba is released under the GPL.</p>
 

	
 
<h2><a href="http://seleniumhq.org">Selenium</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/selenium.png" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/selenium.png' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="V56W8WNRPQ5SS">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Selenium via PayPal">
 
</form>
 

	
 
<p>Selenium is a suite of tools for browser automation. It is composed of
...
 
@@ -604,56 +605,56 @@ Safari and Opera.</p>
 
<h2 id="Sourceware"><a href="http://sourceware.org/">Sourceware</a></h2>
 

	
 
<form action="https://www.paypal.com/donate" method="post" target="_top">
 
<input type="hidden" name="hosted_button_id" value="8UPBXX9EMBH8C" />
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
 
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
 
</form>
 

	
 
<img class="project-logo" src="../../img/projects/sourceware.svg" alt="copyleft logo" />
 
<img class="project-logo" src="{% static 'img/projects/sourceware.svg' %}" alt="copyleft logo" />
 

	
 
<p>Sourceware is a Free Software hosting project for toolchain and
 
developer tools.  Free Software needs Free Infrastructure.  It is
 
our goal to offer a worry-free, friendly home for Free Software
 
projects.</p>
 

	
 
<h2><a href="http://squeak.org/">Squeak</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/squeak.svg" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/squeak.svg' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="6WECWGYHQF2A6">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Squeak via PayPal">
 
</form>
 

	
 
<p>Squeak is a modern, open source, full-featured implementation of
 
the powerful Smalltalk programming language and environment. Squeak is
 
highly-portable - even its virtual machine is written entirely in
 
Smalltalk making it easy to debug, analyze, and change. Squeak is the
 
vehicle for a wide range of projects from multimedia applications,
 
educational platforms to commercial web application development.</p>
 

	
 
<h2><a href="http://surveyos.sourceforge.net/">SurveyOS</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/surveyos.png" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/surveyos.png' %}" alt="" />
 

	
 
<p>The Survey Open Source (SurveyOS) Project is a non-profit project of
 
the Software Freedom Conservancy dedicated to fostering cooperation
 
between land surveyors and GIS professionals through the development of
 
open source software and open technology standards. The SurveyOS Project
 
currently devotes programming efforts and source code to the open source
 
desktop GIS program known as OpenJUMP. It also dedicates a set of AutoLISP
 
source code via the GPL that can be used to add surveying and geospatial
 
functionality to other software.</p>
 

	
 
<h2><a href="http://www.swig.org/">SWIG</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/swig.jpg" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/swig.jpg' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="M84TPJKABREKQ">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to SWIG via PayPal">
 
</form>
 

	
 
<p>SWIG is a software development tool that connects programs written in C
...
 
@@ -662,33 +663,33 @@ with different types of languages including common scripting languages
 
such as Perl, PHP, Python, Tcl and Ruby. The list of supported languages
 
also includes C&#35;, Java, Lua, Octave and R amongst others. SWIG is most
 
commonly used to create high-level interpreted or compiled programming
 
environments, user interfaces, and as a tool for testing and prototyping
 
C/C++ software.</p>
 

	
 
<h2><a href="http://teachingopensource.org/">Teaching Open Source</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/teaching-open-source.png" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/teaching-open-source.png' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="TUBC9HDTQJVS2">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Teaching Open Source via PayPal">
 
</form>
 

	
 
<p>Teaching Open Source (TOS) exists to support instructors and FLOSS community
 
members who desire to support student involvement in FLOSS projects
 
within academic institutions.  The TOS community is supported by a web
 
site, mailing list, and planet and welcomes new community members from
 
both academia and FLOSS projects.</p>
 

	
 
<h2><a href="http://www.winehq.org/">Wine</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/wine.png" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/wine.png' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="G9BDG2ABR7PYA">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Wine via PayPal">
 
</form>
 

	
 
<p>Wine is an Open Source implementation of the Windows API on top of
...
 
@@ -698,17 +699,17 @@ completely free alternative implementation of the Windows API
 
consisting of 100% non-Microsoft code, however Wine can optionally use
 
native Windows DLLs if they are available. Wine provides both a
 
development toolkit for porting Windows source code to Unix as well as
 
a program loader, allowing many unmodified Windows programs to run on
 
x86-based Unixes, including Linux, Mac OS X, FreeBSD, and Solaris.</p>
 

	
 
<h2><a href="https://xapian.org/">Xapian</a></h2>
 

	
 
<img class="project-logo" src="../../img/projects/xapian.png" alt="" />
 
<img class="project-logo" src="{% static 'img/projects/xapian.png' %}" alt="" />
 

	
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 
<input type="hidden" name="cmd" value="_s-xclick">
 
<input type="hidden" name="hosted_button_id" value="Y8WL47RVZJ3LQ">
 
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" name="submit" alt="Donate to Xapian via PayPal">
 
</form>
 

	
 
<p>Xapian is a highly adaptable toolkit which allows developers to
conservancy/static/sustainer/original-supporter-appeal.html
Show inline comments
...
 
@@ -68,17 +68,17 @@ projects defend their trademarks, manage their assets, handle donations,
 
improve their community management, manage risk and assist them with all
 
legal needs they may have. While we do receive a portion of the revenue
 
donated to our projects, we keep that number low enough that it doesn't
 
even pay for a single staff member. <a href="#donate-box" class="donate-now">Help us</a> show that you care about
 
community-focused free software and help us be able to continue our
 
charitable work. Donating to Conservancy is a great non-technical way to
 
contribute to the cause.</p>
 

	
 
<img alt="*** The Conservancy T-Shirt that Supporters Receive ***" class="appeal" src="/img/conservancy-t-shirt.jpg"/>
 
<img alt="*** The Conservancy T-Shirt that Supporters Receive ***" class="appeal" src="{% static 'img/conservancy-t-shirt.jpg' %}"/>
 

	
 
<p>For the first time, we're launching a Supporter
 
program. For <a href="#donate-box" class="donate-now">an annual donation of $120</a>, you can
 
download an official Supporter card and receive a Conservancy t-shirt<a id="return-footnote-shirts-when"></a>. If
 
this is out of reach, please donate at whatever level you can - it makes a
 
big difference to us to know that you <a href="#donate-box" class="donate-now">support us</a>, and a little goes a long
 
way.</p>
 

	
...
 
@@ -107,17 +107,17 @@ of dollars in licensing fees for subpar accounting software.</li>
 
  a co-organizer of the Free and Open Source Software Outreach Program.</li>
 

	
 
<li>we encourage and support our employees to do volunteer work in the
 
    community.  For example, Bradley and Karen together host an oggcast
 
    called <cite><a href="http://faif.us">Free as in Freedom</a></cite> which
 
    discusses important legal and policy issues in open source and free
 
    software.</li></ul>
 

	
 
<img class="appeal-footer" alt="*" src="/img/conservancy-supporter-heart.png"/>
 
<img class="appeal-footer" alt="*" src="{% static 'img/conservancy-supporter-heart.png' %}"/>
 

	
 
<p>As an organization, we try to do everything transparently; even
 
our
 
<a
 
href="https://gitorious.org/conservancy/policies/source/master:">
 
internal policies</a> are published and available for scrutiny.</p>
 

	
 
<p>Please <a href="#donate-box" class="donate-now">join our Supporter program</a> and spread software freedom!</p>
...
 
@@ -167,17 +167,17 @@ internal policies</a> are published and available for scrutiny.</p>
 
                      <label for="joinList"><strong>Join Conservancy's
 
                      Low-Traffic Announcement Email List? </strong></label>
 
                      <input type="radio" checked="checked" name="os1" value="joinListYes" />Yes
 
                      <input type="radio" name="os1" value="joinListNo" />No<br/>
 
                      <br />
 
                      <br /></div>
 
                      <div id="annual" class="supporter-form-submit">
 
                      <input type="image"
 
                             src="/img/supporter-payment-button-annual.png"
 
                             src="{% static 'img/supporter-payment-button-annual.png' %}"
 
                             height="81" width="188"
 
                             border="0" name="submit" alt="Become an Annual Supporter Now!">
 
                      <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
 
<br/><br/><small>Button above redirects to PayPal's site for credit
 
        card, bank account or PayPal balance payment methods.  Select options first.</small>
 
                      </div>
 

	
 
</form>
...
 
@@ -228,17 +228,17 @@ internal policies</a> are published and available for scrutiny.</p>
 
                      <input type="radio" name="on1" value="publicAckNo" />No<br/>
 
                      <label for="joinList"><strong>Join Conservancy's
 
                      Low-Traffic Announcement Email List? </strong></label>
 
                      <input type="radio" checked="checked" name="os1" value="joinListYes" />Yes
 
                      <input type="radio" name="os1" value="joinListNo" />No<br/>
 
                      <br /></div>
 
                      <div id="monthly" class="supporter-form-submit">
 
                      <input type="image"
 
                      src="/img/supporter-payment-button-monthly.png"
 
                      src="{% static 'img/supporter-payment-button-monthly.png' %}"
 
                      height="81" width="188"
 
                      border="0" name="submit" alt="Become a Monthly Supporter Now!">
 
<br/><br/><small>Button above redirects to PayPal's site for credit
 
        card, bank account or PayPal balance payment methods.  Select
 
                      options first.</small>
 
                      </div>
 
</form>
 
</div>
conservancy/static/sustainer/thank-you.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 
{% load static %}
 
{% block subtitle %}Thanks for Your Support - {% endblock %}
 
{% block category %}sustainer{% endblock %}
 

	
 
{% block content %}
 
<h1>Thanks!</h1>
 

	
 
<p>Thank you for being a Sustainer of Software Freedom Conservancy!</p>
 

	
...
 
@@ -19,23 +20,23 @@
 
<p>As a Conservancy Sustainer, you'll also be eligible for future special
 
benefits.  We may contact you directly by email later to tell you about
 
special Sustainer-only benefits in the coming year.</p>
 

	
 
<p>Meanwhile, please spread the word about supporting Conservancy with
 
  a &ldquo;Sustainer Badge&rdquo; on your website, social media, or
 
  other locations where people view information about you:</p>
 

	
 
<p><a href="https://sfconservancy.org/sustainer/"><img src="https://sfconservancy.org/img/supporter-badge.png" width="194" height="90" alt="Become a Conservancy Sustainer!" border="0"/></a></p>
 
<p><a href="https://sfconservancy.org/sustainer/"><img src="https://sfconservancy.org/static/img/supporter-badge.png" width="194" height="90" alt="Become a Conservancy Sustainer!" border="0"/></a></p>
 

	
 
<p><strong>Copy and paste this HTML for the image above:</strong></p>
 
<p><textarea rows="2"
 
             cols="65">
 
<a href="https://sfconservancy.org/sustainer/"><img src="https://sfconservancy.org/img/supporter-badge.png" width="194" height="90" alt="Become a Conservancy Sustainer!" border="0"/></a>
 
<a href="https://sfconservancy.org/sustainer/"><img src="https://sfconservancy.org/static/img/supporter-badge.png" width="194" height="90" alt="Become a Conservancy Sustainer!" border="0"/></a>
 
 </textarea></p>
 

	
 
<p>Also, please enjoy these &ldquo;Sustainer Cards&rdquo;, which you print out and
 
  carry with you.  You've earned it! The cards are available in two different
 
  styles: <a href="/img/supporter-card-1.svg">Style 1
 
  (SVG)</a>, <a href="/img/supporter-card-2.svg">Style 2
 
  styles: <a href="{% static 'img/supporter-card-1.svg' %}">Style 1
 
  (SVG)</a>, <a href="{% static 'img/supporter-card-2.svg' %}">Style 2
 
  (SVG)</a>.</p>
 

	
 
{% endblock %}
conservancy/templates/base_conservancy.html
Show inline comments
...
 
@@ -21,17 +21,17 @@
 
  </head>
 

	
 
  <body class="conservancy-{% block category %}{% endblock %}">
 
    <header>
 
      <div class="flex-ns center mw8">
 
        <div class="w-60-ns">
 
          <h1 id="conservancyheader" class="mt2 mt3-ns mb2 mb3-ns">
 
            <a href="/">
 
              <img src="/img/conservancy-header.svg" alt="Software Freedom Conservancy" class="db center mh3-ns" />
 
              <img src="{% static 'img/conservancy-header.svg' %}" alt="Software Freedom Conservancy" class="db center mh3-ns" />
 
            </a>
 
          </h1>
 
        </div>
 

	
 
        <ul id="feature-menu" class="w-40-ns mt2 mt4-ns mb2 mb2-ns mh2 pt1 flex flex-wrap justify-center items-center list">
 
            <li><span id="menu-icon" class="dn-ns ph2 pointer">
 
            <svg style="color: var(--orange); width: 30px; height: 30px;"><use href="{% static 'img/font_awesome.svg' %}#bars"></use></svg>
 
            </span></li>
conservancy/templates/blog/entry_detail.html
Show inline comments
 
{% extends "base_blog.html" %}
 
{% load static %}
 

	
 
{% block head %}
 
{% include "opengraph_partial.html" with url=object.get_absolute_url title=object.headline description=object.get_description %}
 
{% include "opengraph_urllist_partial.html" with property='image' urls=object.get_one_image_url fallback='/img/conservancy-logo.png' %}
 
{% include "opengraph_urllist_partial.html" with property='image' urls=object.get_one_image_url fallback='/static/img/conservancy-logo.png' %}
 
{% include "opengraph_urllist_partial.html" with property='video' urls=object.get_one_video_url %}
 
{% endblock %}
 

	
 
{% block subtitle %}{{ object.headline|striptags|safe }} - Conservancy Blog - {% endblock %}
 

	
 
{% block content %}
 
<div class="breadcrumbs">
 
  <p><a href="/">Home</a> / <a href="/news/">News</a> / <a href="/blog/">Blog</a></p>
conservancy/templates/blog/entry_list.html
Show inline comments
 
{% extends "base_blog.html" %}
 
{% load static %}
 

	
 
{% block subtitle %}Conservancy Blog - {% endblock %}
 

	
 
{% block content %}
 
<div class="breadcrumbs">
 
  <p><a href="/">Home</a> / <a href="/news/">News</a></p>
 
</div>
 

	
 
<h2><a href="/feeds/blog/" class="feedlink"><img src="/img/feed-icon-14x14.png" alt="[RSS]"/></a> Conservancy Blog{% if author %} &mdash; {{ author.formal_name }}{% endif %}</h2>
 
<h2><a href="/feeds/blog/" class="feedlink"><img src="{% static 'img/feed-icon-14x14.png' %}" alt="[RSS]"/></a> Conservancy Blog{% if author %} &mdash; {{ author.formal_name }}{% endif %}</h2>
 

	
 
{% if authors or tags %}
 
<p>Displaying posts
 
{% if authors %}by {% for author in authors %}{% if not forloop.last %}{% if not forloop.first %}, {% endif %}{% endif %}<a href="{{ author.biography_url }}">{{ author.formal_name }}</a>{% ifequal forloop.revcounter 2 %} and {% endifequal %}{% endfor %}{% endif %}
 
{% if tags %}tagged {% for tag in tags %}{% if not forloop.last %}{% if not forloop.first %}, {% endif %}{% endif %}<a href="{{ tag.get_absolute_url }}">{{ tag.label }}</a>{% ifequal forloop.revcounter 2 %} or {% endifequal %}{% endfor %}{% endif %}
 
</p>
 
{% endif %}
 

	
conservancy/templates/frontpage.html
Show inline comments
...
 
@@ -47,38 +47,38 @@ strategies that defend FOSS (such as copyleft). <a href="/about" class="orange">
 
    btn-orange">Check it out!</a>
 
  </section>
 
</div>
 

	
 
<div class="mt3 mh2-ns mb4 flex-ns">
 
  <div class="w-70-ns mh2">
 
<section class="mh0 pa3 bg-light-blue ba b--gray">
 
<p><video style="width: 95%; height: auto;" controls="" poster="/videos/sfc-introduction-video_poster.jpg">
 
<source src="/videos/sfc-introduction_1080p.mp4" />
 
<track src="/docs/sfc-introduction-vtt-captions.txt" kind="subtitles" srclang="en" label="English" />
 
<a href="/videos/sfc-introduction_1080p.mp4"><img src="/videos/sfc-introduction-video_poster.jpg" alt="Software Freedom Conservancy introduction video"></a><br/>
 
<source src="{% static 'videos/sfc-introduction_1080p.mp4' %}" />
 
<track src="{% static 'docs/sfc-introduction-vtt-captions.txt' %}" kind="subtitles" srclang="en" label="English" />
 
<a href="/videos/sfc-introduction_1080p.mp4"><img src="{% static 'videos/sfc-introduction-video_poster.jpg' %}" alt="Software Freedom Conservancy introduction video"></a><br/>
 
<a href="https://youtu.be/yCCxMfW0LTM">(watch on Youtube)</a>
 
</video></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>
 
<h2 class="f4 mt0 mb2 ttu"><!--<a href="/feeds/news/" class="feedlink"><img src="{% static '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 %}
 
    {% include "news/pressrelease_partial.html" with pressr=pressr show="summary" only %}
 
  {% else %}
 
    {% include "news/pressrelease_partial.html" with pressr=pressr show="dateline" only %}
 
  {% endif %}
 
{% endfor %}
 

	
 
<!-- <p><span class="continued"><a href="/news/">Conservancy News Archive&hellip;</a></span></p> -->
 
</section>
 

	
 
<section class="mt4 mb3 ph2">
 
<h2 class="f4 mb2 ttu"><!-- <a href="/feeds/blog/" class="feedlink"><img src="/img/feed-icon-14x14.png" alt="[RSS]"/></a> --> <a href="/blog/" class="dark-gray">Articles</a></h2>
 
<h2 class="f4 mb2 ttu"><!-- <a href="/feeds/blog/" class="feedlink"><img src="{% static 'img/feed-icon-14x14.png' %}" alt="[RSS]"/></a> --> <a href="/blog/" class="dark-gray">Articles</a></h2>
 
{% for entry in blog|slice:":5" %}
 
  {% if forloop.first or entry.pub_date|date_within_past_days:180 %}
 
    {% if not forloop.first %}<hr class="clear">{% endif %}
 
    {% include "blog/entry_partial.html" with entry=entry show="dateline" only %}
 
  {% endif %}
 
{% endfor %}
 

	
 
<!-- <p><span class="continued"><a href="/blog/">Conservancy Blog Archive&hellip;</a></span></p> -->
conservancy/templates/news/pressrelease_detail.html
Show inline comments
 
{% extends "base_news.html" %}
 
{% load static %}
 

	
 
{% block head %}
 
{% include "opengraph_partial.html" with url=object.get_absolute_url title=object.headline description=object.get_description %}
 
{% include "opengraph_urllist_partial.html" with property='image' urls=object.get_one_image_url fallback='/img/conservancy-logo.png' %}
 
{% include "opengraph_urllist_partial.html" with property='image' urls=object.get_one_image_url fallback='/static/img/conservancy-logo.png' %}
 
{% include "opengraph_urllist_partial.html" with property='video' urls=object.get_one_video_url %}
 
{% endblock %}
 

	
 
{% block subtitle %}{{ object.headline|striptags|safe }} - {% endblock %}
 

	
 
{% block content %}
 

	
 
<div id="mainContent">
conservancy/templates/news/pressrelease_list.html
Show inline comments
 
{% extends "base_news.html" %}
 
{% load static %}
 

	
 
{% block subtitle %}News - {% endblock %}
 

	
 
{% block outercontent %}
 
    <div id="container" class="mw8 center ph2 ph3">
 
         <div id="mainContent">
 
           <div class="breadcrumbs">
 
             <p><a href="/">Home</a> / <a href="/news/">News</a></p>
 
           </div>
 
         <h1><a href="/feeds/news/" class="feedlink"><img src="/img/feed-icon-14x14.png" alt="[RSS]"/></a> Conservancy News</h1>
 
         <h1><a href="/feeds/news/" class="feedlink"><img src="{% static 'img/feed-icon-14x14.png' %}" alt="[RSS]"/></a> Conservancy News</h1>
 

	
 

	
 
{% ifnotequal news.number 1 %}<p>(Page {{ news.number }} of {{ news.paginator.num_pages }})</p>{% endifnotequal %}
 

	
 
{% for pressr in news %}
 
  {% if forloop.first %}
 
    {% include "news/pressrelease_partial.html" with pressr=pressr show="summary" only %}
 
  {% else %}
conservancy/templates/sponsors.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 
{% load static %}
 

	
 
{% block subtitle %}Sponsors - {% endblock %}
 
{% block category %}sponsors{% endblock %}
 
{% block head %}
 
<meta charset="UTF-8"/>
 
{% endblock %}
 

	
 
{% block content %}
 
<div class="breadcrumbs">
...
 
@@ -23,27 +25,27 @@ Conservancy.  These sponsors support our work through financial
 
contributions  and have asked for public acknowledgment of their
 
contributions.  Conservancy graciously thanks these sponsors for their
 
support, but doesn't necessarily endorse nor promote any specific activity of
 
any of its sponsors.</p>
 

	
 
<!-- logos should be 250x250 maximum. -->
 
<ul id="sponsor">
 
<li></li>
 
<li><a rel="nofollow" href="https://www.ampr.org"><img src="/img/sponsors/ardc.svg" width="250" alt="Amateur Radio Digital Communications" /></a></li>
 
<li><a rel="nofollow" href="https://www.codeweavers.com/"><img src="/img/sponsors/codeweavers.png" width="250" alt="CodeWeavers" /></a></li>
 
<li><a rel="nofollow" href="https://google.com"><img src="/img/sponsors/google.png" height="76" width="238" alt="Google" /></a></li>
 
<li><a rel="nofollow" href="https://www.ampr.org"><img src="{% static 'img/sponsors/ardc.svg' %}" width="250" alt="Amateur Radio Digital Communications" /></a></li>
 
<li><a rel="nofollow" href="https://www.codeweavers.com/"><img src="{% static 'img/sponsors/codeweavers.png' %}" width="250" alt="CodeWeavers" /></a></li>
 
<li><a rel="nofollow" href="https://google.com"><img src="{% static 'img/sponsors/google.png' %}" height="76" width="238" alt="Google" /></a></li>
 
<li><b>Christoph Hellwig</b></li>
 
<li><a rel="nofollow" href="https://ifixit.com"><img src="/img/sponsors/ifixit.png" width="250" alt="iFixit" /></a></li>
 
<li><a rel="nofollow" href="https://ifixit.com"><img src="{% static 'img/sponsors/ifixit.png' %}" width="250" alt="iFixit" /></a></li>
 
<li><b>hmk</b></li>
 
<li><a rel="nofollow" href="https://indeed.com"><img src="/img/sponsors/indeed.png" height="69" width="250" alt="Indeed" /></a></li>
 
<li><a rel="nofollow" href="https://jmp.chat"><img src="/img/sponsors/jmp.svg" height="244" width="250" alt="jmp.chat" /></a></li>
 
<li><a rel="nofollow" href="https://indeed.com"><img src="{% static 'img/sponsors/indeed.png' %}" height="69" width="250" alt="Indeed" /></a></li>
 
<li><a rel="nofollow" href="https://jmp.chat"><img src="{% static 'img/sponsors/jmp.svg' %}" height="244" width="250" alt="jmp.chat" /></a></li>
 
<li><b>Marcus Ryu</b></li>
 
<li><a rel="nofollow" href="https://code.wildebeest.org/">Mark Wielaard</a></li>
 
<li><a rel="nofollow" href="https://www.mozilla.org/foundation/"><img src="/img/sponsors/mozilla.png" height="101" width="250" alt="Mozilla Foundation" /></a></li>
 
<li><a rel="nofollow" href="https://www.mozilla.org/foundation/"><img src="{% static 'img/sponsors/mozilla.png' %}" height="101" width="250" alt="Mozilla Foundation" /></a></li>
 
<li><b>David Turner and Danielle Sucher</b></li>
 
</ul>
 

	
 
<!-- This section will be added when we have in-kind contributions -->
 

	
 
<!-- <h3>In-Kind Donation of Services</h3> -->
 

	
 
<!-- <p>Conservancy would also like to thank the following companies who have -->
conservancy/templates/supporter/banners.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 
{% load static %}
 

	
 
{% block subtitle %}Sustainer Banners - {% endblock %}
 
{% block category %}sustainer{% endblock %}
 

	
 
{% block content %}
 
<div class="singleColumn">
 
<h2>Conservancy Sustainer Banners</h2>
 

	
 
<p>Help support Conservancy even more by sharing a banner on your own page and encourage other people to join you!  We have banners for individuals and member projects below; just copy the code for the version you want into your own site.</p>
 

	
 
<h3>Individual Sustainer Banner</h3>
 

	
 
<pre><code>  &lt;div style="margin: 0 auto; max-width: 1200px;"&gt;
 
    &lt;a href="https://sfconservancy.org/sustainer"&gt;
 
      &lt;img style="width: 100%;"
 
           src="https://sfconservancy.org/img/banners/2019-individuals-banner.png"
 
           src="https://sfconservancy.org/static/img/banners/2019-individuals-banner.png"
 
           alt="Conservancy is a proponent for community driven free software projects.
 
                Will you join me in supporting them? Donate today!"&gt;
 
    &lt;/a&gt;
 
  &lt;/div&gt;
 
</code></pre>
 

	
 
<div style="margin: 0 auto; max-width: 1200px;">
 
  <a href="https://sfconservancy.org/sustainer">
 
    <img style="width: 100%;"
 
         src="/img/banners/2019-individuals-banner.png"
 
         src="/static/img/banners/2019-individuals-banner.png"
 
         alt="Conservancy is a proponent for community driven free software projects.
 
              Will you join me in supporting them? Donate today!">
 
  </a>
 
</div>
 

	
 
<h3>Member Project Banner</h3>
 

	
 
<pre><code>  &lt;div style="margin: 0 auto; max-width: 1200px;"&gt;
 
    &lt;a href="https://sfconservancy.org/sustainer"&gt;
 
      &lt;img style="width: 100%;"
 
           src="https://sfconservancy.org/img/banners/2019-member-projects-banner.png"
 
           src="https://sfconservancy.org/static/img/banners/2019-member-projects-banner.png"
 
           alt="Conservancy helps make our work possible.
 
                Please donate to them today to support community-driven free software projects!"
 
    &lt;/a&gt;
 
  &lt;/div&gt;
 
</code></pre>
 

	
 
<div style="margin: 0 auto; max-width: 1200px;">
 
  <a href="https://sfconservancy.org/sustainer">
 
    <img style="width: 100%;"
 
         src="/img/banners/2019-member-projects-banner.png"
 
         src="/static/img/banners/2019-member-projects-banner.png"
 
         alt="Conservancy helps make our work possible.
 
              Please donate to them today to support community-driven free software projects!"
 
  </a>
 
</div>
 

	
 
</div>
 
{% endblock %}
conservancy/templates/supporter/index.html
Show inline comments
...
 
@@ -2,17 +2,17 @@
 
{% load static %}
 
{% block subtitle %}Support Conservancy - {% endblock %}
 
{% block category %}sustainer{% endblock %}
 

	
 
{% block head %}
 
<script type="text/javascript" src="{% static 'js/supporter-page.js' %}"></script>
 
<link href="{% static 'css/forms.css' %}" rel="stylesheet" type="text/css"/>
 
{% include "opengraph_partial.html" with url="/sustainer/" title="Support Conservancy!" description="Software freedom is critical to many of today&rsquo;s most pressing social issues, but it&rsquo;s only effective when FOSS is for everyone. Support Conservancy today to help make that happen!" %}
 
{% include "opengraph_urllist_partial.html" with property='image' urls='' fallback='/img/conservancy-logo.png' %}
 
{% include "opengraph_urllist_partial.html" with property='image' urls='' fallback='/static/img/conservancy-logo.png' %}
 
{% endblock %}
 

	
 
{% block content %}
 
<div class="breadcrumbs">
 
  <p><a href="/">Home</a> / <a href="/about">Who We Are</a></p>
 
</div>
 

	
 

	
...
 
@@ -35,17 +35,17 @@
 

	
 
  <a name="renew" class="hidden"></a>
 
  {% include "supporter/form_partial.html" with form_id="renewal" min_amt=120 default_amt=128 verb="renew" article="an" supptype="annual" only %}
 
{% endif %}
 

	
 
<span id="form-correction-needed" class="form-error">Please ensure all form data above is correct.</span>
 

	
 
<div style="overflow: auto; text-align: center;">
 
  <a href="/img/tshirt-2023.png"><img src="/img/tshirt-2023.png"  height="300"/></a>
 
  <a href="/img/tshirt-2023.png"><img src="{% static 'img/tshirt-2023.png' %}"  height="300"/></a>
 
</div>
 
</p>
 

	
 

	
 
<hr style="clear: both;"/>
 
<br>
 
<p>Sustainers help us do our work in a strategic, long-term way. We could not
 
  do this without the support and financial contributions of individuals like
...
 
@@ -53,19 +53,19 @@
 

	
 

	
 
<div class="expandable-section" id="2021-summary">
 
  <br>
 
  Please watch this video to learn about what we do and why we need your support as
 
  a Sustainer:
 
<p style="text-align:center;">
 
<video style="width: 50%; height: auto;" controls="" poster="/videos/sfc-introduction-video_poster.jpg">
 
<source src="/videos/sfc-introduction_1080p.mp4" />
 
<track src="/docs/sfc-introduction-vtt-captions.txt" kind="subtitles" srclang="en" label="English" />
 
<a href="/videos/sfc-introduction_1080p.mp4"><img src="/videos/sfc-introduction-video_poster.jpg"
 
<source src="{% static 'videos/sfc-introduction_1080p.mp4' %}" />
 
<track src="{% static 'docs/sfc-introduction-vtt-captions.txt' %}" kind="subtitles" srclang="en" label="English" />
 
<a href="/videos/sfc-introduction_1080p.mp4"><img src="{% static 'videos/sfc-introduction-video_poster.jpg' %}"
 
                                                  alt="Software Freedom Conservancy introduction video"></a><br/>
 
<a href="https://youtu.be/yCCxMfW0LTM">(watch on Youtube)</a>
 
</video></p>
 

	
 
  <br>
 

	
 
<p><h3>The wide range of work we engage in is supported by people like you. </h3></p>
 

	
...
 
@@ -175,19 +175,19 @@ can provide solid FOSS replacements to proprietary technologies for all of us.</
 
<p>Our staff has been presenting and speaking about software freedom all year.
 
Our Executive Director Karen Sandler received an honorary doctorate from
 
Katholieke Universiteit Leuven for her incredible work in FOSS leadership, and
 
her advocacy and pursuit of software freedom and rights for all.
 
In November she spoke at <a href="https://www.sfscon.it/talks/the-history-of-and-path-forward-for-copyleft-and-the-gpl/">SFSCON about "The History of, and Path forward for, Copyleft and the GPL"</a>.</p>
 

	
 
<div class="picture-small right">
 
<video class="small-right" controls="" poster="/videos/2023-02-02_Sandler-Karen_KU-Leuven_Honorary-Doctorate_still.png" id="doctorate_vid">
 
  <source src="/videos/2023-02-02_Sandler-Karen_KU-Leuven_Honorary-Doctorate.mp4">
 
  <track src="/docs/2023-02-02_Sandler-Karen_KU-Leuven_Honorary-Doctorate.en.txt" kind="subtitles" srclang="en" label="English" />
 
  <track src="/docs/2023-02-02_Sandler-Karen_KU-Leuven_Honorary-Doctorate.nl.txt" kind="subtitles" srclang="nl" label="Dutch (NL)" />
 
  <source src="{% static 'videos/2023-02-02_Sandler-Karen_KU-Leuven_Honorary-Doctorate.mp4' %}">
 
  <track src="{% static 'docs/2023-02-02_Sandler-Karen_KU-Leuven_Honorary-Doctorate.en.txt' %}" kind="subtitles" srclang="en" label="English" />
 
  <track src="{% static 'docs/2023-02-02_Sandler-Karen_KU-Leuven_Honorary-Doctorate.nl.txt' %}" kind="subtitles" srclang="nl" label="Dutch (NL)" />
 
</video>
 
<p><a href="/videos/2023-02-02_Sandler-Karen_KU-Leuven_Honorary-Doctorate.mp4">Download Karen's talk</a>
 
  or <a href="https://youtu.be/zca7dOU7jfs">watch on YouTube</a></p>
 
</div>
 

	
 
<p>Policy Fellow Bradley M. Kuhn gave many conference talks and also represented SFC at many
 
government hearings and inquiries. Beginning the year at <a href="https://archive.fosdem.org/2023/schedule/speaker/bradley_m_kuhn/">FOSDEM</a>,
 
Bradley (and Karen) led the Legal and Policy DevRoom. He then spoke at SCaLE
...
 
@@ -217,17 +217,17 @@ classroom to educate students about software freedom.</p>
 

	
 
  <p>We've raised, administered and/or facilitated $1.8 million to improve
 
software freedom directly! This includes contractors, interns and students,
 
administrators, and grants for creation, distribution and maintenance of free
 
software projects.  Part of the unique position of our organization is the
 
expertise necessary to do this kind of work.</p>
 

	
 
<div class="picture-small right">
 
  <img class="small-right" src="/img/outreachy-nigeria-1000-celebration.png"
 
  <img class="small-right" src="{% static 'img/outreachy-nigeria-1000-celebration.png' %}"
 
alt="Group Picture: Outreachy interns, mentors, and community coordinators gathered to celebrate the 1,000 interns milestone in Lagos, Nigeria." />
 
  <p>Group Picture: Outreachy interns, mentors, and community coordinators gathered to celebrate the 1,000 interns milestone in Lagos, Nigeria.</p>
 
  <p>You can view a <a href="https://diode.zone/w/p/25ifUPw9Lx42nrb14h41Ru">video of the celebration here.</a></p>
 
</div>
 

	
 
<p><b>Outreachy</b> accepted 63 interns in the December 2022 cohort, and 64
 
interns in the May 2023 cohort with over 30 Free and Open Source software
 
communities.  Bringing in new communities in the Open Science and Humanitarian
...
 
@@ -278,17 +278,17 @@ reach for reproducibility. </p>
 

	
 
</div>
 

	
 

	
 

	
 
<h3 id="HelpUs">Help us Continue this Work</h3>
 
<div style="overflow: auto">
 
<div class="picture-small right">
 
  <img src="/img/scaled-LLW-2015-Conservancy-Supporters-by-Carlo-Piana-CC-0.jpg" alt="Zack, Karen, John and Jim pose, mostly wearing the vintage t-shirt!" />
 
  <img src="{% static 'img/scaled-LLW-2015-Conservancy-Supporters-by-Carlo-Piana-CC-0.jpg' %}" alt="Zack, Karen, John and Jim pose, mostly wearing the vintage t-shirt!" />
 
  <p>Sustainers pose with Karen! <br/>From left: Stefano &ldquo;Zack&rdquo; Zacchiroli, Karen M. Sandler, John Sullivan, and Jim Wright</p>
 
</div>
 

	
 
<p>We are beyond thankful for the ability to continue our work &mdash; which
 
  only continues due to <strong>your financial contributions</strong>. We
 
  recognize that not everyone has the same financial leeway to donate as they
 
  have in the past. But please consider giving what you can so that our
 
  organization can continue to advocate and support the rights of all
conservancy/urls.py
Show inline comments
...
 
@@ -23,18 +23,16 @@ from django.contrib import admin
 

	
 
from . import feeds, frontpage, sponsors
 
from .fundgoal import views as fundgoal_views
 
from .static import views as static_views
 

	
 
admin.autodiscover()
 

	
 
urlpatterns = [
 
    # Uncomment these 3 lines when testing locally to get static content
 
    url(r'^img', static_views.index),
 
    url(r'^$', frontpage.view),
 
    url(r'^sponsors$', frontpage.view),
 
    url(r'^sponsors/$', sponsors.view),
 
    url(r'^sponsors/index.html$', sponsors.view),
 
    url(r'^admin/', admin.site.urls),
 
    url(r'^feeds/blog/?$', feeds.BlogFeed()),
 
    url(r'^feeds/news/?$', feeds.PressReleaseFeed()),
 
    url(r'^feeds/omnibus/?$', feeds.OmnibusFeed()),
conservancy/usethesource/templates/usethesource/ccirt_process.html
Show inline comments
 
{% extends "usethesource/base.html" %}
 
{% load static %}
 

	
 
{% block title %}Use The Source - Software Freedom Conservancy{% endblock %}
 

	
 
{% block content %}
 
  {{ block.super }}
 

	
 
  <h1>Timelines for CCIRT email submission and notifications</h1>
 

	
 
  <p>We at SFC are providing an opportunity for companies who want to be notified of source candidates of theirs that we plan to post to <a href="..">Use The Source</a> to provide us with the email address of their Copyleft Compliance Incident Response Team (CCIRT), which we will email when we receive a new source candidate for the company that we plan to post.  If we have a CCIRT email address on a file for a given company, we will email this address if we receive a source candidate from that company, and then wait at least 7 days for a reply - if an updated candidate is received, we will post that, otherwise we will post the candidate that we notified the CCIRT team about as-is.</p>
 

	
 
  <p>As discussed in <a href="/blog/2024/feb/03/ccirt-security-and-software-right-to-repair/">our blog post</a>, the CCIRT is an important part of an organization; it may be incorporated into the <abbr title="Open Source Program Office">OSPO</abbr> or cybersecurity team.  SFC hopes that companies will treat any reports from SFC with urgency, since failure to provide complete source code severely impedes device owners' and third party repair companies' ability to fix the devices.</p>
 

	
 
  <p>Based on our decades of GPL compliance experience, we expect that many of the source code candidates we receive from the public will be incomplete.  SFC cannot immediately validate nor invalidate any of those claims due to the vast number of devices on the market.  But we are willing to engage with companies' CCIRTs so they have a chance to (re-)review these candidates if they wish, before SFC publishes them.</p>
 

	
 
  <p>We are providing a 30-day window, starting on February 3, 2024 (and ending at 23:59 <abbr title="Anywhere on Earth">AoE</abbr> on March 4, 2024), in which companies can send us the email address of their CCIRT (to <a href="mailto:compliance@sfconservancy.org">compliance@sfconservancy.org</a> with Subject "CCIRT contact") so we can contact this team about any source candidates we receive, giving them 7 calendar days to confirm all potential copyleft licenses issues are resolved.  At the end of these 7 days, we will publish the updated source candidate (if we receive one), or the original (if no update is received).  If we have no contact registered, the source candidate will be published without any grace period following the initial 30-day window.</p>
 

	
 
  <p><img src="/img/ccirt-initial.png" alt="initial CCIRT process, showing 30-day and 7-day windows" /></p>
 
  <p><img src="{% static 'img/ccirt-initial.png' %}" alt="initial CCIRT process, showing 30-day and 7-day windows" /></p>
 

	
 
  <p>After this initial 30-day window, companies can still send us the email address of their CCIRT and, after we receive this email address, we will give them 7 calendar days from the first notification of an incomplete source candidate to resolve the issue.  However, it is best for companies to let us know about their CCIRT before this 30-day window ends in case there are any pending source candidates to publish when that 30-day window ends.  The process after these 30 days is as follows:</p>
 

	
 
  <p><img src="/img/ccirt-ongoing.png" alt="ongoing CCIRT process, showing standard 7-day window" /></p>
 
  <p><img src="{% static 'img/ccirt-ongoing.png' %}" alt="ongoing CCIRT process, showing standard 7-day window" /></p>
 

	
 
  <p>For the avoidance of doubt, and to hopefully prevent a wave of last-minute CCIRT submissions on the final day of this 30-day window, SFC is providing for 7 calendar days after the 30-day window ends (so 37 days from February 3, or until 23:59 <abbr title="Anywhere on Earth">AoE</abbr> on March 11, 2024), to any company that provides the email address of their CCIRT at any time during this 30-day window, the option to correct its source candidates before we publish them.  So it is beneficial for companies to inform us of their CCIRT sooner rather than later, so they have as much of that 37 days as possible to correct all copyleft compliance issues.  SFC looks forward to working with all the CCIRTs who register with us.</p>
 

	
 
{% endblock content %}
0 comments (0 inline, 0 general)