-
Notifications
You must be signed in to change notification settings - Fork 1
/
funding.json
81 lines (81 loc) · 2.23 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
{
"version": "v1.0.0",
"entity": {
"type": "organisation",
"role": "owner",
"name": "DeveloPassion",
"email": "[email protected]",
"phone": "32478402993",
"description": "A software development company of 1 person based in Belgium",
"webpageUrl": {
"url": "https://github.com/knowii-oss/knowii",
"wellKnown": ""
}
},
"projects": [
{
"guid": "knowii-oss-knowii",
"name": "knowii",
"description": "An open source community knowledge management platform",
"webpageUrl": {
"url": "https://github.com/knowii-oss/knowii",
"wellKnown": ""
},
"repositoryUrl": {
"url": "https://github.com/knowii-oss/knowii",
"wellKnown": "https://github.com/knowii-oss/knowii/edit/main/funding.json"
},
"licenses": ["spdx:AGPL-3.0"],
"tags": [
"community",
"curation",
"knowledge",
"knowledge-management",
"information-management",
"sharing-information",
"sharing-platform",
"content-curation",
"sharing-is-caring"
]
}
],
"funding": {
"channels": [
{
"guid": "developassion-bank",
"type": "bank",
"address": "Please e-mail me for details",
"description": "Support DeveloPassion via bank transfer"
},
{
"guid": "developassion-paypal",
"type": "payment-provider",
"address": "https://paypal.me/developassion",
"description": "Support DeveloPassion via PayPal"
}
],
"plans": [
{
"guid": "developer-plan",
"status": "active",
"name": "Developer compensation",
"description": "Cover the time spent developing Knowii (part-time)",
"amount": 2500,
"currency": "EUR",
"frequency": "monthly",
"channels": ["developassion-bank", "developassion-paypal"]
},
{
"guid": "angel-plan",
"status": "active",
"name": "Goodwill plan",
"description": "Pay anything you wish to show your goodwill for the project.",
"amount": 0,
"currency": "EUR",
"frequency": "one-time",
"channels": ["developassion-paypal"]
}
],
"history": []
}
}