Merge pull request #4656 from nurbek91/PhotoShelter

Update PhotoShelter / CMS , ecommerce, Add PhotoShelter for Brands / Digital asset management
main
Elbert Alias 3 years ago committed by GitHub
commit 4169312ab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 990 B

@ -678,21 +678,51 @@
}, },
"PhotoShelter": { "PhotoShelter": {
"cats": [ "cats": [
1 1,
], 6
"html": [
"<!--\\s+#+ Powered by the PhotoShelter Beam platform",
"<link[^>]+c\\.photoshelter\\.com"
], ],
"description": "PhotoShelter is a cloud storage service that doubles as a website and ecommerce platform for photographers.",
"icon": "PhotoShelter.png", "icon": "PhotoShelter.png",
"implies": [ "implies": [
"PHP", "PHP",
"MySQL", "MySQL",
"jQuery" "jQuery"
], ],
"dom": "link[href*='.c.photoshelter.com']",
"scripts": "\\.psecn\\.photoshelter\\.com/",
"url": "photoshelter\\.com", "url": "photoshelter\\.com",
"saas": true,
"pricing": [
"low",
"recurring"
],
"website": "https://www.photoshelter.com" "website": "https://www.photoshelter.com"
}, },
"PhotoShelter for Brands": {
"cats": [
95
],
"description": "PhotoShelter for Brands is a cloud-based media management system for companies and organizations.",
"icon": "PhotoShelter.png",
"excludes": "PhotoShelter",
"dom": {
"a[href*='.photoshelter.com/']": {
"attributes": {
"href": "^(?:(?!psecn).)*$"
}
},
"a[href*='brands.photoshelter.com/']": {
"attributes": {
"text": "^Powered by PhotoShelter for Brands$"
}
}
},
"saas": true,
"pricing": [
"poa"
],
"website": "https://brands.photoshelter.com"
},
"Phusion Passenger": { "Phusion Passenger": {
"cats": [ "cats": [
22 22

Loading…
Cancel
Save