Changeset - d8a702c8c922
conservancy/podjango/feeds.py
Show inline comments
...
 
@@ -58,15 +58,15 @@ class CastFeedBase(Feed):
 

	
 
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',
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>
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 %}
 

	
...
 
@@ -8,10 +9,10 @@
 
<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
...
 
@@ -38,9 +39,9 @@ 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)
...
 
@@ -106,9 +107,9 @@ 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>
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>
...
 
@@ -19,9 +20,9 @@
 
  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
...
 
@@ -582,9 +582,9 @@ body.conservancy-sponsors #navbar ul li.sponsors > a /* NO COMMA HERE! */
 
    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;
conservancy/static/docs/GiveUpGitHub-README.md
Show inline comments
...
 
@@ -7,5 +7,5 @@ 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
...
 
@@ -20,5 +20,5 @@ 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 %}
 

	
...
 
@@ -14,9 +15,9 @@
 
<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>
conservancy/static/npoacct/index.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 
{% load humanize %}
 
{% load static %}
 

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

	
...
 
@@ -37,9 +38,9 @@
 
<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
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">
...
 
@@ -11,9 +12,9 @@
 
<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">
...
 
@@ -25,9 +26,9 @@ 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">
...
 
@@ -41,9 +42,9 @@ features this audience wants&mdash;and fewer they don&rsquo;t&mdash;to ensure th
 
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
...
 
@@ -52,9 +53,9 @@ 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">
...
 
@@ -69,9 +70,9 @@ 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">
...
 
@@ -95,9 +96,9 @@ 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">
...
 
@@ -112,9 +113,9 @@ 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">
...
 
@@ -129,9 +130,9 @@ 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">
...
 
@@ -161,9 +162,9 @@ licensed under the GNU GPL.</p>
 
  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">
...
 
@@ -174,9 +175,9 @@ licensed under the GNU GPL.</p>
 
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.
...
 
@@ -204,9 +205,9 @@ 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">
...
 
@@ -239,9 +240,9 @@ 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">
...
 
@@ -265,9 +266,9 @@ and is available, without cost, to anyone in the world. We help nonprofits, peop
 
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">
...
 
@@ -303,9 +304,9 @@ 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">
...
 
@@ -319,9 +320,9 @@ 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">
...
 
@@ -334,9 +335,9 @@ 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">
...
 
@@ -369,9 +370,9 @@ 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">
...
 
@@ -387,9 +388,9 @@ 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">
...
 
@@ -405,9 +406,9 @@ 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">
...
 
@@ -417,9 +418,9 @@ or safety.</p>
 
<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">
...
 
@@ -431,9 +432,9 @@ 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">
...
 
@@ -450,9 +451,9 @@ 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" />
...
 
@@ -470,9 +471,9 @@ 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">
...
 
@@ -486,9 +487,9 @@ 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">
...
 
@@ -507,9 +508,9 @@ 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">
...
 
@@ -528,9 +529,9 @@ seventy languages.</p>
 
        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">
...
 
@@ -542,9 +543,9 @@ 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">
...
 
@@ -557,9 +558,9 @@ on privacy or security software employed by politically sensitive targets such a
 
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">
...
 
@@ -584,9 +585,9 @@ 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">
...
 
@@ -608,18 +609,18 @@ Safari and Opera.</p>
 
<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">
...
 
@@ -634,9 +635,9 @@ 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
...
 
@@ -647,9 +648,9 @@ 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">
...
 
@@ -666,9 +667,9 @@ 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">
...
 
@@ -682,9 +683,9 @@ 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">
...
 
@@ -702,9 +703,9 @@ 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">
conservancy/static/sustainer/original-supporter-appeal.html
Show inline comments
...
 
@@ -72,9 +72,9 @@ even pay for a single staff member. <a href="#donate-box" class="donate-now">Hel
 
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
...
 
@@ -111,9 +111,9 @@ of dollars in licensing fees for subpar accounting software.</li>
 
    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
...
 
@@ -171,9 +171,9 @@ internal policies</a> are published and available for scrutiny.</p>
 
                      <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
...
 
@@ -232,9 +232,9 @@ internal policies</a> are published and available for scrutiny.</p>
 
                      <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
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 %}
...
 
@@ -23,19 +24,19 @@ 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
...
 
@@ -25,9 +25,9 @@
 
      <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>
 

	
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 %}
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 %}
conservancy/templates/frontpage.html
Show inline comments
...
 
@@ -51,17 +51,17 @@ strategies that defend FOSS (such as copyleft). <a href="/about" class="orange">
 
<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 %}
...
 
@@ -72,9 +72,9 @@ strategies that defend FOSS (such as copyleft). <a href="/about" class="orange">
 
<!-- <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 %}
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 %}
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 %}
 

	
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"/>
...
 
@@ -27,19 +29,19 @@ 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 -->
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 %}
...
 
@@ -12,9 +14,9 @@
 

	
 
<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;
...
 
@@ -22,9 +24,9 @@
 

	
 
<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>
...
 
@@ -33,9 +35,9 @@
 

	
 
<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;
...
 
@@ -43,9 +45,9 @@
 

	
 
<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>
conservancy/templates/supporter/index.html
Show inline comments
...
 
@@ -6,9 +6,9 @@
 
{% 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">
...
 
@@ -39,9 +39,9 @@
 

	
 
<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>
 

	
 

	
...
 
@@ -57,11 +57,11 @@
 
  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>
 

	
...
 
@@ -179,11 +179,11 @@ 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>
...
 
@@ -221,9 +221,9 @@ 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>
...
 
@@ -282,9 +282,9 @@ reach for reproducibility. </p>
 

	
 
<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
conservancy/urls.py
Show inline comments
...
 
@@ -27,10 +27,8 @@ 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),
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 %}
...
 
@@ -14,13 +15,13 @@
 
  <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)