Skip to content

Commit 29b849d

Browse files
authored
Update funding.json with new version and entity info
1 parent ee985a1 commit 29b849d

1 file changed

Lines changed: 9 additions & 15 deletions

File tree

funding.json

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,18 @@
11
{
22
"$schema": "https://fundingjson.org/schema/v1.1.0.json",
3-
4-
// Optional. Version of the manifest contents.
5-
"version": "v1.0.0",
6-
7-
// Required. The entity associated with the project, soliciting funds.
8-
// This can be an individual, organisation, community etc.
3+
"version": "v1.1.0",
94
"entity": {
10-
"type": "", // Required. [individual, group, organisation, other]. Use the closest approximation.
11-
"role": "", // Required. [owner, steward, maintainer, contributor, other]. Use the closest approximation.
12-
"name": "", // Required. Name of the entity. Max len 250.
13-
"email": "", // Required. Max len 250.
14-
"phone": "", // Optional. Generally suitable for organisations. Max len 32.
15-
"description": "", // Required. Information about the entity. Max len 2000.
5+
"type": "organisation",
6+
"role": "owner",
7+
"name": "Plone Foundation",
8+
"email": "board@plone.org",
9+
"phone": "+18055075663",
10+
"description": "The Foundation is a 501(c)(3) non-profit organization that exists to protect and promote Plone. We provide support for development and marketing, and are modelled after similar ventures, such as the Apache Software Foundation. We are the legal owner of the Plone code base, trademarks, and domain names. Our goal is to ensure Plone remains the premier open-source content management system to broaden its acceptance and visibility. The Foundation is governed by an elected Board of Directors and supported by Members, Sponsors, Plone Teams, and the global community.",
1611
"webpageUrl": {
17-
"url": "", // Required. Webpage with information about the entity. Starts with https:// or http://. Max len 250.
18-
"wellKnown": "" // Optional. If the above URL's hostname does not match the hostname of the funding.json manifest, this establishes provenance. Starts with https:// or http://. Max len 250.
12+
"url": "https://plone.org/foundation/about",
13+
"wellKnown": ""
1914
}
2015
},
21-
2216
// Optional. One or more projects for which the funding is solicited.
2317
"projects": [{
2418
"guid": "", // Required. A short unique ID for the project. Lowercase-alphanumeric-dashes only. eg: my-cool-project. Max len 32.

0 commit comments

Comments
 (0)