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.
Refactor to make proper sponsorship data structures and parse code
- Loading branch information
1 parent
9d710ab
commit 364276b
Showing
22 changed files
with
833 additions
and
353 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
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
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
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
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
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
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
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
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,93 @@ | ||
{ | ||
"20240101": { | ||
"sponsorurl": "https://apache.org/foundation/sponsors", | ||
"levelurl": "https://apache.org/foundation/sponsorship", | ||
"normalize": "true", | ||
"levels": { | ||
"first": { | ||
"name": "platinum", | ||
"amount": "125000", | ||
"selector": "#platinum li a", | ||
"attr": "href", | ||
"benefits": { | ||
"marketing": "joint press release; case study; Success At Apache posting", | ||
"logo": "yes in two column row" | ||
} | ||
}, | ||
"second": { | ||
"name": "gold", | ||
"amount": "50000", | ||
"selector": "#gold li a", | ||
"attr": "href", | ||
"benefits": { | ||
"advisory": "dedicated ASF Sponsor Ambassador", | ||
"marketing": "ASF quote for own press release; media testimonial", | ||
"logo": "yes in three column row" | ||
} | ||
}, | ||
"third": { | ||
"name": "silver", | ||
"amount": "25000", | ||
"selector": "#silver li a", | ||
"attr": "href", | ||
"benefits": { | ||
"advisory": "ASF ambassador contact", | ||
"marketing": "listing in all press releases", | ||
"logo": "yes in four column row" | ||
} | ||
}, | ||
"fourth": { | ||
"name": "bronze", | ||
"amount": "6000", | ||
"selector": "#bronze li a", | ||
"attr": "href", | ||
"benefits": { | ||
"marketing": "listing in annual and quarterly reports", | ||
"logo": "text mention only" | ||
} | ||
}, | ||
"firstinkind": { | ||
"name": "targeted platinum", | ||
"amount": "125000", | ||
"selector": "#targetedplatinum li a", | ||
"attr": "href", | ||
"benefits": { | ||
"marketing": "joint press release; case study; Success At Apache posting", | ||
"logo": "yes" | ||
} | ||
}, | ||
"secondinkind": { | ||
"name": "targeted gold", | ||
"amount": "50000", | ||
"selector": "#targetedgold li a", | ||
"attr": "href", | ||
"benefits": { | ||
"advisory": "dedicated ASF Sponsor Ambassador", | ||
"marketing": "ASF quote for own press release; media testimonial", | ||
"logo": "yes" | ||
} | ||
}, | ||
"thirdinkind": { | ||
"name": "targeted silver", | ||
"amount": "25000", | ||
"selector": "#targetedsilver li a", | ||
"attr": "href", | ||
"benefits": { | ||
"advisory": "ASF ambassador contact", | ||
"marketing": "listing in all press releases", | ||
"logo": "yes" | ||
} | ||
}, | ||
"fourthinkind": { | ||
"name": "targeted bronze", | ||
"amount": "6000", | ||
"selector": "#targetedbronze li a", | ||
"attr": "href", | ||
"benefits": { | ||
"marketing": "listing in annual and quarterly reports", | ||
"logo": "text mention only" | ||
} | ||
} | ||
} | ||
} | ||
} |
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
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,70 @@ | ||
{ | ||
"20240101": { | ||
"sponsorurl": "https://www.drupal.org/supporters/partners", | ||
"levelurl": "https://www.drupal.org/association/supporters", | ||
"levels": { | ||
"first": { | ||
"name": "enterprise", | ||
"amount": "25000", | ||
"selector": ".sponsors--signature a", | ||
"attr": "href", | ||
"benefits": { | ||
"governance": "10 individual memberships", | ||
"events": "10 discount tickets and other discounts", | ||
"services": "branded job postings page", | ||
"marketing": "featured case study on 6 weeks/year for full year", | ||
"logo": "yes, premium spot in conferences" | ||
} | ||
}, | ||
"second": { | ||
"name": "signature", | ||
"amount": "15000", | ||
"selector": ".view-display-id-attachment_6 a", | ||
"attr": "href", | ||
"benefits": { | ||
"governance": "8 individual memberships", | ||
"events": "10 discount tickets and other discounts", | ||
"services": "4 featured job postings", | ||
"marketing": "featured case study on 4 weeks/year for ssixize months", | ||
"logo": "yes, premium spot in conferences" | ||
} | ||
}, | ||
"third": { | ||
"name": "premium", | ||
"amount": "7500", | ||
"selector": ".view-display-id-attachment_3 a", | ||
"attr": "href", | ||
"benefits": { | ||
"governance": "6 individual memberships", | ||
"events": "10 discount tickets and other discounts", | ||
"services": "7 job postings", | ||
"marketing": "featured case study on 2 weeks/year for 3 months", | ||
"logo": "yes, premium spot in conferences" | ||
} | ||
}, | ||
"fourth": { | ||
"name": "classic", | ||
"amount": "2500", | ||
"selector": ".view-display-id-attachment_1 a", | ||
"attr": "href", | ||
"benefits": { | ||
"governance": "4 individual memberships", | ||
"events": "priority support; 5 discount tickets", | ||
"services": "5 job postings", | ||
"logo": "yes" | ||
} | ||
}, | ||
"community": { | ||
"name": "community", | ||
"amount": "1000", | ||
"selector": ".view-display-id-attachment_9 a", | ||
"attr": "href", | ||
"benefits": { | ||
"governance": "2 individual memberships", | ||
"services": "2 job postings", | ||
"logo": "yes" | ||
} | ||
} | ||
} | ||
} | ||
} |
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,53 @@ | ||
{ | ||
"20240101": { | ||
"sponsorurl": "https://freebsdfoundation.org/our-donors/donors/", | ||
"levelurl": "https://freebsdfoundation.org/our-donors/freebsd-foundation-partnership-program/", | ||
"normalize": "true", | ||
"levels": { | ||
"first": { | ||
"name": "platinum", | ||
"amount": "250000", | ||
"selector": "div.freebsd-donors-list--partners > div.freebsd-donors-list--level > ul a", | ||
"attr": "href", | ||
"benefits": { | ||
"governance": "Monthly staff/board meeting", | ||
"events": "Sponsorship package and 10 tickets", | ||
"marketing": "Social mention once per month", | ||
"logo": "yes" | ||
} | ||
}, | ||
"second": { | ||
"name": "gold", | ||
"amount": "150000", | ||
"selector": "TODO none displayed yet", | ||
"attr": "href", | ||
"benefits": { | ||
"governance": "Quarterly staff/board meeting", | ||
"events": "2 tickets", | ||
"marketing": "Social mention once per quarter", | ||
"logo": "yes" | ||
} | ||
}, | ||
"third": { | ||
"name": "silver", | ||
"amount": "100000", | ||
"amountvaries": "sliding scale by number employees", | ||
"selector": "TODO none displayed yet", | ||
"attr": "href", | ||
"benefits": { | ||
"marketing": "Social mention once twice a year", | ||
"logo": "yes" | ||
} | ||
}, | ||
"firstinkind": { | ||
"name": "In Kind", | ||
"amount": "0", | ||
"selector": "TODO-requires-elementor-cruft", | ||
"attr": "href", | ||
"benefits": { | ||
"logo": "yes" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.