forked from Punderthings/fossfoundation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring to use per-org sponsorships mapping/definitions (partial …
…work)
- Loading branch information
1 parent
981da48
commit 9d710ab
Showing
6 changed files
with
619 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"ericsson": "ericsson.com", | ||
"fujitsu-limited": "fujitsu.com", | ||
"hitachi-ltd": "hitachi.com", | ||
"huawei-technologies-co-ltd": "huawei.com", | ||
"intel-corporation": "intel.com", | ||
"microsoft-corporation": "microsoft.com", | ||
"nec-corporation": "nec.com", | ||
"oracle-america-inc": "oracle.com", | ||
"qualcomm-inc": "qualcomm.com", | ||
"red-hat-inc": "redhat.com", | ||
"samsung-electronics-co-ltd": "samsung.com", | ||
"tencent-holdings-limited": "tencent.com", | ||
"accenture-global-solutions-limited": "accenture.com", | ||
"beijing-baidu-netcom-science-technology-co-ltd": "baidu.com", | ||
"cisco-systems-inc": "cisco.com", | ||
"dell-technologies": "dell.com", | ||
"google-llc": "google.com", | ||
"panasonic-holdings-corporation": "panasonic.com", | ||
"renesas-electronics-corporation": "renesas.com", | ||
"sony-group-corporation": "sony.com", | ||
"toshiba-corporation": "toshiba.com", | ||
"toyota-motor-corporation": "toyota.com", | ||
"webank-co-ltd": "webank.com" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"google": "google.com", | ||
"bloomberg": "bloomberg.com", | ||
"ansys": "ansys.com", | ||
"capital-one": "capitalone.com", | ||
"indeed": "indeed.com", | ||
"red-hat": "redhat.com", | ||
"openedg-python-institute": "openedg.org", | ||
"pydantic": "pydantic.dev", | ||
"jane-street": "janestreet.com", | ||
"sentry": "sentry.io", | ||
"jetbrains": "jetbrains.com", | ||
"haystack-by-deepset": "deepset.ai", | ||
"temporal": "temporal.io", | ||
"reuven-lerner-python-training": "lerner.co.il", | ||
"elastic": "elastic.co", | ||
"infobip": "infobip.com", | ||
"us-digital-service": "usds.gov", | ||
"no-starch-press": "nostarch.com", | ||
"datadog": "datadog.com", | ||
"hudson-river-trading": "hudsonrivertrading.com", | ||
"auth0-by-okta": "okta.com", | ||
"coherence": "withcoherence.com", | ||
"hennge-japan": "hennge.com", | ||
"akamai-cloud-computing-services": "akamai.com", | ||
"telemetryhub": "telemetryhub.com", | ||
"noteable": "noteable.io", | ||
"real-python": "realpython.com", | ||
"cape-privacy": "capeprivacy.com", | ||
"six-feet-up": "sixfeetup.com", | ||
"python-engineer-development-association": "pythonic-exam.com", | ||
"sticker-mule": "stickermule.com", | ||
"netflix": "netflix.com", | ||
"lincoln-loop": "lincolnloop.com", | ||
"healthvana": "healthvana.com", | ||
"bluevine": "bluevine.com", | ||
"guidebook": "guidebook.com", | ||
"two-sigma": "twosigma.com", | ||
"quansight": "quansight.com", | ||
"dmtech-gmbh": "dm-jobs.com", | ||
"minimumdepositcasinosorg": "minimumdepositcasinos.org", | ||
"easeus-software": "easeus.com", | ||
"adimianbe-sprl": "adimian.com", | ||
"roboflow": "roboflow.com" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"20240101": { | ||
"sponsorurl": "https://github.com/cncf/landscape/blob/master/landscape.yml", | ||
"levelurl": "https://www.cncf.io/about/join/", | ||
"normalize": "true", | ||
"selector": "CNCF Members", | ||
"levels": { | ||
"first": { | ||
"name": "Platinum", | ||
"amount": "370000", | ||
"selector": "", | ||
"attr": "homepage_url", | ||
"benefits": "TODO: this should be structured data" | ||
}, | ||
"second": { | ||
"name": "Gold", | ||
"amount": "120000", | ||
"selector": "", | ||
"attr": "homepage_url", | ||
"benefits": "TODO: this should be structured data" | ||
}, | ||
"third": { | ||
"name": "Silver", | ||
"amount": "50000", | ||
"selector": "", | ||
"attr": "homepage_url", | ||
"benefits": "TODO: this should be structured data" | ||
}, | ||
"academic": { | ||
"name": "Academic", | ||
"amount": "1000", | ||
"selector": "", | ||
"attr": "homepage_url", | ||
"benefits": "TODO: this should be structured data" | ||
}, | ||
"community": { | ||
"name": "Nonprofit", | ||
"amount": "1000", | ||
"selector": "", | ||
"attr": "homepage_url", | ||
"benefits": "TODO: this should be structured data" | ||
}, | ||
"enduser": { | ||
"name": "End User Supporter", | ||
"amount": "0", | ||
"selector": "", | ||
"attr": "", | ||
"benefits": "TODO: this should be structured data" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.