-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
funding.json
124 lines (123 loc) · 4.24 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
121
122
123
124
{
"version": "v1.0.0",
"entity": {
"type": "individual",
"role": "maintainer",
"name": "Robin E. R. Davies",
"email": "rerdavies@gmail.com",
"phone": "1-613-857-8382",
"description": "I'm a developer, and jazz musician, interested in developing Raspbery Pi software for use in live performance.\n\nPiPedal started as a pandemic project, to see if I could build what I wanted to use when I perform. It has since grown into something beautiful and true, so I would like to make it available for everyone.",
"webpageUrl": {
"url": "https://github.com/rerdavies",
"wellKnown": "https://github.com/rerdavies/pipedal/raw/main/.well-known/funding-manifest-urls"
}
},
"projects": [
{
"guid": "com-twoplay-pipedal",
"name": "The PiPedal Project",
"description": "PiPedal is a guitar stomp box that runs on a Raspberry Pi (Raspberry Pi 4 or later). PiPedal is controlled remotely via a web application, or using the Android PiPedal Remote app.\n\nPipedal's user interface has been specifically designed with Phone and Tablet user interfaces in mind. Clip your phone or tablet onto a microphone stand, plugin your Raspberry Pi, and you're set to play!\n\nPiPedal started as Pandemic Project. I spent two years developing PiPedal full time during the pandemic. I would very much like to continue working on it full time, but I need your help to do so.",
"webpageUrl": {
"url": "https://rerdavies.github.io/pipedal",
"wellKnown": "https://rerdavies.github.io/pipedal/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/rerdavies/pipedal",
"wellKnown": "https://github.com/rerdavies/pipedal/raw/main/.well-known/funding-manifest-urls"
},
"licenses": [
"spdx:MIT"
],
"tags": [
"audio",
"effects-pedal",
"guitar",
"raspberry-pi",
"lv2-plugin"
]
}
],
"funding": {
"channels": [
{
"guid": "mybank",
"type": "bank",
"address": "",
"description": "Will accept direct bank transfers. Please e-mail me for details."
},
{
"guid": "github-sponsors",
"type": "payment-provider",
"address": "https://github.com/sponsors/rerdavies",
"description": "Pay with your debit/credit card through through GitHub Sponsors, or set up a monthly payment play.."
}
],
"plans": [
{
"guid": "hosting-monthly",
"status": "active",
"name": "Hosting support",
"description": "This will cover the monthly server hosting costs for the projects.",
"amount": 60,
"currency": "USD",
"frequency": "monthly",
"channels": [
"mybank",
"github-sponsors"
]
},
{
"guid": "developer-time",
"status": "active",
"name": "Developer compensation",
"description": "This will cover the cost of one developer working full-time on the projects.",
"amount": 2000,
"currency": "USD",
"frequency": "monthly",
"channels": [
"mybank",
"github-sponsors"
]
},
{
"guid": "angel-plan",
"status": "active",
"name": "Goodwill plan",
"description": "Pay anything you wish to show your goodwill for the project.",
"amount": 0,
"currency": "USD",
"frequency": "one-time",
"channels": [
"mybank",
"github-sponsors"
]
}
],
"history": [
{
"year": 2022,
"income": 0,
"expenses": 0,
"taxes": 0,
"currency": "USD",
"description": ""
},
{
"year": 2023,
"income": 0,
"expenses": 0,
"taxes": 0,
"currency": "USD",
"description": ""
},
{
"year": 2024,
"income": 47,
"expenses": 0,
"taxes": 0,
"currency": "USD",
"description": ""
}
]
}
}