2022-07-05 05:04:05 +00:00
|
|
|
|
<?php
|
|
|
|
|
/**
|
2023-01-01 14:36:24 +00:00
|
|
|
|
* @copyright Copyright (C) 2010-2023, the Friendica project
|
2022-07-05 05:04:05 +00:00
|
|
|
|
*
|
|
|
|
|
* @license GNU AGPL version 3 or any later version
|
|
|
|
|
*
|
|
|
|
|
* This program is free software: you can redistribute it and/or modify
|
|
|
|
|
* it under the terms of the GNU Affero General Public License as
|
|
|
|
|
* published by the Free Software Foundation, either version 3 of the
|
|
|
|
|
* License, or (at your option) any later version.
|
|
|
|
|
*
|
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
* GNU Affero General Public License for more details.
|
|
|
|
|
*
|
|
|
|
|
* You should have received a copy of the GNU Affero General Public License
|
|
|
|
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
$platforms = [
|
|
|
|
|
'AlphaChat' => 'alphachat',
|
|
|
|
|
'AV Arcade' => 'av-arcade',
|
|
|
|
|
'BaseKit' => 'basekit',
|
|
|
|
|
'BBEdit' => 'bbedit',
|
|
|
|
|
'Big Cartel' => 'big-cartel',
|
2022-07-10 13:01:47 +00:00
|
|
|
|
'Blogger' => 'blogger',
|
2022-07-05 05:04:05 +00:00
|
|
|
|
'Bloom' => 'bloom',
|
|
|
|
|
'Bludit' => 'bludit',
|
|
|
|
|
'BunnyPress' => 'bunnypress',
|
|
|
|
|
'Contao Open Source CMS' => 'contao',
|
|
|
|
|
'castopod' => 'castopod',
|
|
|
|
|
'cgit' => 'cgit',
|
|
|
|
|
'Chevereto' => 'chevereto',
|
|
|
|
|
'ClanSphere' => 'clansphere',
|
|
|
|
|
'Claudia Content' => 'claudia-content',
|
|
|
|
|
'diaspora' => 'diaspora',
|
|
|
|
|
'DIMV' => 'dimv',
|
|
|
|
|
'Discourse' => 'discourse',
|
|
|
|
|
'Divi' => 'divi',
|
|
|
|
|
'Django-cypress' => 'django-cypress',
|
|
|
|
|
'Docutils' => 'docutils',
|
|
|
|
|
'DokuWiki' => 'dokuwiki',
|
|
|
|
|
'Drupal' => 'drupal',
|
|
|
|
|
'Element' => 'element',
|
|
|
|
|
'Eleventy' => 'eleventy',
|
|
|
|
|
'filerun' => 'filerun',
|
|
|
|
|
'FlatPress' => 'flatpress',
|
|
|
|
|
'Gatsby' => 'gatsby',
|
2022-07-10 13:01:47 +00:00
|
|
|
|
'Ghost' => 'ghost',
|
2022-07-05 05:04:05 +00:00
|
|
|
|
'gitweb' => 'gitweb',
|
|
|
|
|
'gnusocial' => 'gnusocial',
|
2022-07-10 13:01:47 +00:00
|
|
|
|
'Government Site Builder' => 'government-site-builder',
|
2022-07-05 05:04:05 +00:00
|
|
|
|
'GravCMS' => 'gravcms',
|
|
|
|
|
'grocy' => 'grocy',
|
|
|
|
|
'Gruta' => 'gruta',
|
|
|
|
|
'hakyll' => 'hakyll',
|
|
|
|
|
'HedgeDoc - Collaborative markdown notes' => 'hedgedoc',
|
2022-07-10 13:01:47 +00:00
|
|
|
|
'Hello, world. https://github.com/mimecuvalo/helloworld' => 'helloworld',
|
2022-07-05 05:04:05 +00:00
|
|
|
|
'Hexo' => 'hexo',
|
2022-07-10 13:01:47 +00:00
|
|
|
|
'Hugo' => 'hugo',
|
2022-07-05 05:04:05 +00:00
|
|
|
|
'ian' => 'ian',
|
|
|
|
|
'InterRed' => 'interred',
|
|
|
|
|
'Ikiwiki' => 'ikiwiki',
|
2022-07-10 13:01:47 +00:00
|
|
|
|
'Jekyll' => 'jekyll',
|
2022-07-05 05:04:05 +00:00
|
|
|
|
'Joomla!' => 'joomla',
|
|
|
|
|
'KeyHelp' => 'keyhelp',
|
2022-07-10 13:01:47 +00:00
|
|
|
|
'Known https://withknown.com' => 'known',
|
2022-07-05 05:04:05 +00:00
|
|
|
|
'KONTEXT-CMS (c) WARENFORM [www.warenform.net]' => 'kontext-cms',
|
|
|
|
|
'ktistec' => 'ktistec',
|
2022-07-10 13:01:47 +00:00
|
|
|
|
'lemoncurry' => 'lemoncurry',
|
2022-07-05 05:04:05 +00:00
|
|
|
|
'LibreOffice' => 'libreoffice',
|
|
|
|
|
'Magazine News Byte' => 'magazine-news-byte',
|
2022-07-10 13:01:47 +00:00
|
|
|
|
'Magnet' => 'magnet',
|
2022-07-05 05:04:05 +00:00
|
|
|
|
'mastodon' => 'mastodon',
|
|
|
|
|
'Mattermost' => 'mattermost',
|
|
|
|
|
'MediaWiki' => 'mediawiki',
|
|
|
|
|
'Medium' => 'medium',
|
|
|
|
|
'microblog' => 'microblog',
|
|
|
|
|
'Misskey' => 'misskey',
|
|
|
|
|
'Mobirise' => 'mobirise',
|
|
|
|
|
'Movable Type Pro' => 'movable-type',
|
|
|
|
|
'Movim' => 'movim',
|
|
|
|
|
'MyArcadePlugin Pro' => 'my-arcade-plugin',
|
|
|
|
|
'Nanoc' => 'nanoc',
|
|
|
|
|
'nb3 system v1.6' => 'nb3',
|
|
|
|
|
'Nikola (getnikola.com)' => 'nikola',
|
|
|
|
|
'Odoo' => 'odoo',
|
|
|
|
|
'Org mode' => 'org-mode',
|
|
|
|
|
'Org-mode' => 'org-mode',
|
|
|
|
|
'Org Mode' => 'org-mode',
|
|
|
|
|
'Osclass' => 'osclass',
|
|
|
|
|
'pamphlets/vinyl-press' => 'pamphlets',
|
|
|
|
|
'peertube' => 'peertube',
|
|
|
|
|
'phpMyFAQ' => 'phpmyfaq',
|
|
|
|
|
'Pelican' => 'pelican',
|
|
|
|
|
'pH7CMS,' => 'ph7cms',
|
|
|
|
|
'Polr' => 'polr',
|
|
|
|
|
'Publii Open-Source CMS for Static Site' => 'publii',
|
|
|
|
|
'pygruta' => 'pygruta',
|
|
|
|
|
'Riot' => 'riot',
|
|
|
|
|
'Satelito' => 'satelito',
|
|
|
|
|
'Scully' => 'scully',
|
|
|
|
|
'Sedo' => 'sedo',
|
|
|
|
|
'sitebaker' => 'sitebaker',
|
|
|
|
|
'SitePad' => 'sitepad',
|
2022-07-10 13:01:47 +00:00
|
|
|
|
'SMAR' => 'smar',
|
2022-07-05 05:04:05 +00:00
|
|
|
|
'SPIP' => 'spip',
|
|
|
|
|
'STUDIO' => 'studio',
|
|
|
|
|
'Synology - Synology DiskStation' => 'synology',
|
|
|
|
|
'Thufie' => 'thufie',
|
|
|
|
|
'TiddlyWiki' => 'tiddlywiki',
|
|
|
|
|
'Typesetter CMS' => 'typesetter',
|
|
|
|
|
'TYPO3 CMS' => 'typo3',
|
|
|
|
|
'Tumblr' => 'tumblr',
|
|
|
|
|
'Typecho' => 'typecho',
|
|
|
|
|
'http://txt2tags.org' => 'txt2tags',
|
|
|
|
|
'UISP' => 'uisp',
|
|
|
|
|
'VuePress' => 'vuepress',
|
|
|
|
|
'webEdition CMS' => 'webedition',
|
|
|
|
|
'Webflow' => 'webflow',
|
|
|
|
|
'WikkaWiki' => 'wikkawiki',
|
|
|
|
|
'Wix.com' => 'wix.com',
|
|
|
|
|
'WordPress.com' => 'wordpress',
|
2022-07-10 13:01:47 +00:00
|
|
|
|
'WordPress' => 'wordpress',
|
2022-07-05 05:04:05 +00:00
|
|
|
|
'Write.as' => 'write.as',
|
|
|
|
|
'XAG/CMS' => 'xagcms',
|
|
|
|
|
'Zim' => 'zim',
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
$ap_platforms = [
|
2022-07-10 13:01:47 +00:00
|
|
|
|
'honk' => 'honk',
|
2022-07-05 05:04:05 +00:00
|
|
|
|
'PeerTube' => 'peertube',
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
$dfrn_platforms = [
|
|
|
|
|
'Friendika' => 'friendika',
|
|
|
|
|
'Friendica' => 'friendica',
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
$zap_platforms = [
|
|
|
|
|
'hubzilla' => 'hubzilla',
|
|
|
|
|
'osada' => 'osada',
|
|
|
|
|
];
|