From 4016598931d39e0c36bad8c5262fb9c1d21cfa0b Mon Sep 17 00:00:00 2001 From: tec3 Date: Fri, 1 Nov 2024 21:19:49 +0200 Subject: [PATCH] Upload files to "/" --- funding.json | 117 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 funding.json diff --git a/funding.json b/funding.json new file mode 100644 index 0000000..746af69 --- /dev/null +++ b/funding.json @@ -0,0 +1,117 @@ +{ + "version": "v1.0.0", + "entity": { + "type": "collective", + "role": "maintainer", + "name": "tec3", + "email": "monosastutos@mail.mayfirst.org", + "phone": "", + "description": "supporting our local communities towards: the adoption, use and deployment of free software, open platforms and systems enabling digital inclusion, knowledge transfer and open data exchange.", + "webpageUrl": { + "url": "https://opencollective.com/tec3", + "wellKnown": "" + } + }, + "projects": [{ + "guid": "tec-aid", + "name": "Alpujarra Inclusion Digital", + "description": "", + "webpageUrl": { + "url": "https://minds.mayfirst.org/tec-aid" + }, + "repositoryUrl": { + "url": "https://codeberg.org/tec3/tec-aid", + "wellKnown": "" + }, + "licenses": ["spdx:ECL-2.0"], + "tags": ["digital-inclusion", "web-presence", "local-first", "valores-comunes"] + }, + { + "guid": "tec-101", + "name": "101", + "description": "repositorio por uso de herramientas ", + "webpageUrl": { + "url": "https://minds.mayfirst.org/tec-101", + "wellKnown": "" + }, + "repositoryUrl": { + "url": "https://codeberg.org/tec3/tec-101", + "wellKnown": "" + }, + "licenses": ["spdx:ECL-2.0"], + "tags": ["movil", "portatil", "web", "networking"] + +"guid": "tec-SOS", + "name": "save our systems", + "description": "outreach for FOSS in communities", + "webpageUrl": { + + "url": "https://minds.mayfirst.org/tec-sos", + "wellKnown": "" + }, + "repositoryUrl": { + "url": "https://codeberg.org/tec3/tec-sos", + "wellKnown": "" + }, + "licenses": ["spdx:ECL-2.0"], + "tags": ["movil", "portatil", "web", "networking"] + + }], + "funding": { + "channels": [ + { + "guid": "mybank", + "type": "bank", + "address": "", + "description": "Will accept direct bank transfers. Please e-mail me for details." + }, + { + "guid": "mypay", + "type": "payment-provider", + "address": "https://revolut.me/@adinfinitum", + "description": "Pay with your debit/credit card through this gateway and setup recurring subscriptions." + } + ], + "plans": [ + { + "guid": "hosting-monthly", + "status": "active", + "name": "Hosting support", + "description": "This will cover the monthly server hosting costs for the projects.", + "amount": 250, + "currency": "EUR", + "frequency": "monthly", + "channels": ["mypay"] + }, + { + "guid": "developer-time", + "status": "active", + "name": "Developer compensation", + "description": "This will cover the cost of one developer working part-time on the projects.", + "amount": 1000, + "currency": "EUR", + "frequency": "monthly", + "channels": ["mybank"] + }, + { + "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": ["mybank", "mypay"] + } + ], + "history": [ + {"year": 2020, "income": 200, "expenses": 250, "taxes": 0, "currency": "EUR", "description": "Started accepting donations for the first time."}, + {"year": 2021, "income": 100, "expenses": 150, "taxes": 0, "currency": "EUR", "description": ""}, + {"year": 2022, "income": 0, "expenses": 200, "taxes": 0, "currency": "EUR", "description": ""}, + {"year": 2023, "income": 150, "expenses": 200, "taxes": 0, "currency": "EUR", "description": ""} + ] + } +} + + +