2010-09-26 21:20:05 +00:00
{% extends "base_conservancy.html" %}
{% load date_within %}
{% block head %}
2010-10-04 16:17:16 +00:00
< link rel = "alternate" type = "application/rss+xml" title = "Software Freedom Conservancy Complete Feed" href = "/feeds/omnibus/" / >
2010-09-26 21:20:05 +00:00
< link rel = "alternate" type = "application/rss+xml" title = "Software Freedom Conservancy News" href = "/feeds/news/" / >
2010-10-04 16:15:53 +00:00
< link rel = "alternate" type = "application/rss+xml" title = "Software Freedom Conservancy Blogs" href = "/feeds/blog/" / >
2010-09-26 21:20:05 +00:00
{% endblock %}
{% block content %}
2010-10-04 14:54:09 +00:00
< div class = "singleColumn" >
2012-10-05 19:43:02 +00:00
< h1 > Software Freedom Conservancy< / h1 >
2010-09-26 21:20:05 +00:00
2015-12-18 20:01:30 +00:00
< p > Software Freedom Conservancy is a not-for-profit charity that
2010-10-04 01:50:16 +00:00
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
2010-11-10 15:11:05 +00:00
do not relate directly to software development and documentation.< / p >
2010-10-04 14:54:09 +00:00
< / div >
2010-09-26 21:20:05 +00:00
2010-10-04 14:54:09 +00:00
< div class = "columns" >
< div class = "column column-small column-left" >
< h2 > Learn More about Conservancy< / h2 >
2013-02-21 21:46:40 +00:00
< p >
2015-03-24 22:40:24 +00:00
< span class = "continued" > < a href = "/about/" > An Overview of Conservancy… < / a > < / span >
2010-10-04 14:54:09 +00:00
< span class = "continued" > < a href = "/members/current/" > Conservancy's current member projects… < / a > < / span >
2014-12-03 18:46:29 +00:00
< span class = "continued" > < a href = "/members/services/" > Services Conservancy provides to its member projects… < / a > < / span >
2015-12-18 20:00:52 +00:00
< span class = "continued" > < a href = "/copyleft-compliance/" > Conservancy's unique work defending and upholding copyleft licenses (e.g., the GPL) … < / a > < / span >
2014-12-03 18:46:29 +00:00
< span class = "continued" > < a href = "/npoacct/" > Conservancy's Non-Profit Accounting Project … < / a > < / span >
2010-10-04 14:54:09 +00:00
< / p >
2014-12-03 18:48:09 +00:00
< h2 > Support Conservancy< / h2 >
2015-12-18 20:01:30 +00:00
< p > As a 501(c)(3) non-profit charity, Conservancy relies on
2014-12-03 18:48:09 +00:00
charitable donations for its operations.
2015-01-03 15:03:47 +00:00
Please join {{supporters_count|safe}} others and < a href = "/supporter/" > < strong > become a Conservancy Supporter
2014-12-03 18:48:09 +00:00
today< / strong > < / a > and/or < a href = "/donate/" > donate generously< / a > to help our work!
< / p >
2014-12-03 18:47:50 +00:00
< h2 > Follow Conservancy News & Blogs< / h2 >
2010-10-04 16:15:53 +00:00
2014-12-03 18:47:50 +00:00
< p > There is a < a href = "/feeds/omnibus/" > full site feed available< / a > (as
2010-10-04 16:15:53 +00:00
well as separate feeds for the < a href = "/feeds/news/" > news items< / a > and
2014-12-03 18:47:50 +00:00
< a href = "/feeds/blog/" > blog posts< / a > ). You can follow Conservancy
2015-12-25 00:55:19 +00:00
on < a href = "https://identi.ca/conservancy" > pump.io< / a > ,
2015-12-25 00:57:20 +00:00
< a href = "https://twitter.com/conservancy" > Twitter< / a > , < a href = "https://www.youtube.com/channel/UCUEeuNvX2UyTTyTYXR9dm_A" > Youtube< / a > , < a href = "https://plus.google.com/104268783278405704634/" > Google+< / a > ,
and other social networks, too. Look
for us everywhere and follow/like us!< / p >
2011-02-15 15:35:21 +00:00
2016-11-16 22:10:40 +00:00
< p > You can also subscribe to < a href = "http://lists.sfconservancy.org/pipermail/announce/" > Conservancy's low-traffic news list< / a > .< / p >
2010-10-04 14:54:09 +00:00
< / div >
2010-09-26 21:20:05 +00:00
2010-10-04 14:54:09 +00:00
< div class = "column column-large" >
2010-10-11 20:13:50 +00:00
{% if press_releases.0 %}
2012-03-08 15:58:09 +00:00
{% if press_releases.0.pub_date|date_within_past_days:60 %}
2010-09-26 21:20:05 +00:00
< div class = "shaded" >
2010-10-04 14:54:09 +00:00
< h2 > < a href = "/feeds/news/" class = "feedlink" > < img src = "/img/feed-icon-14x14.png" alt = "[RSS]" / > < / a > < a href = "/news/" > Recent News< / a > < / h2 >
2010-09-26 21:20:05 +00:00
< p class = "date" > {{ press_releases.0.pub_date|date:"F j, Y" }}< / p >
< h3 > < a href = "{{ press_releases.0.get_absolute_url }}" > {{ press_releases.0.headline|safe }}< / a > < / h3 >
{{ press_releases.0.summary|safe }}
{% if press_releases.0.body %}< p > < span class = "continued" > < a href = "{{ press_releases.0.get_absolute_url }}" > Read More...< / a > < / span > < / p > {% endif %}
2010-10-11 20:13:50 +00:00
{% if press_releases.1 %}
2012-03-08 15:58:09 +00:00
{% if press_releases.1.pub_date|date_within_past_days:30 %}
2010-10-11 19:53:18 +00:00
< hr / >
< p class = "date" > {{ press_releases.1.pub_date|date:"F j, Y" }}< / p >
< h3 > < a href = "{{ press_releases.1.get_absolute_url }}" > {{ press_releases.1.headline|safe }}< / a > < / h3 >
{{ press_releases.1.summary|safe }}
2010-10-11 20:13:50 +00:00
{% if press_releases.1.body %}< p > < span class = "continued" > < a href = "{{ press_releases.1.get_absolute_url }}" > Read More...< / a > < / span > < / p > {% endif %}
{% endif %}
{% endif %}
{% if press_releases.2 %}
2012-03-08 15:58:09 +00:00
{% if press_releases.2.pub_date|date_within_past_days:25 %}
2010-10-11 20:13:50 +00:00
< hr / >
< p class = "date" > {{ press_releases.2.pub_date|date:"F j, Y" }}< / p >
< h3 > < a href = "{{ press_releases.2.get_absolute_url }}" > {{ press_releases.2.headline|safe }}< / a > < / h3 >
{{ press_releases.2.summary|safe }}
{% if press_releases.2.body %}< p > < span class = "continued" > < a href = "{{ press_releases.2.get_absolute_url }}" > Read More...< / a > < / span > < / p > {% endif %}
{% endif %}
2010-10-11 19:53:18 +00:00
{% endif %}
2010-09-26 21:20:05 +00:00
< / div >
{% endif %}
2010-10-11 20:13:50 +00:00
{% endif %}
2013-02-21 21:46:40 +00:00
< p > < span class = "continued" > < a href = "/news/" > Conservancy News Archive… < / a > < / span > < / p >
2010-10-04 14:54:09 +00:00
{% if blog.0.is_recent %}
< div class = "shaded" >
2014-07-15 22:27:24 +00:00
< h2 > < a href = "/feeds/blog/" class = "feedlink" > < img src = "/img/feed-icon-14x14.png" alt = "[RSS]" / > < / a > < a href = "/blog/" > Conservancy Blog< / a > < / h2 >
2010-10-04 14:54:09 +00:00
< h3 > < a href = "{{ blog.0.get_absolute_url }}" > {{ blog.0.headline|safe }}< / a > < / h3 >
2014-07-16 17:35:35 +00:00
< p class = "date" > Posted by {{ blog.0.author.formal_name }} on {{ blog.0.pub_date|date:"F j, Y" }}< / p >
2010-10-04 14:54:09 +00:00
{{ blog.0.summary|safe }}
2014-07-16 17:35:35 +00:00
< p > < span class = "continued" > < a href = "{{ blog.0.get_absolute_url }}" > Read More from {{ blog.0.author.casual_name }} on this… < / a > < / span > < / p >
2010-10-04 14:54:09 +00:00
{% if blog.1.is_recent %}
2014-05-02 16:27:13 +00:00
< hr / >
2010-10-04 14:54:09 +00:00
< h3 > < a href = "{{ blog.1.get_absolute_url }}" > {{ blog.1.headline|safe }}< / a > < / h3 >
2014-07-16 17:35:35 +00:00
< p class = "date" > Posted by {{ blog.1.author.formal_name }} on {{ blog.1.pub_date|date:"F j, Y" }}< / p >
2010-10-04 14:54:09 +00:00
{{ blog.1.summary|safe }}
2015-12-18 20:06:57 +00:00
< p > < span class = "continued" > < a href = "{{ blog.1.get_absolute_url }}" > Read More from {{ blog.1.author.casual_name }} on this… < / a > < / span > < / p >
2014-07-15 22:30:25 +00:00
{% endif %}
2015-12-18 20:06:57 +00:00
{% if blog.2.is_recent %}
{% if blog.2.pub_date|date_within_past_days:20 %}
< hr / >
< h3 > < a href = "{{ blog.2.get_absolute_url }}" > {{ blog.2.headline|safe }}< / a > < / h3 >
< p class = "date" > Posted by {{ blog.2.author.formal_name }} on {{ blog.2.pub_date|date:"F j, Y" }}< / p >
2015-12-18 20:08:43 +00:00
{{ blog.2.summary|safe }}
2015-12-18 20:06:57 +00:00
< p > < span class = "continued" > < a href = "{{ blog.2.get_absolute_url }}" > Read More from {{ blog.2.author.casual_name }} on this… < / a > < / span > < / p >
{% endif %}
{% endif %}
{% if blog.3.is_recent %}
{% if blog.3.pub_date|date_within_past_days:15 %}
< hr / >
< h3 > < a href = "{{ blog.3.get_absolute_url }}" > {{ blog.3.headline|safe }}< / a > < / h3 >
< p class = "date" > Posted by {{ blog.3.author.formal_name }} on {{ blog.3.pub_date|date:"F j, Y" }}< / p >
2015-12-18 20:08:43 +00:00
{{ blog.3.summary|safe }}
2015-12-18 20:06:57 +00:00
< p > < span class = "continued" > < a href = "{{ blog.3.get_absolute_url }}" > Read More from {{ blog.3.author.casual_name }} on this… < / a > < / span > < / p >
{% endif %}
{% endif %}
{% if blog.4.is_recent %}
{% if blog.4.pub_date|date_within_past_days:10 %}
< hr / >
< h3 > < a href = "{{ blog.4.get_absolute_url }}" > {{ blog.4.headline|safe }}< / a > < / h3 >
< p class = "date" > Posted by {{ blog.4.author.formal_name }} on {{ blog.4.pub_date|date:"F j, Y" }}< / p >
2015-12-18 20:08:43 +00:00
{{ blog.4.summary|safe }}
2015-12-18 20:06:57 +00:00
< p > < span class = "continued" > < a href = "{{ blog.4.get_absolute_url }}" > Read More from {{ blog.4.author.casual_name }} on this… < / a > < / span > < / p >
{% endif %}
{% endif %}
{% if blog.5.is_recent %}
{% if blog.5.pub_date|date_within_past_days:7 %}
< hr / >
< h3 > < a href = "{{ blog.5.get_absolute_url }}" > {{ blog.5.headline|safe }}< / a > < / h3 >
< p class = "date" > Posted by {{ blog.5.author.formal_name }} on {{ blog.5.pub_date|date:"F j, Y" }}< / p >
2015-12-18 20:08:43 +00:00
{{ blog.5.summary|safe }}
2015-12-18 20:06:57 +00:00
< p > < span class = "continued" > < a href = "{{ blog.5.get_absolute_url }}" > Read More from {{ blog.5.author.casual_name }} on this… < / a > < / span > < / p >
{% endif %}
{% endif %}
2010-10-04 14:54:09 +00:00
< / div >
2014-05-01 23:27:04 +00:00
{% endif %}
2013-02-21 21:46:40 +00:00
< p > < span class = "continued" > < a href = "/blog/" > Conservancy Blog Archive… < / a > < / span > < / p >
2010-10-04 14:54:09 +00:00
< / div >
< / div >
2010-09-26 21:20:05 +00:00
{% endblock %}