Skip to content

Commit 1ae9c3d

Browse files
committed
SFC -> RPLF
We have completed an exit agreement with SFC, so Racket is now officially supported by the Racket Programming Language Foundation.
1 parent 7539155 commit 1ae9c3d

File tree

4 files changed

+60
-37
lines changed

4 files changed

+60
-37
lines changed

www/index.html.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
◊img[#:alt "small logo" #:src "img/racket-logo.svg" #:class "logo"] Racket}}
1212

1313
div[#:class "margin-above-if-smartphone"]{
14-
link[#:class "top-button" #:id "packages" "sfc.html"]{donate}
14+
link[#:class "top-button" #:id "packages" "rplf.html"]{donate}
1515
link[#:class "top-button" #:id "docs" "https://docs.racket-lang.org/"]{docs}
1616
link[#:class "top-button" #:id "packages" "https://pkgs.racket-lang.org/"]{packages}
1717
link[#:class "top-button" #:id "download" "https://download.racket-lang.org/"]{download}
@@ -338,7 +338,7 @@ ancestor(A, B)?}}}
338338
link["friendly.html"]{Friendly Environment Policy}
339339
Applies to all Racket venues.
340340

341-
link["sfc.html"]{Software Freedom Conservancy}
341+
link["rplf.html"]{Racket Programming Language Foundation}
342342
Make a tax-deductible contribution to support our work.}}
343343
◊td{ }
344344
◊td{◊div[ #:class "disappear-if-smartphone"]{◊img/size["racket-school-2018.png" #:alt "Racket School 2018" #:size (cons 450 322)]{}}}]]}

www/rplf.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Racket</title>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
8+
<link rel="stylesheet" href="css/app.css?hash=5a623d8fa96fde7d7f8a8dc8bd5c85afa5e4e735" media="screen">
9+
<!-- link rel="stylesheet" href="css/bootstrap.min.css?hash=8c5dfbfb19daf1630258082e7cbfec15f81ecc08" media="screen"/ -->
10+
<link rel="stylesheet" href="css/styles.css?hash=addd416901c52154142538ea1abab24b457b126d" media="screen"/>
11+
<link rel="stylesheet" href="css/fonts/fonts.css?hash=e8d810b9e1d72de7cd3d2eaefab80efe643f43a0" media="screen"/>
12+
<script type="text/javascript" src="js/functions.js?hash=223d37998d0318c059da7ab5f062130b39e5b58f"></script>
13+
</head>
14+
<body>
15+
<div id="doc"><top-section> <a class="logo-anchor" href="/"><span id="logo" style="font-size:2.3rem;white-space:nowrap;"><img alt="small logo" class="logo" src="img/racket-logo.svg"/> Racket</span></a>
16+
17+
<div class="margin-above-if-smartphone"><a href="rplf.html" onclick="javascript:cancel_bubble(event)" class="top-button" id="packages">donate</a>
18+
<a href="https://docs.racket-lang.org/" onclick="javascript:cancel_bubble(event)" class="top-button" id="docs">docs</a>
19+
<a href="https://pkgs.racket-lang.org/" onclick="javascript:cancel_bubble(event)" class="top-button" id="packages">packages</a>
20+
<a href="https://download.racket-lang.org/" onclick="javascript:cancel_bubble(event)" class="top-button" id="download">download</a></div></top-section>
21+
22+
<section class="one-column-body-text" id="pull-quote"><section-content><li><p>The <b>Racket Programming Language Foundation</b> supports Racket development.</p></li></section-content></section>
23+
24+
<section class="one-column-body-text"><section-title><div>Donate</div></section-title><section-content><li><p><p>The Racket Programming Language Foundation is registered in Delaware and is recognizes as a 501(3)(c) public charity in the US.</p><p>Donations, both in-kind and monetary, are used for hosting community infrastructure, administration, educational outreach, and community events such as RacketCon and Racket School.</p></p></li><li><p>You can <a href="https://github.com/sponsors/Racket" onclick="javascript:cancel_bubble(event)">sponsor Racket</a> via GitHub.</p></li><li><p>We also accept checks drawn in US dollars from US banks. Make your check payable to “Racket Programming Language Foundation” and mail to:</p></li><li><p>Racket Programming Language Foundation<br/>2285 S Benchmark Cir<br/>Salt Lake City, UT 84109</p></li><li><p>EIN: 33-4854933</p></li><li><p>Thank you for supporting Racket!</p></li></section-content></section>
25+
</div>
26+
</body>
27+
</html>

www/rplf.html.pm

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
#lang pollen
2+
3+
◊(require (only-in "index.html.pm" top))
4+
5+
◊(top)
6+
7+
◊special-section[#:class "one-column-body-text" #:id "pull-quote"]{The ◊b{Racket Programming Language Foundation} supports Racket development.}
8+
9+
◊section[#:class "one-column-body-text"]{
10+
11+
div{Donate}
12+
13+
◊p{
14+
The Racket Programming Language Foundation is registered in Delaware and is recognizes as a 501(3)(c) public charity in the US.
15+
16+
Donations, both in-kind and monetary, are used for hosting community infrastructure, administration, educational outreach, and community events such as RacketCon and Racket School.}
17+
18+
You canlink["https://github.com/sponsors/Racket"]{sponsor Racket} via GitHub.
19+
20+
We also accept checks drawn in US dollars from US banks. Make your check payable to "Racket Programming Language Foundation" and mail to:
21+
22+
Racket Programming Language Foundation
23+
2285 S Benchmark Cir
24+
Salt Lake City, UT 84109
25+
26+
EIN: 33-4854933
27+
28+
Thank you for supporting Racket!
29+
}

www/sfc.html.pm

Lines changed: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -4,40 +4,7 @@
44

55
◊(top)
66

7-
special-section[#:class "one-column-body-text" #:id "pull-quote"]{In June 2018, Racket ◊link["https://sfconservancy.org/news/2018/jun/12/racketjoins/"]{became a member} of ◊link["https://sfconservancy.org/"]{Software Freedom Conservancy}, a nonprofit organization that promotes open-source software.
7+
p[#:class "one-column-body-text" #:id "pull-quote"]{From June 2018 until Ocotober 2025, Racket ◊link["https://sfconservancy.org/news/2018/jun/12/racketjoins/"]{was a member} of ◊link["https://sfconservancy.org/"]{Software Freedom Conservancy}, a nonprofit organization that promotes open-source software.
88
}
99

10-
◊section[#:class "one-column-body-text"]{
11-
12-
div{Donate}
13-
14-
◊p{
15-
Donations, both in-kind and monetary, are used for hosting community infrastructure, administration, educational outreach, and community events such as RacketCon and Racket School.}
16-
17-
Best option: donate via PayPal by clicking the button below.
18-
19-
◊html->xexpr{
20-
<form action="https://www.paypal.com/cgi-bin/webscr" name="paypal_form" method="post" target="_blank" onsubmit="try {return window.confirm(&quot;You are submitting information to an external page.\nAre you sure?&quot;);} catch (e) {return false;}">
21-
<input type="hidden" name="cmd" value="_s-xclick">
22-
<input type="hidden" name="hosted_button_id" value="URMNGBCTB96G2">
23-
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
24-
<a style="cursor:pointer;font-size:110%;display:inline-block;margin:1em 0;" onclick="document.paypal_form.submit()" class="top-button" id="download">Click here to donate via PayPal</a>
25-
</form>
26-
}
27-
28-
You can also ◊link["https://github.com/sponsors/Racket"]{sponsor Racket}.
29-
30-
We also accept checks drawn in US dollars from US banks. Make your check payable to "Software Freedom Conservancy, Inc." and put "Directed donation: Racket" as the memo. Mail to:
31-
32-
Software Freedom Conservancy
33-
137 Montague St #380
34-
Brooklyn NY 11201
35-
36-
EIN: 41-2203632
37-
38-
Thank you for supporting Racket!
39-
}
40-
41-
42-
43-
10+
◊p{Racket now has its own ◊link["rplf.html"]{Racket Programming Language Foundation}. See its ◊link["rplf.html"]{page} for more information.}

0 commit comments

Comments
 (0)