Skip to content

Commit

Permalink
Merge pull request #499 from metabrainz/update-funding.json
Browse files Browse the repository at this point in the history
Update funding.json
  • Loading branch information
mayhem authored Jan 20, 2025
2 parents 6f77df8 + 453687e commit 6709cbc
Showing 1 changed file with 55 additions and 47 deletions.
102 changes: 55 additions & 47 deletions metabrainz/templates/index/funding.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,108 +86,116 @@

"plans": [
{
"guid": "one-time-15",
"guid": "one-time-custom",
"status": "active",
"name": "Fifteen dollars one time donation",
"description": "A $15 one time end-user (non-commercial) donation.",
"amount": 15,
"name": "A custom one time donation",
"description": "A custom amount one time donation.",
"amount": 0,
"currency": "USD",
"frequency": "one-time",
"channels": ["paypal", "bank", "credit-card"]
},
{
"guid": "one-time-25",
"guid": "one-time-one-month",
"status": "active",
"name": "Twenty-five dollars one time donation",
"description": "A $25 one time end-user (non-commercial) donation.",
"amount": 25,
"name": "One time donation to cover one developer month",
"description": "$2500 one time support for 1 developer month",
"amount": 2500,
"currency": "USD",
"frequency": "one-time",
"channels": ["paypal", "bank", "credit-card"]
},
{
"guid": "one-time-50",
"guid": "one-time-one-quarter",
"status": "active",
"name": "Fifty dollars one time donation",
"description": "A $50 one time end-user (non-commercial) donation.",
"amount": 50,
"name": "One time donation to cover 3 developer months",
"description": "$7500 one time support for 3 developer months",
"amount": 7500,
"currency": "USD",
"frequency": "one-time",
"channels": ["paypal", "bank", "credit-card"]
},
{
"guid": "one-time-100",
"guid": "one-time-half-year",
"status": "active",
"name": "Ohe hundred dollars one time donation",
"description": "A $100 one time end-user (non-commercial) donation.",
"amount": 100,
"name": "One time donation to cover 6 developer months",
"description": "$15,000 one time support for 6 developer months",
"amount": 15000,
"currency": "USD",
"frequency": "one-time",
"channels": ["paypal", "bank", "credit-card"]
},
{
"guid": "one-time-custom",
"guid": "one-time-year",
"status": "active",
"name": "A custom one time donation",
"description": "A custom amount one time end-user (non-commercial) donation.",
"amount": 0,
"name": "One time donation to cover 1 developer year",
"description": "$30,000 one time support for 1 developer year",
"amount": 30000,
"currency": "USD",
"frequency": "one-time",
"channels": ["paypal", "bank", "credit-card"]
},
{
"guid": "monthly-15",
"guid": "monthly-custom",
"status": "active",
"name": "Fifteen dollars a month donation",
"description": "A $15 a month end-user (non-commercial) donation.",
"amount": 15,
"name": "A custom monthly donation",
"description": "A custom amount monthly donation.",
"amount": 0,
"currency": "USD",
"frequency": "monthly",
"channels": ["paypal", "credit-card"]
},
{
"guid": "monthly-25",
"guid": "repeating-one-month",
"status": "active",
"name": "Twenty-five dollars a month donation",
"description": "A $25 a month end-user (non-commercial) donation.",
"amount": 25,
"name": "Repeating donation to cover one developer month",
"description": "$2500 repeating support for 1 developer month",
"amount": 2500,
"currency": "USD",
"frequency": "monthly",
"channels": ["paypal", "credit-card"]
"channels": ["paypal", "bank", "credit-card"]
},
{
"guid": "monthly-50",
"guid": "repeating-one-quarter",
"status": "active",
"name": "Fifty dollars a month donation",
"description": "A $50 a month end-user (non-commercial) donation.",
"amount": 50,
"name": "Repeating donation to cover 3 developer months",
"description": "$7500 repeating support for 3 developer months",
"amount": 7500,
"currency": "USD",
"frequency": "monthly",
"channels": ["paypal", "credit-card"]
"frequency": "other",
"channels": ["paypal", "bank", "credit-card"]
},
{
"guid": "monthly-100",
"guid": "repeating-half-year",
"status": "active",
"name": "Ohe hundred dollars a month donation",
"description": "A $100 a month end-user (non-commercial) donation.",
"amount": 100,
"name": "Repeating donation to cover 6 developer months",
"description": "$15,000 repeating support for 6 developer months",
"amount": 15000,
"currency": "USD",
"frequency": "monthly",
"channels": ["paypal", "credit-card"]
"frequency": "other",
"channels": ["paypal", "bank", "credit-card"]
},
{
"guid": "monthly-custom",
"guid": "repeating-year",
"status": "active",
"name": "A custom monthly donation",
"description": "A custom amount monthly end-user (non-commercial) donation.",
"amount": 0,
"name": "Repeating donation to cover 1 developer year",
"description": "$30000 repeating support for 1 developer year",
"amount": 30000,
"currency": "USD",
"frequency": "monthly",
"channels": ["paypal", "credit-card"]
"frequency": "yearly",
"channels": ["paypal", "bank", "credit-card"]
}
],

"history": [
{
"year": 2024,
"income": 476337.83,
"expenses": 22709.12,
"taxes": 0,
"currency": "USD",
"description": "Profit and Loss: https://metabrainz.org/finances/files/MetaBrainz_Foundation_profit_loss_2024.pdf"
},
{
"year": 2023,
"income": 425360.68,
Expand Down

0 comments on commit 6709cbc

Please sign in to comment.