Skip to content

Commit 7737151

Browse files
authored
Merge pull request #13805 from bjester/funding-json
Add funding.json manifest to Kolibri for submission to FLOSS fund
2 parents bf8ec46 + 50f6b8f commit 7737151

File tree

1 file changed

+137
-0
lines changed

1 file changed

+137
-0
lines changed

funding.json

Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
{
2+
"version": "v1.0.0",
3+
4+
"entity": {
5+
"type": "organisation",
6+
"role": "owner",
7+
"name": "Learning Equality",
8+
"email": "[email protected]",
9+
"description": "Learning Equality is committed to enabling every person in the world to achieve a quality basic education, through supporting the creation and distribution of open educational resources, and facilitating their use around the world. Through this work, we aim to build a new, open, and fundamentally student-centered educational model, and ultimately promote human flourishing.",
10+
"webpageUrl": {
11+
"url": "https://learningequality.org",
12+
"wellKnown": "https://learningequality.org/.well-known/funding-manifest-urls"
13+
}
14+
},
15+
16+
"projects": [{
17+
"guid": "kolibri",
18+
"name": "Kolibri",
19+
"description": "The Kolibri Learning Platform is an offline-first platform for teaching and learning with technology without requiring the Internet.",
20+
"webpageUrl": {
21+
"url": "https://learningequality.org/kolibri/about-kolibri/",
22+
"wellKnown": "https://learningequality.org/.well-known/funding-manifest-urls"
23+
},
24+
"repositoryUrl": {
25+
"url": "https://github.com/learningequality/kolibri"
26+
},
27+
"licenses": ["spdx:MIT"],
28+
"tags": ["education", "knowledge", "mobility", "web-development"]
29+
}],
30+
31+
"funding": {
32+
"channels": [
33+
{
34+
"guid": "github-sponsors",
35+
"type": "other",
36+
"address": "https://github.com/sponsors/learningequality",
37+
"description": "Join us in supporting the sustainability of our work through code contributions or sponsorships."
38+
},
39+
{
40+
"guid": "learningequality-donate",
41+
"type": "other",
42+
"address": "https://learningequality.org/donate/",
43+
"description": "Through our open-source products and initiatives we support underserved communities without the Internet with quality tech-enabled learning experiences. Your generous support can help us reshape the narrative for learners and educators in rural schools, refugee camps, correctional facilities, and out-of-school programs around the world, from Jordan to Honduras, India to Uganda. Join us in breaking educational barriers—your support fuels a global movement for a future where everyone can thrive!"
44+
},
45+
{
46+
"guid": "every-org",
47+
"type": "payment-provider",
48+
"address": "https://www.every.org/learningequality",
49+
"description": "Through our open-source products and initiatives we support communities without the Internet with quality tech-enabled learning. Your support can help us reshape the narrative for learners and educators in rural schools, refugee camps, correctional facilities, and out-of-school programs around the world. Every.org accepts a wide variety of donation methods, including credit cards, bank transfers, digital wallets, PayPal, Venmo, cryptocurrency, stocks, and Donor Advised Funds (DAFs)."
50+
},
51+
{
52+
"guid": "check",
53+
"type": "cheque",
54+
"address": "Payable to: Learning Equality c/o Jamie Alexandre; Address: 9700 Gilman Dr. PMB 323, La Jolla, CA 92093",
55+
"description": "Through our open-source products and initiatives we support underserved communities without the Internet with quality tech-enabled learning experiences. Your generous support can help us reshape the narrative for learners and educators in rural schools, refugee camps, correctional facilities, and out-of-school programs around the world, from Jordan to Honduras, India to Uganda. Join us in breaking educational barriers—your support fuels a global movement for a future where everyone can thrive!"
56+
}
57+
],
58+
59+
"plans": [
60+
{
61+
"guid": "any-time",
62+
"status": "active",
63+
"name": "Building equity in education with every contribution",
64+
"description": "Join us in breaking educational barriers—your support fuels a global movement for a future where everyone can thrive!",
65+
"amount": 0,
66+
"currency": "USD",
67+
"frequency": "one-time",
68+
"channels": [
69+
"github-sponsors",
70+
"learningequality-donate",
71+
"every-org",
72+
"check"
73+
]
74+
},
75+
{
76+
"guid": "github-sponsors-1",
77+
"status": "active",
78+
"name": "$1 a month",
79+
"description": "Access 100,000 learning resources free to use in Kolibri. Show your support by helping learners around the globe.",
80+
"amount": 1,
81+
"currency": "USD",
82+
"frequency": "monthly",
83+
"channels": [
84+
"github-sponsors"
85+
]
86+
},
87+
{
88+
"guid": "github-sponsors-10",
89+
"status": "active",
90+
"name": "$10 a month",
91+
"description": "Covers the cost of a day of online hosting for our library of free learning resources, for distribution offline.",
92+
"amount": 10,
93+
"currency": "USD",
94+
"frequency": "monthly",
95+
"channels": [
96+
"github-sponsors"
97+
]
98+
},
99+
{
100+
"guid": "github-sponsors-25",
101+
"status": "active",
102+
"name": "$25 a month",
103+
"description": "Helps us maintain and release fixes and improvements to our collection of open source platforms and libraries.",
104+
"amount": 25,
105+
"currency": "USD",
106+
"frequency": "monthly",
107+
"channels": [
108+
"github-sponsors"
109+
]
110+
},
111+
{
112+
"guid": "github-sponsors-100",
113+
"status": "active",
114+
"name": "$100 a month",
115+
"description": "Makes a new collection of learning materials to help children learn in their own language available for use on Kolibri.",
116+
"amount": 100,
117+
"currency": "USD",
118+
"frequency": "monthly",
119+
"channels": [
120+
"github-sponsors"
121+
]
122+
},
123+
{
124+
"guid": "github-sponsors-1000",
125+
"status": "active",
126+
"name": "$1,000 a month",
127+
"description": "Share your ideas for future Kolibri development with the Learning Equality Product Lead by joining a 30 minute Q&A session. Help us deepen Kolibri's reach and impact!",
128+
"amount": 1000,
129+
"currency": "USD",
130+
"frequency": "monthly",
131+
"channels": [
132+
"github-sponsors"
133+
]
134+
}
135+
]
136+
}
137+
}

0 commit comments

Comments
 (0)