Update technologies.json

main
Elbert Alias 4 years ago committed by GitHub
parent ff42eff17c
commit 99e8291eff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8059,7 +8059,7 @@
2 2
], ],
"website": "https://joinmastodon.org", "website": "https://joinmastodon.org",
"description": "Federated social media platform", "description": "Mastodon is a free and open-source self-hosted social networking service.",
"icon": "Mastodon.svg", "icon": "Mastodon.svg",
"cookies": { "cookies": {
"_mastodon_session": "" "_mastodon_session": ""
@ -8521,13 +8521,13 @@
"cats": [ "cats": [
2 2
], ],
"description": "Federated social network", "description": "Misskey is a distributed microblogging platform.",
"website": "https://join.misskey.page/en/", "website": "https://join.misskey.page/",
"icon": "Misskey.svg", "icon": "Misskey.svg",
"html": [ "meta": {
"<meta name=\"application-name\" content=\"Misskey\">", "application-name": "Misskey"
"<!-- Thank you for using Misskey! @syuilo -->" }
] "html": "<!-- Thank you for using Misskey! @syuilo -->"
}, },
"Miva": { "Miva": {
"cats": [ "cats": [
@ -10009,13 +10009,17 @@
"cats": [ "cats": [
2 2
], ],
"description": "Federated video publishing platform", "description": "PeerTube is a free and open-source, decentralized, federated video platform powered by ActivityPub and WebTorrent.",
"icon": "PeerTube.svg", "icon": "PeerTube.svg",
"website": "https://joinpeertube.org/", "website": "https://joinpeertube.org/",
"html": [ "meta": {
"<meta property=\"og:platform\" content=\"PeerTube\" />", "og:platform": "^PeerTube$"
"<p>We are sorry but it seems that PeerTube is not compatible with your web browser\\.</p>" },
] "dom": {
"p": {
"text": "^We are sorry but it seems that PeerTube is not compatible with your web browser\\.$"
}
}
}, },
"Pelican": { "Pelican": {
"cats": [ "cats": [
@ -10231,12 +10235,17 @@
"cats": [ "cats": [
2 2
], ],
"description": "Federated photo sharing service", "description": "PixelFed is an activitypub based image sharing platform.",
"website": "https://pixelfed.org", "website": "https://pixelfed.org",
"icon": "PixelFed.svg", "icon": "PixelFed.svg",
"html": [ "dom": {
"<a href=\"https://pixelfed.org\"[^>]*title=\"version ([0-9.]+)\"[^>]*>Powered by Pixelfed</a>\\;version:\\1" "a[href='https://pixelfed.org'][title*='version']": {
], "attributes": {
"title": "^version ([0-9.]+)$\\;version:\\1"
},
"text": "^Powered by Pixelfed$"
}
},
"implies": [ "implies": [
"Laravel" "Laravel"
] ]
@ -10318,12 +10327,17 @@
"cats": [ "cats": [
2 2
], ],
"description": "Pleroma is a free, federated social networking server built on open protocols.",
"website": "https://pleroma.social/", "website": "https://pleroma.social/",
"icon": "Pleroma.svg", "icon": "Pleroma.svg",
"html": [ "dom": {
"<title>Pleroma</title>", "title": {
"<noscript>To use Pleroma, please enable JavaScript.</noscript>" "text": "^Pleroma$"
] },
"noscript": {
"text": "^To use Pleroma, please enable JavaScript.$"
}
}
}, },
"Plesk": { "Plesk": {
"cats": [ "cats": [
@ -16864,4 +16878,4 @@
"website": "https://www.xt-commerce.com" "website": "https://www.xt-commerce.com"
} }
} }
} }

Loading…
Cancel
Save