taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit 5beb532f0ac39052bbd84434fce1a03f11f5ad55
parent 539d8ee98190742e5f1027b0912ad12514d403eb
Author: Antoine A <>
Date:   Wed, 12 Mar 2025 09:49:48 +0100

WIP funding.json

Diffstat:
Astatic/.well-known/funding-manifests-urls | 2++
Astatic/funding.json | 70++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 72 insertions(+), 0 deletions(-)

diff --git a/static/.well-known/funding-manifests-urls b/static/.well-known/funding-manifests-urls @@ -0,0 +1 @@ +https://www.taler.net/funding.json +\ No newline at end of file diff --git a/static/funding.json b/static/funding.json @@ -0,0 +1,69 @@ +{ + "version": "v1.0.0", + "entity": { + "type": "organisation", + "role": "owner", + "name": "GNU Taler", + "email": "contact@taler.net", + "description": "We provide a free software payment system that makes privacy-friendly online transactions fast and easy", + "webpageUrl": { + "url": "https://www.taler.net" + } + }, + "projects": [ + { + "guid": "libeufin", + "name": "LibEuFin", + "description": "LibEuFin is a project providing free software tooling for European FinTech.", + "webpageUrl": { + "url": "https://docs.taler.net/libeufin" + }, + "repositoryUrl": { + "url": "https://git.taler.net/libeufin.git" + }, + "licenses": [ + "AGPL-3.0" + ], + "tags": [ + "taler", + "ebics", + "bank", + "payment" + ] + } + ], + "funding": { + "channels": [ + { + "guid": "bank", + "type": "bank", + "description": "We accept direct bank transfers. Tax deduction is possible, contact us for details." + } + ], + "plans": [ + { + "guid": "ebics-server", + "status": "active", + "name": "EBICS server", + "description": "Help us develop a free EBICS server to test EBICS clients compatibility and behavior", + "amount": 0, + "currency": "EUR", + "frequency": "one-time", + "channels": [ + "bank" + ] + }, + { + "guid": "support", + "status": "active", + "name": "Support LibEuFin development", + "amount": 0, + "currency": "EUR", + "frequency": "one-time", + "channels": [ + "bank" + ] + } + ] + } +} +\ No newline at end of file