{% extends "base_conservancy.html" %} {% load date_within %} {% block head %} {% endblock %} {% block content %}

Software Freedom Conservancy

Software Freedom Conservancy is a not-for-profit charity that helps promote, improve, develop, and defend Free, Libre, and Open Source Software (FLOSS) projects. Conservancy provides a non-profit home and infrastructure for FLOSS projects. This allows FLOSS developers to focus on what they do best — writing and improving FLOSS for the general public — while Conservancy takes care of the projects' needs that do not relate directly to software development and documentation.

Learn More about Conservancy

An Overview of Conservancy… Conservancy's current member projects… Services Conservancy provides to its member projects… Conservancy's unique work defending and upholding copyleft licenses (e.g., the GPL) … Conservancy's Non-Profit Accounting Project …

Support Conservancy

As a 501(c)(3) non-profit charity, Conservancy relies on charitable donations for its operations. Please join {{supporters_count|safe}} others and become a Conservancy Supporter today and/or donate generously to help our work!

Follow Conservancy News & Blogs

There is a full site feed available (as well as separate feeds for the news items and blog posts). You can follow Conservancy on identi.ca (aka pump.io), Twitter, twitter, Google+, Youtube, and probably can be found on whatever social network you prefer. Look for everywhere and follow us!

You can also subscribe to Conservancy's low-traffic email announce list:

Archives of the announcement list are also available.

{% if press_releases.0 %} {% if press_releases.0.pub_date|date_within_past_days:60 %}

[RSS] Recent News

{{ press_releases.0.pub_date|date:"F j, Y" }}

{{ press_releases.0.headline|safe }}

{{ press_releases.0.summary|safe }} {% if press_releases.0.body %}

Read More...

{% endif %} {% if press_releases.1 %} {% if press_releases.1.pub_date|date_within_past_days:30 %}

{{ press_releases.1.pub_date|date:"F j, Y" }}

{{ press_releases.1.headline|safe }}

{{ press_releases.1.summary|safe }} {% if press_releases.1.body %}

Read More...

{% endif %} {% endif %} {% endif %} {% if press_releases.2 %} {% if press_releases.2.pub_date|date_within_past_days:25 %}

{{ press_releases.2.pub_date|date:"F j, Y" }}

{{ press_releases.2.headline|safe }}

{{ press_releases.2.summary|safe }} {% if press_releases.2.body %}

Read More...

{% endif %} {% endif %} {% endif %}
{% endif %} {% endif %}

Conservancy News Archive…

{% if blog.0.is_recent %}

[RSS] Conservancy Blog

{{ blog.0.headline|safe }}

Posted by {{ blog.0.author.formal_name }} on {{ blog.0.pub_date|date:"F j, Y" }}

{{ blog.0.summary|safe }}

Read More from {{ blog.0.author.casual_name }} on this…

{% if blog.1.is_recent %}

{{ blog.1.headline|safe }}

Posted by {{ blog.1.author.formal_name }} on {{ blog.1.pub_date|date:"F j, Y" }}

{{ blog.1.summary|safe }}

Read More from {{ blog.1.author.casual_name }} on this…

{% endif %} {% if blog.2.is_recent %} {% if blog.2.pub_date|date_within_past_days:20 %}

{{ blog.2.headline|safe }}

Posted by {{ blog.2.author.formal_name }} on {{ blog.2.pub_date|date:"F j, Y" }}

{{ blog.2.summary|safe }}

Read More from {{ blog.2.author.casual_name }} on this…

{% endif %} {% endif %} {% if blog.3.is_recent %} {% if blog.3.pub_date|date_within_past_days:15 %}

{{ blog.3.headline|safe }}

Posted by {{ blog.3.author.formal_name }} on {{ blog.3.pub_date|date:"F j, Y" }}

{{ blog.3.summary|safe }}

Read More from {{ blog.3.author.casual_name }} on this…

{% endif %} {% endif %} {% if blog.4.is_recent %} {% if blog.4.pub_date|date_within_past_days:10 %}

{{ blog.4.headline|safe }}

Posted by {{ blog.4.author.formal_name }} on {{ blog.4.pub_date|date:"F j, Y" }}

{{ blog.4.summary|safe }}

Read More from {{ blog.4.author.casual_name }} on this…

{% endif %} {% endif %} {% if blog.5.is_recent %} {% if blog.5.pub_date|date_within_past_days:7 %}

{{ blog.5.headline|safe }}

Posted by {{ blog.5.author.formal_name }} on {{ blog.5.pub_date|date:"F j, Y" }}

{{ blog.5.summary|safe }}

Read More from {{ blog.5.author.casual_name }} on this…

{% endif %} {% endif %}
{% endif %}

Conservancy Blog Archive…

{% endblock %}