Improved server detection
This commit is contained in:
parent
cc75eb5d18
commit
85c7bacb00
3 changed files with 87 additions and 48 deletions
|
|
@ -25,7 +25,7 @@ $platforms = [
|
|||
'BaseKit' => 'basekit',
|
||||
'BBEdit' => 'bbedit',
|
||||
'Big Cartel' => 'big-cartel',
|
||||
'blogger' => 'blogger',
|
||||
'Blogger' => 'blogger',
|
||||
'Bloom' => 'bloom',
|
||||
'Bludit' => 'bludit',
|
||||
'BunnyPress' => 'bunnypress',
|
||||
|
|
@ -48,25 +48,31 @@ $platforms = [
|
|||
'filerun' => 'filerun',
|
||||
'FlatPress' => 'flatpress',
|
||||
'Gatsby' => 'gatsby',
|
||||
'Ghost' => 'ghost',
|
||||
'gitweb' => 'gitweb',
|
||||
'gnusocial' => 'gnusocial',
|
||||
'Government Site Builder' => 'government-site-builder',
|
||||
'GravCMS' => 'gravcms',
|
||||
'grocy' => 'grocy',
|
||||
'Gruta' => 'gruta',
|
||||
'hakyll' => 'hakyll',
|
||||
'HedgeDoc - Collaborative markdown notes' => 'hedgedoc',
|
||||
'helloworld' => 'helloworld',
|
||||
'Hello, world. https://github.com/mimecuvalo/helloworld' => 'helloworld',
|
||||
'Hexo' => 'hexo',
|
||||
'honk' => 'honk',
|
||||
'Hugo' => 'hugo',
|
||||
'ian' => 'ian',
|
||||
'InterRed' => 'interred',
|
||||
'Ikiwiki' => 'ikiwiki',
|
||||
'Jekyll' => 'jekyll',
|
||||
'Joomla!' => 'joomla',
|
||||
'KeyHelp' => 'keyhelp',
|
||||
'Known https://withknown.com' => 'known',
|
||||
'KONTEXT-CMS (c) WARENFORM [www.warenform.net]' => 'kontext-cms',
|
||||
'ktistec' => 'ktistec',
|
||||
'lemoncurry' => 'lemoncurry',
|
||||
'LibreOffice' => 'libreoffice',
|
||||
'Magazine News Byte' => 'magazine-news-byte',
|
||||
'Magnet' => 'magnet',
|
||||
'mastodon' => 'mastodon',
|
||||
'Mattermost' => 'mattermost',
|
||||
'MediaWiki' => 'mediawiki',
|
||||
|
|
@ -84,7 +90,6 @@ $platforms = [
|
|||
'Org mode' => 'org-mode',
|
||||
'Org-mode' => 'org-mode',
|
||||
'Org Mode' => 'org-mode',
|
||||
'orig4' => 'orig4',
|
||||
'Osclass' => 'osclass',
|
||||
'pamphlets/vinyl-press' => 'pamphlets',
|
||||
'peertube' => 'peertube',
|
||||
|
|
@ -100,6 +105,7 @@ $platforms = [
|
|||
'Sedo' => 'sedo',
|
||||
'sitebaker' => 'sitebaker',
|
||||
'SitePad' => 'sitepad',
|
||||
'SMAR' => 'smar',
|
||||
'SPIP' => 'spip',
|
||||
'STUDIO' => 'studio',
|
||||
'Synology - Synology DiskStation' => 'synology',
|
||||
|
|
@ -116,20 +122,16 @@ $platforms = [
|
|||
'Webflow' => 'webflow',
|
||||
'WikkaWiki' => 'wikkawiki',
|
||||
'Wix.com' => 'wix.com',
|
||||
'WordPress' => 'wordpress',
|
||||
'WordPress.com' => 'wordpress',
|
||||
'WordPress' => 'wordpress',
|
||||
'Write.as' => 'write.as',
|
||||
'XAG/CMS' => 'xagcms',
|
||||
'Zim' => 'zim',
|
||||
];
|
||||
|
||||
$ap_platforms = [
|
||||
'honk' => 'honk',
|
||||
'PeerTube' => 'peertube',
|
||||
'Hugo' => 'hugo',
|
||||
'lemoncurry' => 'lemoncurry',
|
||||
'Ghost' => 'ghost',
|
||||
'Jekyll' => 'jekyll',
|
||||
'Known https://withknown.com' => 'known',
|
||||
];
|
||||
|
||||
$dfrn_platforms = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue