-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ZoneMinder:master' into patch-474778
- Loading branch information
Showing
8 changed files
with
114 additions
and
20 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 @@ | ||
https://zoneminder.com/funding.json |
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 @@ | ||
{ | ||
"version": "v1.0.0", | ||
"entity": { | ||
"type": "organisation", | ||
"role": "owner", | ||
"name": "ZoneMinder Inc", | ||
"email": "[email protected]", | ||
"phone": "16478835483", | ||
"description": "A Canadian corporation to hold and maintain the assets relating to the ZoneMinder CCTV project.", | ||
"webpageUrl": { | ||
"url": "https://www.zoneminder.com", | ||
"wellKnown": "https://www.zoneminder.com/.well-known/funding-manifest-urls" | ||
} | ||
}, | ||
"projects": [ | ||
{ | ||
"guid": "zoneminder", | ||
"name": "ZoneMinder", | ||
"description": "A full-featured, open source, state-of-the-art video surveillance software system.", | ||
"webpageUrl": { | ||
"url": "https://www.zoneminder.com", | ||
"wellKnown": "https://www.zoneminder.com/.well-known/funding-manifest-urls" | ||
}, | ||
"repositoryUrl": { | ||
"url": "https://github.com/zoneminder/zoneminder", | ||
"wellKnown": "https://github.com/zoneminder/zoneminder/blob/master/.well-known/funding-manifest-urls" | ||
}, | ||
"licenses": [ | ||
"GPL-v2" | ||
], | ||
"tags": [ | ||
"video", | ||
"security", | ||
"cameras" | ||
] | ||
} | ||
], | ||
"funding": { | ||
"channels": [ | ||
{ | ||
"guid": "bank", | ||
"type": "bank", | ||
"address": "Account: 5212751 Transit No: 29842 Institution: 004", | ||
"description": "" | ||
}, | ||
{ | ||
"guid": "paypal", | ||
"type": "payment-provider", | ||
"address": "[email protected]", | ||
"description": "" | ||
} | ||
], | ||
"plans": [ | ||
{ | ||
"guid": "myplan", | ||
"status": "active", | ||
"name": "Infrastructure costs, support, development", | ||
"description": "Not really sure this plan part is about.", | ||
"amount": 10000, | ||
"currency": "USD", | ||
"frequency": "yearly", | ||
"channels": [ | ||
"bank", | ||
"paypal" | ||
] | ||
} | ||
], | ||
"history": [] | ||
} | ||
} |
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