[ [ "name" => "Tinyrino", "author" => "ilotterytea", "desc" => "Tinyrino is a fork of Chatterino7 (which is a fork of Chatterino 2). This fork supports TinyEmotes, a software that allows you to host your emotes on your own instances.", "download_url" => "https://github.com/ilotterytea/tinyrino/releases", "source_url" => "https://github.com/ilotterytea/tinyrino" ] ], "Web extensions" => [], "Chatbots" => [], "Other tools" => [] ]; ?> Software - <?= CONFIG['instance']['name'] ?>
$sw) { echo '
'; echo ""; echo '
'; if (empty($sw)) { echo '

There are no software in this category! They will appear here as soon as they support TinyEmotes.

'; } foreach ($sw as $s) { $name_lower = strtolower($s["name"]); echo '
'; echo "
"; echo '
'; echo '

' . $s["name"] . '

by ' . $s["author"] . '

'; echo '

' . $s["desc"] . '

'; $screenshot_path = "./static/img/software/$name_lower/screenshots"; if (is_dir($screenshot_path)) { echo '
'; foreach (new DirectoryIterator($screenshot_path) as $file) { if ($file->isDot()) { continue; } echo ""; } echo '
'; } echo '
'; echo '
'; echo 'Download'; echo '[ Source code ]'; echo '
'; } echo '
'; } ?>