diff --git a/www/conservancy/feeds.py b/www/conservancy/feeds.py index 77f626f13ab00323622a73bd89467714c66dda3b..7c0ce52004f11dacda41e381a91be46559842823 100644 --- a/www/conservancy/feeds.py +++ b/www/conservancy/feeds.py @@ -71,14 +71,14 @@ class OmnibusFeed(ConservancyFeedBase): title_template = "feeds/omnibus_title.html" description_template = "feeds/omnibus_description.html" author_email = "info@sfconservancy.org" - author_link = "http://sfconservancy.org/" + author_link = "https://sfconservancy.org/" author_name = "Software Freedom Conservancy" def item_enclosure_mime_type(self): return "audio/mpeg" def item_enclosure_url(self, item): if hasattr(item, 'mp3_path'): - return "http://sfconservancy.org" + item.mp3_path + return "https://sfconservancy.org" + item.mp3_path def item_enclosure_length(self, item): if hasattr(item, 'mp3_path'): return item.mp3_length @@ -93,7 +93,7 @@ class OmnibusFeed(ConservancyFeedBase): return "Software Freedom Conservancy" def item_author_link(self, obj): - return "http://sfconservancy.org" + return "https://sfconservancy.org" def item_author_email(self, item): if item.omnibus_type == "news": diff --git a/www/conservancy/static/about/eval-committee/index.html b/www/conservancy/static/about/eval-committee/index.html index a423af6f93022ec4ec3a7c169c8980cce3ca4358..69e63b4299d86195d1bf999ed318e589c8adb29a 100644 --- a/www/conservancy/static/about/eval-committee/index.html +++ b/www/conservancy/static/about/eval-committee/index.html @@ -7,10 +7,10 @@

The Evaluation Committee evaluates projects that have applied to become members of Conservancy. - Conservancy's Board of - Directors formally - charters and authorizes this Committee to offer membership to - projects that apply + Conservancy's Board of + Directors formally + charters and authorizes this Committee to offer membership to + projects that apply for membership in Conservancy.

Jeremy Allison

diff --git a/www/conservancy/static/about/license/index.html b/www/conservancy/static/about/license/index.html index 572c55be1217d11e8e36900444476f263d240254..d7afcd221bca6810e829d10d031755e01d2fadb0 100644 --- a/www/conservancy/static/about/license/index.html +++ b/www/conservancy/static/about/license/index.html @@ -14,13 +14,13 @@ gitorious.

The documents on this website are - licensed as CC-By-SA-3.0 + licensed as CC-By-SA-3.0 Unported. In some cases, the documents are dual-licensed (AGPLv3-or-later|CC-By-SA-3.0-Unported-or-later), to make it more convenient to intermix the document with code.

Conservancy's Logo is also licensed - under CC-By-SA-3.0 + under CC-By-SA-3.0 USA. A Conservancy logo package in ZIP format is available, which includes high quality SVG, PNG and other formats.

diff --git a/www/conservancy/static/donate/index.html b/www/conservancy/static/donate/index.html index 20a039633d07d0e785160378ad287d05ade36448..4bb847b9fc9ac135ae57aa53271567f64d7c9bec 100644 --- a/www/conservancy/static/donate/index.html +++ b/www/conservancy/static/donate/index.html @@ -50,11 +50,11 @@ function validateAmount(amount){

Donate via Flattr

-Flattr is a social micro-payment system that allows users to make donations via the web. Like Google Checkout, Flattr does not charge any processing fees on donations to Conservancy. If you are a Flattr user and you would like to "flattr" Conservancy with a donation, click on the button below: +Flattr is a social micro-payment system that allows users to make donations via the web. Like Google Checkout, Flattr does not charge any processing fees on donations to Conservancy. If you are a Flattr user and you would like to "flattr" Conservancy with a donation, click on the button below:

- -Flattr us! + +Flattr us! diff --git a/www/conservancy/static/members/apply/index.html b/www/conservancy/static/members/apply/index.html index 129582b286b0e9f90aacadc3667e9212fd72d51a..8f74470457eb0b4634c0d3c3530c175fb8e09df7 100644 --- a/www/conservancy/static/members/apply/index.html +++ b/www/conservancy/static/members/apply/index.html @@ -31,12 +31,12 @@

I sent in my inquiry letter and/or application a long time ago. Why haven't you replied?

Conservancy receives an overwhelming level of interest and we have very few - staff positions to + staff positions to meet the interest and demand - for Conservancy's + for Conservancy's services to its member projects. Meanwhile, Conservancy always prioritizes needs of - its existing member + its existing member projects over new inquiries and applications. Therefore, it sometimes can take quite a while to finish the application process and be offered membership, but please note that such delays mean that should @@ -70,10 +70,10 @@ Source license by the Open Source Initiative. All software documentation for the project should be licensed under a license on the preceding lists, or under Creative - Commons' CC-By-SA - or CC-By + Commons' CC-By-SA + or CC-By or - CC-0. + CC-0.

  • The project should have an existing, vibrant, diverse community that develops and documents the software. For example, projects @@ -224,7 +224,7 @@ form their own independent tax-exempt non-profit.

    Conservancy processes to Conservancy's general fund, which primarily is used to pay staff. (Details on how Conservancy spends its funds, including salaries of key employees, can be found - in Conservancy's + in Conservancy's annual filings.)

    Historically, Conservancy allowed projects to give less or nothing at diff --git a/www/conservancy/static/members/services/index.html b/www/conservancy/static/members/services/index.html index e50772977247fa49f25ec1035dc8b7ffdbfc6dab..f82dd94e8a2df1d0464c342c12d1f25dc753ec39 100644 --- a/www/conservancy/static/members/services/index.html +++ b/www/conservancy/static/members/services/index.html @@ -137,7 +137,7 @@ burden on behalf of its projects.

    Those familiar with non-profit terminology will recognize most of these services - as fiscal + as fiscal sponsorship services. This term is not particularly well known in the FLOSS community, and many are confused by that term. However, if you are familiar with what a fiscal sponsor typically does diff --git a/www/conservancy/templates/base_conservancy.html b/www/conservancy/templates/base_conservancy.html index 739f1cf500588e8428169715169b0fd45911ab0e..61d28ef60610cb4641626f5b8462ac2eaf3284b2 100644 --- a/www/conservancy/templates/base_conservancy.html +++ b/www/conservancy/templates/base_conservancy.html @@ -34,14 +34,14 @@

    Main Page | Contact | Sponsors | Privacy Policy | RSS Feed

    Follow Conservancy - on identi.ca - and twitter. - - Flattr us!

    + on identi.ca + and twitter. + + Flattr us!

    diff --git a/www/conservancy/templates/feeds/omnibus_description.html b/www/conservancy/templates/feeds/omnibus_description.html index f86d7e1087bddd60e36b9aff6a968cb573210681..d612f7fe3f62ee567bfac6d187135d7b501f6ad5 100644 --- a/www/conservancy/templates/feeds/omnibus_description.html +++ b/www/conservancy/templates/feeds/omnibus_description.html @@ -1,10 +1,10 @@ {% ifequal obj.omnibus_type "news" %} -

    A news item from Software Freedom Conservancy.

    +

    A news item from Software Freedom Conservancy.

    {% endifequal %} {% ifequal obj.omnibus_type "event" %} -

    An upcoming event related to the Software Freedom Conservancy.

    +

    An upcoming event related to the Software Freedom Conservancy.

    {% endifequal %} {% ifequal obj.omnibus_type "blog" %} -

    A blog post from Software Freedom Conservancy.

    +

    A blog post from Software Freedom Conservancy.

    {% endifequal %} {% include obj.omnibus_feed_description_template %} diff --git a/www/conservancy/templates/frontpage.html b/www/conservancy/templates/frontpage.html index 91ecb13b152427e5f9c6706bab28284850892717..01820639d90cf4df5d67a6a9f12781df9231d58b 100644 --- a/www/conservancy/templates/frontpage.html +++ b/www/conservancy/templates/frontpage.html @@ -38,12 +38,12 @@ blog posts.

    You can also follow Conservancy - on identi.ca - and twitter.

    + on identi.ca + and twitter.

    -

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