Files
Robin Davies 59e6071b74 funding.json
2024-10-16 10:35:19 -04:00

124 lines
4.2 KiB
JSON

{
"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": ""
}
]
}
}