funding.json

This commit is contained in:
Robin Davies
2024-10-16 10:16:39 -04:00
parent 53a5ddd3df
commit 78c5a3e606
2 changed files with 120 additions and 70 deletions
+1
View File
@@ -0,0 +1 @@
https://github.com/rerdavies/pipedal/blob/master/funding.json
+62 -13
View File
@@ -1,5 +1,15 @@
{ {
"version": "v1.0.0", "id": 0,
"guid": "",
"version": "",
"url": "",
"meta": {},
"status": "",
"status_message": null,
"crawl_errors": 0,
"crawl_message": null,
"created_at": "0001-01-01T00:00:00Z",
"updated_at": "0001-01-01T00:00:00Z",
"entity": { "entity": {
"type": "individual", "type": "individual",
"role": "maintainer", "role": "maintainer",
@@ -12,21 +22,30 @@
"wellKnown": "https://github.com/rerdavies/pipedal/blob/main/.well-known/funding-manifest-urls" "wellKnown": "https://github.com/rerdavies/pipedal/blob/main/.well-known/funding-manifest-urls"
} }
}, },
"projects": [{ "projects": [
{
"guid": "com-twoplay-pipedal", "guid": "com-twoplay-pipedal",
"name": "The PiPedal Project", "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.", "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": { "webpageUrl": {
"url": "https://rerdavies.github.io/pipedal/", "url": "https://rerdavies.github.io/pipedal"
"wellKnown": "https://rerdavies.github.io/pipedal/.well-known/funding-manifest-urls"
}, },
"repositoryUrl": { "repositoryUrl": {
"url": "https://github.com/rerdavies/pipedal", "url": "https://github.com/rerdavies/pipedal",
"wellKnown": "https://github.com/rerdavies/pipedal/blob/main/.well-known/funding-manifest-urls" "wellKnown": "https://github.com/rerdavies/pipedal/blob/main/.well-known/funding-manifest-urls"
}, },
"licenses": ["spdx:MIT"], "licenses": [
"tags": ["audio", "effects-pedal", "guitar", "raspberry-pi", "lv2-plugin"] "spdx:MIT"
}], ],
"tags": [
"audio",
"effects-pedal",
"guitar",
"raspberry-pi",
"lv2-plugin"
]
}
],
"funding": { "funding": {
"channels": [ "channels": [
{ {
@@ -51,7 +70,10 @@
"amount": 60, "amount": 60,
"currency": "USD", "currency": "USD",
"frequency": "monthly", "frequency": "monthly",
"channels": ["mybank","github-sponsors"] "channels": [
"mybank",
"github-sponsors"
]
}, },
{ {
"guid": "developer-time", "guid": "developer-time",
@@ -61,7 +83,10 @@
"amount": 2000, "amount": 2000,
"currency": "USD", "currency": "USD",
"frequency": "monthly", "frequency": "monthly",
"channels": ["mybank","github-sponsors"] "channels": [
"mybank",
"github-sponsors"
]
}, },
{ {
"guid": "angel-plan", "guid": "angel-plan",
@@ -71,13 +96,37 @@
"amount": 0, "amount": 0,
"currency": "USD", "currency": "USD",
"frequency": "one-time", "frequency": "one-time",
"channels": ["mybank", "github-sponsors"] "channels": [
"mybank",
"github-sponsors"
]
} }
], ],
"history": [ "history": [
{"year": 2022, "income": 0, "expenses": 0, "taxes": 0, "currency": "USD", "description": ""}, {
{"year": 2023, "income": 0, "expenses": 0, "taxes": 0, "currency": "USD", "description": ""}, "year": 2022,
{"year": 2024, "income": 47.00, "expenses": 0, "taxes": 0, "currency": "USD", "description": ""} "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": ""
}
] ]
} }
} }