From 99e8291eff39236c3027fc4ef30ce8456c4df273 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Tue, 27 Oct 2020 09:46:26 +1100 Subject: [PATCH] Update technologies.json --- src/technologies.json | 56 +++++++++++++++++++++++++++---------------- 1 file changed, 35 insertions(+), 21 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index c43791e95..d25818a3b 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -8059,7 +8059,7 @@ 2 ], "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", "cookies": { "_mastodon_session": "" @@ -8521,13 +8521,13 @@ "cats": [ 2 ], - "description": "Federated social network", - "website": "https://join.misskey.page/en/", + "description": "Misskey is a distributed microblogging platform.", + "website": "https://join.misskey.page/", "icon": "Misskey.svg", - "html": [ - "", - "" - ] + "meta": { + "application-name": "Misskey" + } + "html": "" }, "Miva": { "cats": [ @@ -10009,13 +10009,17 @@ "cats": [ 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", "website": "https://joinpeertube.org/", - "html": [ - "", - "

We are sorry but it seems that PeerTube is not compatible with your web browser\\.

" - ] + "meta": { + "og:platform": "^PeerTube$" + }, + "dom": { + "p": { + "text": "^We are sorry but it seems that PeerTube is not compatible with your web browser\\.$" + } + } }, "Pelican": { "cats": [ @@ -10231,12 +10235,17 @@ "cats": [ 2 ], - "description": "Federated photo sharing service", + "description": "PixelFed is an activitypub based image sharing platform.", "website": "https://pixelfed.org", "icon": "PixelFed.svg", - "html": [ - "]*title=\"version ([0-9.]+)\"[^>]*>Powered by Pixelfed\\;version:\\1" - ], + "dom": { + "a[href='https://pixelfed.org'][title*='version']": { + "attributes": { + "title": "^version ([0-9.]+)$\\;version:\\1" + }, + "text": "^Powered by Pixelfed$" + } + }, "implies": [ "Laravel" ] @@ -10318,12 +10327,17 @@ "cats": [ 2 ], + "description": "Pleroma is a free, federated social networking server built on open protocols.", "website": "https://pleroma.social/", "icon": "Pleroma.svg", - "html": [ - "Pleroma", - "" - ] + "dom": { + "title": { + "text": "^Pleroma$" + }, + "noscript": { + "text": "^To use Pleroma, please enable JavaScript.$" + } + } }, "Plesk": { "cats": [ @@ -16864,4 +16878,4 @@ "website": "https://www.xt-commerce.com" } } -} \ No newline at end of file +}