dde4afdd11
As part of the transition to have the canonical URL for member projects be "projects" instead of "members", rename the directories. The following rewrite rule will be needed in Apache configuration now: RewriteRule ^/?members?/index.html$ supporter/ [L, R] RewriteRule ^/?members?/(.+)$ projects/$1 [L, R] RewriteRule ^/?members?/?$ supporter/ [L, R]
22 lines
957 B
HTML
22 lines
957 B
HTML
{% extends "base_projects.html" %}
|
|
{% block subtitle %}Project Membership in {% endblock %}
|
|
{% block content %}
|
|
|
|
<h1>Conservancy's Projects</h1>
|
|
|
|
<p>A major component of Conservancy's work to advance software freedom is
|
|
through its work to provide
|
|
non-profit <a href="/projects/services/">infrastructure and services</a>
|
|
to
|
|
<a href="/projects/current/">its member projects</a>. Conservancy's goal
|
|
is to handle all the parts of advocacy, leadership, organization and
|
|
coordination other than actual development of the software and
|
|
documentation. By handling all these details, Conservancy allows its
|
|
member project developers to focus on what they do best: writing,
|
|
improving and documenting FLOSS.</p>
|
|
|
|
<p>Project leaders who believe that their project might benefit from
|
|
Conservancy's <a href="/members/services/">member project services</a>
|
|
are encouraged to <a href="/members/apply/">apply for
|
|
membership</a>.</p>
|
|
{% endblock %}
|