From 811d2b70b4fcd871f1ac3ab465605ba65bf0af0d Mon Sep 17 00:00:00 2001
From: "Bradley M. Kuhn"
Conservancy engages in copyleft compliance work in two different ways: by acting directly -on behalf of Conservancy's Member Projects who request +on behalf of Conservancy's Member Projects who request Free and Open Source License compliance efforts, and for specific, targeted member projects for communities of developers.
@@ -20,7 +20,7 @@ to give input and guidance on Conservancy's strategy in dealing with compliance issues. Thus, all Conservancy's compliance matter have full support of relevant copyright holders. -Historically, Conservancy was well-known for its ongoing license compliance efforts on behalf of its BusyBox member project. Today, Conservancy diff --git a/www/conservancy/static/css/conservancy.css b/www/conservancy/static/css/conservancy.css index 14313c57..be079553 100644 --- a/www/conservancy/static/css/conservancy.css +++ b/www/conservancy/static/css/conservancy.css @@ -337,7 +337,7 @@ span.subsectionToc { padding-left: 4em; } span.subsubsectionToc { padding-left: 6em;} .js, .js p, .js p.bibitem, .js p.bibitem-p { background-color: #cde7e9; } -body.conservancy-Members #navbar ul li.Members a, +body.conservancy-Projects #navbar ul li.Projects a, body.conservancy-news #navbar ul li.news a, body.conservancy-blog #navbar ul li.blog a, body.conservancy-About #navbar ul li.About a, diff --git a/www/conservancy/static/donate/index.html b/www/conservancy/static/donate/index.html index 1036e027..d1e912d3 100644 --- a/www/conservancy/static/donate/index.html +++ b/www/conservancy/static/donate/index.html @@ -103,10 +103,10 @@ contact <accounting@sfconservan contact <accounting@sfconservancy.org> for details.
-Finally, Conservancy also maintains directed donation programs for -its member projects. Donation links +its member projects. Donation links for these directed donation programs are typically found on the individual websites of our members.
diff --git a/www/conservancy/static/members/apply/index.html b/www/conservancy/static/members/apply/index.html index 80655da7..db99c9c5 100644 --- a/www/conservancy/static/members/apply/index.html +++ b/www/conservancy/static/members/apply/index.html @@ -1,5 +1,5 @@ -{% extends "base_members.html" %} -{% block subtitle %}Member Project Services - {% endblock %} +{% extends "base_projects.html" %} +{% block subtitle %}Project Services - {% endblock %} {% block submenuselection %}Applying{% endblock %} {% block content %} diff --git a/www/conservancy/static/members/current/index.html b/www/conservancy/static/members/current/index.html index 5cc815e3..c0ff206d 100644 --- a/www/conservancy/static/members/current/index.html +++ b/www/conservancy/static/members/current/index.html @@ -1,9 +1,9 @@ -{% extends "base_members.html" %} -{% block subtitle %}Current Member Projects - {% endblock %} +{% extends "base_projects.html" %} +{% block subtitle %}Current Projects - {% endblock %} {% block submenuselection %}Current{% endblock %} {% block content %} -Conservancy is currently home to thirty-nine member projects.
diff --git a/www/conservancy/static/members/index.html b/www/conservancy/static/members/index.html index 7e051d21..8d4f5830 100644 --- a/www/conservancy/static/members/index.html +++ b/www/conservancy/static/members/index.html @@ -1,14 +1,14 @@ -{% extends "base_members.html" %} +{% extends "base_projects.html" %} {% block subtitle %}Project Membership in {% endblock %} {% block content %} -A major component of Conservancy's work to advance software freedom is through its work to provide - non-profit infrastructure and services + non-profit infrastructure and services to - its member projects. Conservancy's goal + its member projects. 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 diff --git a/www/conservancy/static/members/services/index.html b/www/conservancy/static/members/services/index.html index 4ef7240f..f2bca569 100644 --- a/www/conservancy/static/members/services/index.html +++ b/www/conservancy/static/members/services/index.html @@ -1,4 +1,4 @@ -{% extends "base_members.html" %} +{% extends "base_projects.html" %} {% block subtitle %}Member Project Services - {% endblock %} {% block submenuselection %}Services{% endblock %} {% block content %} diff --git a/www/conservancy/templates/base_conservancy.html b/www/conservancy/templates/base_conservancy.html index 5d0dbdfc..c42f7116 100644 --- a/www/conservancy/templates/base_conservancy.html +++ b/www/conservancy/templates/base_conservancy.html @@ -31,7 +31,7 @@