Skip to content

Commit 7b05357

Browse files
authored
Merge pull request #2062 from mdparker/sponsors
Add sponsors page. merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2 parents 91ef535 + 1e2b3cd commit 7b05357

File tree

4 files changed

+49
-2
lines changed

4 files changed

+49
-2
lines changed

dlang.org.ddoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ $(SUBMENU_MANUAL
252252
$(SUBMENU_LINK_DIVIDER $(ROOT_DIR)contributors.html, Contributors)
253253
$(SUBMENU_LINK $(ROOT_DIR)foundation.html, Foundation)
254254
$(SUBMENU_LINK $(ROOT_DIR)donate.html, Donate)
255+
$(SUBMENU_LINK $(ROOT_DIR)sponsors.html, Sponsors)
255256
)
256257
NAVIGATION_DOCUMENTATION=
257258
$(SUBMENU_MANUAL

donate.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $(UL
2828

2929
$(H3 How can I donate?)
3030

31-
We welcome contributions from both organizations and individuals. Your help is highly appreciated.
31+
We $(LINK2 sponsors.html, welcome contributions) from both organizations and individuals. Your help is highly appreciated.
3232

3333
$(DONATE_ITEM Donate through PayPal, paypal,
3434

posix.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ PAGES_ROOT=$(SPEC_ROOT) 404 acknowledgements areas-of-d-usage \
359359
gsoc2011 gsoc2012 gsoc2012-template hijack howto-promote htod index install \
360360
intro-to-datetime lazy-evaluation menu migrate-to-shared mixin \
361361
orgs-using-d overview pretod rationale rdmd regular-expression resources safed \
362-
search template-comparison templates-revisited tuple \
362+
search sponsors template-comparison templates-revisited tuple \
363363
variadic-function-templates warnings wc windbg
364364

365365
# The contributors listing is dynamically generated

sponsors.dd

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
Ddoc
2+
3+
$(D_S $(TITLE),
4+
5+
$(P Development of the D programming language is driven by the passion and dedication of its users. From
6+
$(LINK2 contributors.html, submitting and reviewing pull requests) to
7+
$(WEB issues.dlang.org, reporting issues), offering help in $(HTTPS forum.dlang.org, the forums),
8+
and writing guest posts for $(HTTPS dlang.org/blog, the official blog), the members of the D
9+
community contribute as and how they can, most often for no compensation other than personal
10+
satisfaction.
11+
)
12+
13+
$(P Behind the scenes, the D Language Foundation sets priority tasks, works with partners to organize
14+
$(WEB dconf.org, the annual DConf), awards scholarships, promotes the language, and more. Here, again,
15+
members of the community keep the wheels rolling through their generous contributions.
16+
)
17+
18+
$(P On this page, we recognize some of those who have made monetary donations to the D Language Foundation.
19+
Each $(LINK2 donate.html, donation), big and small, enables us to keep working toward our goals. The
20+
list is ordered by total donation amount, descending, and is far from exhaustive. If you have donated to
21+
the D Language Foundation and want to see your name in the list, please let us know at
22+
$(LINK2 mailto:social@dlang.org, social@dlang.org).
23+
)
24+
25+
$(UL
26+
$(LI Andrei Alexandrescu)
27+
$(LI Symmetry Investments)
28+
$(LI Gerhardus Jansen)
29+
$(LI Ali Çehreli)
30+
$(LI John Hall)
31+
$(LI Jack Applegame)
32+
$(LI Emil Nicolaie Perhinschi)
33+
$(LI Sepany)
34+
$(LI Georges Robert)
35+
$(LI Alexander Bothe)
36+
$(LI Unity Technologies ApS)
37+
$(LI Jared Hanson)
38+
$(LI Zhang Zongren)
39+
$(LI D. Gilliland)
40+
$(LI Sebastian Wilzbach)
41+
)
42+
43+
)
44+
45+
Macros:
46+
TITLE=D Language Foundation Sponsors

0 commit comments

Comments
 (0)