forked from ankidroid/Anki-Android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
funding.json
120 lines (120 loc) · 4.9 KB
/
funding.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"version": "v1.0.0",
"entity": {
"type": "group",
"role": "other",
"name": "AnkiDroid Open Source Team",
"email": "[email protected]",
"description": "We are a global team of volunteers maintaining the AnkiDroid application for Android. AnkiDroid is used by millions of people worldwide, studying to be doctors, studying foreign languages, studying everything imaginable. It is an incredibly high impact open source application for Android devices.\n\nWe are seeking funding to pay for contributors and maintenance of the project, with a long-term goal of being able to support two part-time maintainers",
"webpageUrl": {
"url": "https://github.com/ankidroid"
}
},
"projects": [
{
"guid": "ankidroid",
"name": "AnkiDroid Flashcards",
"description": "AnkiDroid is used by ~3 million people worldwide, studying to be doctors, studying foreign languages, studying everything imaginable. It is an incredibly high impact open source application for Android devices.\n\nWe are seeking funding to pay for contributors and maintenance of the project, with a long-term goal of being able to support two part-time maintainers",
"webpageUrl": {
"url": "https://github.com/ankidroid/Anki-Android"
},
"repositoryUrl": {
"url": "https://github.com/ankidroid/Anki-Android"
},
"licenses": ["spdx:GPL-3.0", "spdx:AGPL-3.0"],
"tags": ["education", "productivity", "knowledge", "health", "mobile", "android"]
}
],
"funding": {
"channels": [
{
"guid": "opencollective",
"type": "other",
"address": "https://opencollective.com/ankidroid",
"description": "You can fund us via Open Collective with your debit card, credit card or PayPal account"
}
],
"plans": [
{
"guid": "oc-sponsor",
"status": "active",
"name": "Larger contribution for individuals",
"description": "Funds 1 hour of developer work per month.",
"amount": 10,
"currency": "USD",
"frequency": "monthly",
"channels": ["opencollective"]
},
{
"guid": "oc-backer",
"status": "active",
"name": "Small contribution for individuals",
"description": "Funds 30 minutes of developer work per month.",
"amount": 5,
"currency": "USD",
"frequency": "monthly",
"channels": ["opencollective"]
},
{
"guid": "oc-donation",
"status": "active",
"name": "Pay what you want: Recurring or one-time contribution",
"amount": 10,
"currency": "USD",
"frequency": "other",
"channels": ["opencollective"]
},
{
"guid": "oc-small-org",
"status": "active",
"name": "Sponsorship for Small Organizations",
"description": "Funds 10 hours of developer work per month.\n\nIf AnkiDroid benefits your students/employees, your contribution helps us continue improving the app",
"amount": 100,
"currency": "USD",
"frequency": "other",
"channels": ["opencollective"]
},
{
"guid": "oc-org",
"status": "active",
"name": "Sponsorship for Organizations",
"description": "Funds 20 hours of developer work per month.\n\nIf AnkiDroid benefits your students/employees, your contribution helps us continue improving the app",
"amount": 200,
"currency": "USD",
"frequency": "other",
"channels": ["opencollective"]
}
],
"history": [
{
"year": 2023,
"income": 22444.29,
"expenses": 22064.62,
"currency": "USD"
},
{
"year": 2022,
"income": 16438.27,
"expenses": 17278.63,
"currency": "USD"
},
{
"year": 2021,
"income": 25839.03,
"expenses": 21806.01,
"currency": "USD"
},
{
"year": 2020,
"income": 11629.57,
"expenses": 605.24,
"currency": "USD"
},
{
"year": 2019,
"currency": "USD",
"description": "AnkiDroid was not seeking funding in 2019"
}
]
}
}