Skip to content

Commit ecba847

Browse files
jasongroutCarreau
andauthored
NumFOCUS -> LF Charities changes (#772)
Co-authored-by: M Bussonnier <[email protected]>
1 parent 4c47071 commit ecba847

File tree

5 files changed

+15
-23
lines changed

5 files changed

+15
-23
lines changed

.github/workflows/validate.yml

+8-5
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# run: cp -r assets _site/assets
3535

3636
- name: Publish built site
37-
uses: actions/upload-artifact@v2
37+
uses: actions/upload-artifact@v4
3838
with:
3939
name: Built site ${{ github.run_number }}
4040
path: ./_site
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Fetch built site
51-
uses: actions/download-artifact@v2
51+
uses: actions/download-artifact@v4
5252
with:
5353
name: Built site ${{ github.run_number }}
5454
path: ./_site
@@ -67,7 +67,7 @@ jobs:
6767

6868
steps:
6969
- name: Fetch built site
70-
uses: actions/download-artifact@v2
70+
uses: actions/download-artifact@v4
7171
with:
7272
name: Built site ${{ github.run_number }}
7373
path: ./_site
@@ -76,6 +76,8 @@ jobs:
7676
run: pip install pytest-check-links
7777

7878
# TODO: we are not checking absolute links as pytest plugins does not support them
79+
# ignore github requests as we get 429 too many requests checking GitHub user profiles in about.html
80+
# ignore opensource.org since we are getting a 403 forbidden from this check run on github
7981
- name: Check links
8082
run: |
8183
pytest _site/ --check-links \
@@ -87,7 +89,8 @@ jobs:
8789
--check-links-ignore "https://twitter.com/.*" \
8890
--check-links-ignore "https://jupytercon.com" \
8991
--check-links-ignore "https://www.netapp.com" \
90-
--check-links-ignore "https://github.com/[^/]+/?$" # 429 too many requests checking GitHub user profiles in about.html
92+
--check-links-ignore "https://github.com/[^/]+/?$" \
93+
--check-links-ignore "https://opensource.org/licenses/BSD-3-Clause"
9194
9295
lighthouse:
9396

@@ -99,7 +102,7 @@ jobs:
99102
- name: Fetch repository for `lighthouserc.json`
100103
uses: actions/checkout@v2
101104
- name: Fetch built site
102-
uses: actions/download-artifact@v2
105+
uses: actions/download-artifact@v4
103106
with:
104107
name: Built site ${{ github.run_number }}
105108
path: ./_site

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.4
1+
3.3.5

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ <h2>Legal</h2>
176176
<div class="content content--wide">
177177
<img src="/assets/logos/rectanglelogo-blacktext-blackbody-blackplanets.svg" width="189" height="51" alt="Project Jupyter logo">
178178
<p>
179-
The Jupyter Trademark is registered with the U.S. Patent & Trademark Office. © {{site.time | date: '%Y' }}
179+
The Jupyter® and Jupyter Logo® trademarks are registered with the U.S. Patent & Trademark Office by <a href="https://lf-charities.org/">LF Charities</a>. © {{site.time | date: '%Y' }}
180180
</p>
181181
</div>
182182
</section>

about.html

+4-14
Original file line numberDiff line numberDiff line change
@@ -579,9 +579,9 @@
579579
donate_box:
580580
headline: Donate
581581
description:
582-
- Jupyter will always be 100% open source software, free for all to use and released under the liberal terms of the <a href="https://opensource.org/licenses/BSD-3-Clause">modified BSD license</a>. If you have found Project Jupyter to be useful in your work, research or company, please consider making a donation to the project commensurate with your resources.
583-
- All donations will be used strictly to fund the development of Project Jupyter's open source software, documentation and community. Our donations are managed by the <a href="https://numfocus.org">NumFOCUS Foundation</a>, which is the legal and fiscal umbrella for the project.
584-
- NumFOCUS is a 501(c)3 non-profit foundation; if you are subject to US Tax law, your contributions will be tax-deductible.
582+
- Jupyter will always be 100% open source software, free for all to use and released under the liberal terms of the <a href="https://opensource.org/licenses/BSD-3-Clause">modified BSD license</a>. If you have found Project Jupyter to be useful in your work, research, or company, please consider making a donation to the project commensurate with your resources.
583+
- All donations will be used strictly to fund the development of Project Jupyter's open source software, standards, documentation, and community. Our donations are managed by <a href="https://lf-charities.org/">LF Charities</a>, which is the legal and fiscal umbrella for the project. LF Charities is tax exempt under Section 501(c)(3) of the Internal Revenue Code of the United States; if you are subject to US tax law, your contributions will be tax-deductible.
584+
- Alternatively, corporations and other organizations may join the <a href="https://jupyterfoundation.org">Jupyter Foundation</a>, under the <a href="https://www.linuxfoundation.org/">Linux Foundation</a>, to support Project Jupyter and its mission. The Linux Foundation is a 501(c)(6) non-profit.
585585
---
586586

587587
{% include page-header.html
@@ -835,19 +835,9 @@ <h2 class="text-center">{{ page.donate_box.headline }}</h2>
835835
{{ graf }}
836836
</p>
837837
{% endfor %}
838-
<p>
839-
<a href="https://numfocus.org">
840-
<img src="/assets/logos/numfocus.png"
841-
class="img-responsive center-block"
842-
width=300
843-
height=100
844-
loading="lazy"
845-
alt="Numfocus - Home Page">
846-
</a>
847-
</p>
848838

849839
<div class="orange-button">
850-
<a href="https://numfocus.salsalabs.org/donate-to-jupyter/index.html" target="noopener noreferrer">
840+
<a href="https://donate.stripe.com/cN23fi1DpcJE66A6oo" target="noopener noreferrer">
851841
Support Project Jupyter
852842
</a>
853843
</div>

privacy.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ those services to process sensitive information.
4242
Jupyter has a [community page](https://jupyter.org/community) that
4343
recommends mailing lists, forums, chat rooms, and videoconference calls for
4444
users to meet and discuss Jupyter software. Some of these communities are
45-
managed by third-party companies not directly affiliated with Project Jupyter
46-
or NumFOCUS.
45+
managed by third-party companies not directly affiliated with Project Jupyter.
4746

4847
You should not need to create an account on any on those platforms to _read_ any
4948
public content. You do not need to create an account on any community

0 commit comments

Comments
 (0)