Changeset - 88ef25012f00
[Not reviewed]
0 2 0
Bradley Kuhn (bkuhn) - 13 years ago 2010-10-04 01:50:16
bkuhn@ebb.org
Moved some overview text over to frontpage; fixed typo in overview;
s/.../…/
2 files changed with 12 insertions and 25 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/overview/index.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 
{% block subtitle %}Overview - {% endblock %}
 
{% block category %}overview{% endblock %}
 
{% block content %}
 

	
 
<h1>Overview</h1>
 

	
 
<p>The Software Freedom Conservancy is a not-for-profit organization 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 &mdash; writing and improving FLOSS for the
 
  general public, while Conservancy takes care of the projects' needs that
 
  general public &mdash; while Conservancy takes care of the projects' needs that
 
  do not relate directly to software development.</p>
 

	
 
<p>FLOSS projects whose <a href="/members/apply">applications are
 
    accepted</a> become an actual part of the Software Freedom Conservancy
 
    (akin to a separate department for a large agency).  Once joined, the
 
    <a href="/members">&ldquo;member project&rdquo;</a> receives most of
 
    the benefits of existing as a non-profit corporate entity without
 
    actually having to form and maintain one.  Conservancy aggregates the
 
    work of running a FLOSS non-profit for <a href="/members/current/">its
 
    many members</a>.</p>
 

	
 
<p>The Conservancy provides a large group of important services for its
...
 
@@ -32,25 +32,25 @@
 
<p>If the member project's leaders want, Conservancy can also hold other
 
  assets and titles on behalf of the projects, such as copyrights,
 
  trademarks, domain names, online hosting accounts, title and ownership
 
  of physical hardware.  Also at discretion of the project's leaders,
 
  Conservancy can assist in defending the rights represented in these
 
  assets.  For example, Conservancy is available to assist member projects
 
  in enforcing the terms of the projects' FLOSS license.</p>
 

	
 
<p>Finally, developers of Conservancy's member projects, when operating in
 
  their capacity as project leaders, receive some protection from personal
 
  liability for their work on the project.</p>
 

	
 
<p>A full and detailed <a href="/member/services/">list of Conservancy's
 
<p>A full and detailed <a href="/members/services/">list of Conservancy's
 
  services for its member projects</a> and a <a href="/members/current/">a
 
  list of Conservancy's current member projects</a> are available.</p>
 

	
 
<p>Conservancy and
 
  its <a href="/about/directors">directors</a>, <a href="/about/officers">officers</a>,
 
  and <a href="/about/staff">staff</a> believe strongly in the principles
 
  of software freedom, and believe that all users should have the right to
 
  study, improve and share their software.  Conservancy helps protect,
 
  enable, coordinate, facilitate and defend the public's right to copy,
 
  share, modify and redistribute FLOSS both non-commercially and
 
  commercially.</p>
 

	
www/conservancy/templates/frontpage.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 
{% load date_within %}
 

	
 
{% block head %}
 
<link rel="alternate" type="application/rss+xml" title="Software Freedom Conservancy News" href="/feeds/news/" />
 
{% endblock %}
 

	
 
{% block content %}
 

	
 
<h1>Welcome</h1>
 
<h1>The Software Freedom Conservancy</h1>
 

	
 
<p>The Software Freedom Conservancy is an organization composed of Free
 
and Open Source Software (FOSS) projects. As a fiscal sponsor for FOSS
 
projects, the Conservancy provides member projects with free financial
 
and administrative services, but does not involve itself with
 
technological and artistic decisions.</p>
 

	
 
<p>By joining the Conservancy, member FOSS projects obtain the benefits of
 
a formal legal structure while keeping themselves focused on software
 
development.  These benefits include, most notably, the ability to collect
 
earmarked project donations and protection from personal liability for the
 
developers of the project.  Another benefit of joining the Conservancy is
 
that projects can use it to hold assets, which are managed by the
 
Conservancy on behalf of and at the direction of the project.  The
 
Conservancy is a tax-exempt 501(c)(3) organization, so member projects can
 
receive tax-deductible donations to the extent allowed by law.  To make a
 
donation to the Conservancy or to its member projects,
 
please <a href="/donate/">visit our donations page</a>.</p>
 

	
 
<p>If you think your FOSS project might benefit from joining the
 
Conservancy, please <a href="/about/contact/">contact us</a>.</p>
 
<p>The Software Freedom Conservancy is a not-for-profit organization 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 &mdash; writing and improving FLOSS for the
 
  general public &mdash; while Conservancy takes care of the projects' needs that
 
  do not relate directly to software development.</p>
 

	
 
<p>
 
<span class="continued"><a href="/overview/">Overview of the Conservancy...</a></span>
 
<span class="continued"><a href="/members/">Member projects...</a></span>
 
<span class="continued"><a href="/overview/">More about Conservancy&hellip;</a></span>
 
<span class="continued"><a href="/members/">Conservancy's member projects&hellip;</a></span>
 
</p>
 

	
 
{% if press_releases.0.pub_date|date_within_past_days:30 %}
 
<div class="shaded">
 
<h2><a href="/feeds/news/" class="feedlink"><img src="/img/feed-icon-14x14.png" alt="[RSS]"/></a> <a href="/news/">Latest News</a></h2>
 
<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 %}
 
<p><a href="/news/">News Archive...</a></p>
 
</div>
 
{% endif %}
0 comments (0 inline, 0 general)