Skip to content

Add funding.json #155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default async function (eleventyConfig) {
"assets/js": "js",
"assets/favicon": "favicon",
"assets/manifest.json": "manifest.json",
"assets/funding.json": "funding.json",
});

eleventyConfig.setTemplateFormats([
Expand Down
105 changes: 105 additions & 0 deletions assets/funding.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
{
"version": "v1.0.0",
"entity": {
"type": "organisation",
"role": "owner",
"name": "Open Web Docs",
"email": "[email protected]",
"phone": "",
"description": "Open Web Docs is a community of web developers, standards makers, and technology companies that considers web platform documentation to be critical digital infrastructure, and we work cooperatively to ensure its long-term health.",
"webpageUrl": {
"url": "https://openwebdocs.org"
}
},
"projects": [
{
"guid": "bcd-collector",
"name": "BCD Collector",
"description": "Data collection service for MDN's browser-compat-data",
"webpageUrl": {
"url": "https://openwebdocs.org"
},
"repositoryUrl": {
"url": "https://github.com/openwebdocs/mdn-bcd-collector",
"wellKnown": "https://github.com/openwebdocs/mdn-bcd-collector/blob/main/.well-known/funding-manifest-urls"
},
"licenses": [
"apache-2.0"
],
"tags": [
"compat-data",
"data",
"web-platform",
"web-development"
]
}
],
"funding": {
"channels": [
{
"guid": "owd-osc",
"type": "payment-provider",
"address": "https://opencollective.com/open-web-docs",
"description": ""
},
{
"guid": "owd-github",
"type": "payment-provider",
"address": "https://github.com/sponsors/openwebdocs",
"description": ""
}
],
"plans": [
{
"guid": "owd-platinum",
"status": "active",
"name": "Platinum Yearly Sponsor",
"description": "",
"amount": 250000,
"currency": "USD",
"frequency": "yearly",
"channels": [
"owd-osc"
]
},
{
"guid": "owd-gold",
"status": "active",
"name": "Gold Yearly Sponsor",
"description": "",
"amount": 25000,
"currency": "USD",
"frequency": "yearly",
"channels": [
"owd-osc"
]
},
{
"guid": "owd-silver",
"status": "active",
"name": "Silver Yearly Sponsor",
"description": "",
"amount": 5000,
"currency": "USD",
"frequency": "yearly",
"channels": [
"owd-osc"
]
},
{
"guid": "owd-monthly",
"status": "active",
"name": "Monthly supporter",
"description": "",
"amount": 10,
"currency": "USD",
"frequency": "monthly",
"channels": [
"owd-osc",
"owd-github"
]
}
],
"history": []
}
}