From caa0ff7b861d715e6de5d9af3173141bacadfd9e 2024-02-26 22:25:05 From: Ben Sturmfels Date: 2024-02-26 22:25:05 Subject: [PATCH] Load JS through Django's staticfiles app This avoids the need for adjustments during development and allows production to be served under a single /static declaration in Apache. --- diff --git a/conservancy/static/sustainer/original-supporter-appeal.html b/conservancy/static/sustainer/original-supporter-appeal.html index ef2c5913cd62711fb170e1127d8c98cc866cbfea..7aae27c0ed13015f82418bab6ed87ea948508dc1 100644 --- a/conservancy/static/sustainer/original-supporter-appeal.html +++ b/conservancy/static/sustainer/original-supporter-appeal.html @@ -1,9 +1,11 @@ {% extends "base_conservancy.html" %} +{% load static %} + {% block subtitle %}Support Conservancy - {% endblock %} {% block category %}supporter{% endblock %} {% block head %} - + {% endblock %} @@ -21,10 +23,10 @@

via PayPal, ACH, or credit card.

via PayPal, ACH, or credit card.

- +
-

Wire Transfer

-

Paper Check

Send paper check for $120 to:
Software Freedom Conservancy, Inc.
137 MONTAGUE ST STE 380
BROOKLYN, NY 11201-3548   USA
- Please write SUPPORTER and t-shirt size in memo line. + Please write SUPPORTER and t-shirt size in memo line.
@@ -55,7 +57,7 @@

Software Freedom Conservancy is an essential organization to free and open source software. We are the home of over -30 projects like +30 projects like Git, Inkscape, Samba, Wine, Selenium, the GPL Compliance Project for Linux @@ -88,13 +90,13 @@ conferences, and publish materials to increase understanding about the organizational, community and legal issues around free and open source software. We advocate for free and open source software and provide education around that mission. We form partnerships across our -communities to work more effectively. Check out copyleft.org -or sign up to join the tax exempt working group. -

  • we seek to solve problems for the public through free and open +
  • we seek to solve problems for the public through free and open source software. We've launched a nonprofits accounting project to help all @@ -112,9 +114,9 @@ of dollars in licensing fees for subpar accounting software.
  • * -

    As an organization, we try to do everything transparently; even +

    As an organization, we try to do everything transparently; even our - internal policies are published and available for scrutiny.

    @@ -161,7 +163,7 @@ internal policies are published and available for scrutiny.

    Should we list you publicly as a Conservancy Supporter? Yes No
    - + Yes diff --git a/conservancy/templates/base_conservancy.html b/conservancy/templates/base_conservancy.html index e3a3a88ea97f14c7c174081326955fc891d36e67..ccc9ccc73e628a2ad3c6dd4297935771a80928f9 100644 --- a/conservancy/templates/base_conservancy.html +++ b/conservancy/templates/base_conservancy.html @@ -15,8 +15,8 @@ - - + + {% block head %}{% endblock %} diff --git a/conservancy/templates/supporter/index.html b/conservancy/templates/supporter/index.html index 3f29eddecb773776e22b1d8fec18a987e10084ee..0a3a07de73aedb0d75ac54c85a4b2c13e94b3fa8 100644 --- a/conservancy/templates/supporter/index.html +++ b/conservancy/templates/supporter/index.html @@ -4,7 +4,7 @@ {% block category %}sustainer{% endblock %} {% block head %} - + {% include "opengraph_partial.html" with url="/sustainer/" title="Support Conservancy!" description="Software freedom is critical to many of today’s most pressing social issues, but it’s only effective when FOSS is for everyone. Support Conservancy today to help make that happen!" %} {% include "opengraph_urllist_partial.html" with property='image' urls='' fallback='/img/conservancy-logo.png' %} @@ -175,7 +175,7 @@ can provide solid FOSS replacements to proprietary technologies for all of us.Our staff has been presenting and speaking about software freedom all year. Our Executive Director Karen Sandler received an honorary doctorate from Katholieke Universiteit Leuven for her incredible work in FOSS leadership, and -her advocacy and pursuit of software freedom and rights for all. +her advocacy and pursuit of software freedom and rights for all. In November she spoke at SFSCON about "The History of, and Path forward for, Copyleft and the GPL".