summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-06-27 17:03:46 +0200
committerMinteck <contact@minteck.org>2022-06-27 17:03:46 +0200
commit0c4eda9fb8f1d3ae0c25131501be27f42fadcbc9 (patch)
tree34e3362178292afb32cc98fc2e4ccd6a741aec91
downloadfoxperson-net-mane.tar.gz
foxperson-net-mane.tar.bz2
foxperson-net-mane.zip
Initial commitHEADmane
-rwxr-xr-x.idea/.gitignore8
-rwxr-xr-x.idea/deployment.xml15
-rwxr-xr-x.idea/foxperson-net.iml8
-rwxr-xr-x.idea/modules.xml8
-rwxr-xr-x.idea/php.xml6
-rwxr-xr-x.idea/sshConfigs.xml8
-rwxr-xr-xandroid.pngbin0 -> 705 bytes
-rwxr-xr-xbackground.pngbin0 -> 155924 bytes
-rwxr-xr-xbanner.pngbin0 -> 11200 bytes
-rwxr-xr-xchrome.pngbin0 -> 1191 bytes
-rwxr-xr-xfavicon.icobin0 -> 108732 bytes
-rwxr-xr-xindex.php176
-rwxr-xr-xlinux.pngbin0 -> 1193 bytes
-rwxr-xr-xmac.pngbin0 -> 955 bytes
-rwxr-xr-xstyle.css35
-rwxr-xr-xversions.json458
-rwxr-xr-xvideo.pngbin0 -> 273127 bytes
-rwxr-xr-xwindows.pngbin0 -> 262 bytes
18 files changed, 722 insertions, 0 deletions
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100755
index 0000000..1c2fda5
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/deployment.xml b/.idea/deployment.xml
new file mode 100755
index 0000000..21e69ea
--- /dev/null
+++ b/.idea/deployment.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="PublishConfigData" autoUpload="Always" serverName="Minteck.org" remoteFilesAllowedToDisappearOnAutoupload="false">
+ <serverData>
+ <paths name="Minteck.org">
+ <serverdata>
+ <mappings>
+ <mapping deploy="/mnt/foxperson-net" local="$PROJECT_DIR$" web="/" />
+ </mappings>
+ </serverdata>
+ </paths>
+ </serverData>
+ <option name="myAutoUpload" value="ALWAYS" />
+ </component>
+</project> \ No newline at end of file
diff --git a/.idea/foxperson-net.iml b/.idea/foxperson-net.iml
new file mode 100755
index 0000000..bf4c9d3
--- /dev/null
+++ b/.idea/foxperson-net.iml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="WEB_MODULE" version="4">
+ <component name="NewModuleRootManager">
+ <content url="file://$MODULE_DIR$" />
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ </component>
+</module> \ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100755
index 0000000..fbc5057
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="ProjectModuleManager">
+ <modules>
+ <module fileurl="file://$PROJECT_DIR$/.idea/foxperson-net.iml" filepath="$PROJECT_DIR$/.idea/foxperson-net.iml" />
+ </modules>
+ </component>
+</project> \ No newline at end of file
diff --git a/.idea/php.xml b/.idea/php.xml
new file mode 100755
index 0000000..6e91484
--- /dev/null
+++ b/.idea/php.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="PhpProjectSharedConfiguration" php_language_level="8.1">
+ <option name="suggestChangeDefaultLanguageLevel" value="false" />
+ </component>
+</project> \ No newline at end of file
diff --git a/.idea/sshConfigs.xml b/.idea/sshConfigs.xml
new file mode 100755
index 0000000..fb7bf48
--- /dev/null
+++ b/.idea/sshConfigs.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="SshConfigs">
+ <configs>
+ <sshConfig authType="OPEN_SSH" host="maretimebay.equestria.dev" id="92ef9e4a-c169-4807-b1db-3132f21830fc" port="22465" nameFormat="DESCRIPTIVE" username="root" useOpenSSHConfig="true" />
+ </configs>
+ </component>
+</project> \ No newline at end of file
diff --git a/android.png b/android.png
new file mode 100755
index 0000000..6949154
--- /dev/null
+++ b/android.png
Binary files differ
diff --git a/background.png b/background.png
new file mode 100755
index 0000000..aead348
--- /dev/null
+++ b/background.png
Binary files differ
diff --git a/banner.png b/banner.png
new file mode 100755
index 0000000..064b69e
--- /dev/null
+++ b/banner.png
Binary files differ
diff --git a/chrome.png b/chrome.png
new file mode 100755
index 0000000..b160a12
--- /dev/null
+++ b/chrome.png
Binary files differ
diff --git a/favicon.ico b/favicon.ico
new file mode 100755
index 0000000..81454dc
--- /dev/null
+++ b/favicon.ico
Binary files differ
diff --git a/index.php b/index.php
new file mode 100755
index 0000000..7e3915c
--- /dev/null
+++ b/index.php
@@ -0,0 +1,176 @@
+<?php
+
+function timeAgo($time): string {
+ if (!is_numeric($time)) {
+ $time = strtotime($time);
+ }
+
+ $periods = ["second", "minute", "hour", "day", "week", "month", "year", "age"];
+ $lengths = array("60", "60", "24", "7", "4.35", "12", "100");
+
+ $now = time();
+
+ $difference = $now - $time;
+ if ($difference <= 10 && $difference >= 0) {
+ return $tense = "today";
+ } elseif ($difference > 0) {
+ $tense = "ago";
+ } else {
+ $tense = "later";
+ }
+
+ for ($j = 0; $difference >= $lengths[$j] && $j < count($lengths)-1; $j++) {
+ $difference /= $lengths[$j];
+ }
+
+ $difference = round($difference);
+
+ $period = $periods[$j] . ($difference >1 ? "s" :'');
+ if ($period === "second" || $period === "seconds" || $period === "minute" || $period === "minutes" || $period === "hour" || $period === "hours") {
+ return "today";
+ } else {
+ return "{$difference} {$period} {$tense}";
+ }
+}
+
+?>
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport"
+ content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
+ <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
+ <title>Foxperson</title>
+ <link href="/style.css" rel="stylesheet">
+</head>
+<body>
+ <div class="mt-4 p-5 bg-dark text-white rounded text-center" id="fxp-banner">
+ <h1>
+ <img src="/banner.png" alt="Foxperson" id="fxp-banner-img">
+ </h1>
+ <h3 id="fxp-banner-tagline">Dodge monsters and catch furballs!</h3>
+ </div>
+
+ <br>
+ <div class="container">
+ <div class="alert alert-warning"><b>Foxperson is now available as a release candidate.</b> You may still encounter bugs or unfinished features. <a href="https://youtrack.minteck.org/issues/FXP" target="_blank">Report bugs.</a></div>
+
+ <br>
+ <?php $versions = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/versions.json"), true); $latest = $versions[0]; ?>
+ <h2><?= $latest["name"] ?><small> (<?= $latest["version"] ?>, #<?= $latest["build"] ?>)</small></h2>
+ <p>Released <?= date("F jS, Y", strtotime($latest["date"])) ?> (<?= timeAgo(strtotime($latest["date"])) ?>)</p>
+
+ <div id="fxp-latest-download" class="list-group">
+ <div class="list-group-item" id="fxp-download-windows">
+ <div class="fxp-download-text" id="fxp-download-windows-text">
+ <img src="/windows.png" id="fxp-download-windows-icon" alt="" class="fxp-platform-icon"> <span id="fxp-download-windows-name" class="fxp-platform-name">Windows<span class="fxp-platform-arch text-muted" id="fxp-download-windows-arch"> (x86 64bit)</span></span>
+ </div>
+ <div class="fxp-download-buttons">
+ <a <?php
+
+ if (!is_null($latest["download"]["windows"])) {
+ echo('href="' . $latest["download"]["windows"] . '" class="fxp-download-button btn btn-primary"');
+ } else {
+ echo('class="fxp-download-button btn btn-primary disabled"');
+ }
+
+ ?> id="fxp-download-windows-button">
+ Download
+ </a>
+ </div>
+ </div>
+
+ <div class="list-group-item" id="fxp-download-linux">
+ <div class="fxp-download-text" id="fxp-download-linux-text">
+ <img src="/linux.png" id="fxp-download-linux-icon" alt="" class="fxp-platform-icon"> <span id="fxp-download-linux-name" class="fxp-platform-name">Linux<span class="fxp-platform-arch text-muted" id="fxp-download-linux-arch"> (x86 64bit)</span></span>
+ </div>
+ <div class="fxp-download-buttons">
+ <a <?php
+
+ if (!is_null($latest["download"]["linux"])) {
+ echo('href="' . $latest["download"]["linux"] . '" class="fxp-download-button btn btn-primary"');
+ } else {
+ echo('class="fxp-download-button btn btn-primary disabled"');
+ }
+
+ ?> id="fxp-download-linux-button">
+ Download
+ </a>
+ </div>
+ </div>
+
+ <div class="list-group-item" id="fxp-download-mac">
+ <div class="fxp-download-text" id="fxp-download-mac-text">
+ <img src="/mac.png" id="fxp-download-mac-icon" alt="" class="fxp-platform-icon"> <span id="fxp-download-mac-name" class="fxp-platform-name">macOS<span class="fxp-platform-arch text-muted" id="fxp-download-mac-arch"> (Universal)</span></span>
+ </div>
+ <div class="fxp-download-buttons">
+ <a <?php
+
+ if (!is_null($latest["download"]["mac"])) {
+ echo('href="' . $latest["download"]["mac"] . '" class="fxp-download-button btn btn-primary"');
+ } else {
+ echo('class="fxp-download-button btn btn-primary disabled"');
+ }
+
+ ?> id="fxp-download-mac-button">
+ Download
+ </a>
+ </div>
+ </div>
+
+ <div class="list-group-item" id="fxp-download-android">
+ <div class="fxp-download-text" id="fxp-download-android-text">
+ <img src="/android.png" id="fxp-download-android-icon" alt="" class="fxp-platform-icon"> <span id="fxp-download-android-name" class="fxp-platform-name">Android</span>
+ </div>
+ <div class="fxp-download-buttons">
+ <a href="https://play.google.com/store/apps/details?id=org.minteck.fluff" target="_blank" class="fxp-download-button btn btn-primary" id="fxp-download-android-button-1">
+ Google Play
+ </a>
+ <a <?php
+
+ if (!is_null($latest["download"]["android"])) {
+ echo('href="' . $latest["download"]["android"] . '" class="fxp-download-button btn btn-primary"');
+ } else {
+ echo('class="fxp-download-button btn btn-primary disabled"');
+ }
+
+ ?> id="fxp-download-android-button-2">
+ Download APK
+ </a>
+ </div>
+ </div>
+ </div>
+ <hr>
+ <h3>Older Releases</h3>
+ <div class="list-group">
+ <?php array_shift($versions); foreach ($versions as $version): ?>
+ <div class="list-group-item">
+ <span style="display:inline-block;vertical-align: middle;margin-top:6px;">
+ <?= $version["name"] ?> <span class="text-muted">(<?= $version["version"] ?>)</span>
+ </span>
+ <div class="btn-group" style="float:right;">
+ <a href="<?= !is_null($version["download"]["windows"]) ? $version["download"]["windows"] : "#" ?>" class="btn btn-primary <?= is_null($version["download"]["windows"]) ? "disabled" : "" ?>">
+ <img src="/windows.png" alt="Windows" style="width:24px;height:24px;filter:invert(1);color:black;">
+ </a>
+ <a href="<?= !is_null($version["download"]["linux"]) ? $version["download"]["linux"] : "#" ?>" class="btn btn-primary <?= is_null($version["download"]["linux"]) ? "disabled" : "" ?>">
+ <img src="/linux.png" alt="Linux" style="width:24px;height:24px;filter:invert(1);color:black;">
+ </a>
+ <a href="<?= !is_null($version["download"]["mac"]) ? $version["download"]["mac"] : "#" ?>" class="btn btn-primary <?= is_null($version["download"]["mac"]) ? "disabled" : "" ?>">
+ <img src="/mac.png" alt="macOS" style="width:24px;height:24px;filter:invert(1);color:black;">
+ </a>
+ <a href="<?= !is_null($version["download"]["android"]) ? $version["download"]["android"] : "#" ?>" class="btn btn-primary <?= is_null($version["download"]["android"]) ? "disabled" : "" ?>">
+ <img src="/android.png" alt="Android" style="width:24px;height:24px;filter:invert(1);color:black;">
+ </a>
+ </div>
+ </div>
+ <?php endforeach; ?>
+ </div>
+
+ <br>
+ <br>
+ </div>
+</body>
+</html> \ No newline at end of file
diff --git a/linux.png b/linux.png
new file mode 100755
index 0000000..ac0ba86
--- /dev/null
+++ b/linux.png
Binary files differ
diff --git a/mac.png b/mac.png
new file mode 100755
index 0000000..462e28c
--- /dev/null
+++ b/mac.png
Binary files differ
diff --git a/style.css b/style.css
new file mode 100755
index 0000000..88dc267
--- /dev/null
+++ b/style.css
@@ -0,0 +1,35 @@
+#fxp-banner {
+ background-image: url("/background.png");
+ background-position: center;
+ background-size: cover;
+ margin-top: 0 !important;
+ border-radius: 0 0 10px 10px !important;
+}
+
+#fxp-banner-img {
+ max-width: 100%;
+ width: 512px;
+}
+
+#fxp-banner-tagline {
+ margin-bottom: 0;
+}
+
+.fxp-platform-icon {
+ width: 32px;
+ height: 32px;
+ vertical-align: middle;
+}
+
+.fxp-download-buttons {
+ float: right;
+}
+
+.fxp-download-text {
+ display: inline-block;
+}
+
+.fxp-platform-name {
+ display: inline-block;
+ vertical-align: middle;
+} \ No newline at end of file
diff --git a/versions.json b/versions.json
new file mode 100755
index 0000000..62b80d3
--- /dev/null
+++ b/versions.json
@@ -0,0 +1,458 @@
+[
+ {
+ "name": "Foxperson Release Candidate 1",
+ "version": "0.7.1",
+ "build": 159,
+ "date": "2022-06-24",
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.7.1.0/Foxperson-0.7.1.0-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.7.1.0/Foxperson-0.7.1.0-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.7.1.0/Foxperson-0.7.1.0-Mac.zip",
+ "android": "https://foxperson.cdn.minteck.org/0.7.1.0/Foxperson-0.7.1.0-Android.apk"
+ }
+ },
+ {
+ "name": "Foxperson Developer Beta 2",
+ "version": "0.6.2.4",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.6.2.4/Foxperson-0.6.2.4-Windows.exe",
+ "linux": null,
+ "mac": "https://foxperson.cdn.minteck.org/0.6.2.4/Foxperson-0.6.2.4-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Developer Beta 2",
+ "version": "0.6.2.3",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.6.2.3/Foxperson-0.6.2.3-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.6.2.3/Foxperson-0.6.2.3-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.6.2.3/Foxperson-0.6.2.3-Mac.zip",
+ "android": "https://foxperson.cdn.minteck.org/0.6.2.3/Foxperson-0.6.2.3-Android.apk"
+ }
+ },
+ {
+ "name": "Foxperson Developer Beta 1",
+ "version": "0.6.1.11",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.6.1.11/Foxperson-0.6.1.11-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.6.1.11/Foxperson-0.6.1.11-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.6.1.11/Foxperson-0.6.1.11-Mac.zip",
+ "android": "https://foxperson.cdn.minteck.org/0.6.1.11/Foxperson-0.6.1.11-Android.apk"
+ }
+ },
+ {
+ "name": "Foxperson Developer Beta 1",
+ "version": "0.6.1.10",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.6.1.10/Foxperson-0.6.1.10-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.6.1.10/Foxperson-0.6.1.10-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.6.1.10/Foxperson-0.6.1.10-Mac.zip",
+ "android": "https://foxperson.cdn.minteck.org/0.6.1.10/Foxperson-0.6.1.10-Android.apk"
+ }
+ },
+ {
+ "name": "Foxperson Developer Beta 1",
+ "version": "0.6.1.8",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.6.1.8/Foxperson-0.6.1.8-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.6.1.8/Foxperson-0.6.1.8-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.6.1.8/Foxperson-0.6.1.8-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Developer Alpha 2",
+ "version": "0.5.2.3",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.5.2.3/Foxperson-0.5.2.3-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.5.2.3/Foxperson-0.5.2.3-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.5.2.3/Foxperson-0.5.2.3-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Developer Alpha 1",
+ "version": "0.5.1.7",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.5.1.7/Foxperson-0.5.1.7-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.5.1.7/Foxperson-0.5.1.7-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.5.1.7/Foxperson-0.5.1.7-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Techncial Test Build 8",
+ "version": "0.4.8.8",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.4.8.8/Foxperson-0.4.8.8-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.4.8.8/Foxperson-0.4.8.8-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.4.8.8/Foxperson-0.4.8.8-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Techncial Test Build 8",
+ "version": "0.4.8.6",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.4.8.6/Foxperson-0.4.8.6-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.4.8.6/Foxperson-0.4.8.6-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.4.8.6/Foxperson-0.4.8.6-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Techncial Test Build 5",
+ "version": "0.4.5.7",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.4.5.7/Foxperson-0.4.5.7-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.4.5.7/Foxperson-0.4.5.7-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.4.5.7/Foxperson-0.4.5.7-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Techncial Test Build 4",
+ "version": "0.4.4.4",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.4.4.4/Foxperson-0.4.4.4-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.4.4.4/Foxperson-0.4.4.4-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.4.4.4/Foxperson-0.4.4.4-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Techncial Test Build 4",
+ "version": "0.4.4.1",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.4.4.1/Foxperson-0.4.4.1-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.4.4.1/Foxperson-0.4.4.1-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.4.4.1/Foxperson-0.4.4.1-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Predev Beta 1",
+ "version": "0.3.1.5",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.3.1.5/Foxperson-0.3.1.5-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.3.1.5/Foxperson-0.3.1.5-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.3.1.5/Foxperson-0.3.1.5-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Predev Beta 1",
+ "version": "0.3.1.1",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.3.1.1/Foxperson-0.3.1.1-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.3.1.1/Foxperson-0.3.1.1-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.3.1.1/Foxperson-0.3.1.1-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Predev Beta 1",
+ "version": "0.3.1.0",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.3.1.0/Foxperson-0.3.1.0-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.3.1.0/Foxperson-0.3.1.0-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.3.1.0/Foxperson-0.3.1.0-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Predev Alpha 8",
+ "version": "0.2.8.5",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.2.8.5/Foxperson-0.2.8.5-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.2.8.5/Foxperson-0.2.8.5-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.2.8.5/Foxperson-0.2.8.5-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Predev Alpha 8",
+ "version": "0.2.8.2",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.2.8.2/Foxperson-0.2.8.2-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.2.8.2/Foxperson-0.2.8.2-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.2.8.2/Foxperson-0.2.8.2-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Predev Alpha 8",
+ "version": "0.2.8.1",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.2.8.1/Foxperson-0.2.8.1-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.2.8.1/Foxperson-0.2.8.1-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.2.8.1/Foxperson-0.2.8.1-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Predev Alpha 8",
+ "version": "0.2.8.0",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.2.8.0/Foxperson-0.2.8.0-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.2.8.0/Foxperson-0.2.8.0-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.2.8.0/Foxperson-0.2.8.0-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Predev Alpha 7",
+ "version": "0.2.7.4",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.2.7.4/Foxperson-0.2.7.4-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.2.7.4/Foxperson-0.2.7.4-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.2.7.4/Foxperson-0.2.7.4-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Predev Alpha 7",
+ "version": "0.2.7.3",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.2.7.3/Foxperson-0.2.7.3-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.2.7.3/Foxperson-0.2.7.3-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.2.7.3/Foxperson-0.2.7.3-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Predev Alpha 6",
+ "version": "0.2.6.3",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.2.6.3/Foxperson-0.2.6.3-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.2.6.3/Foxperson-0.2.6.3-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.2.6.3/Foxperson-0.2.6.3-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Predev Alpha 5",
+ "version": "0.2.5.0-s2.3",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.2.5.0-s2.3/Foxperson-0.2.5.0-s2.3-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.2.5.0-s2.3/Foxperson-0.2.5.0-s2.3-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.2.5.0-s2.3/Foxperson-0.2.5.0-s2.3-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Predev Alpha 5",
+ "version": "0.2.5.0",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.2.5.0/Foxperson-0.2.5.0-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.2.5.0/Foxperson-0.2.5.0-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.2.5.0/Foxperson-0.2.5.0-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Predev Alpha 4",
+ "version": "0.2.4.2",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.2.4.2/Foxperson-0.2.4.2-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.2.4.2/Foxperson-0.2.4.2-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.2.4.2/Foxperson-0.2.4.2-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Predev Alpha 3",
+ "version": "0.2.3.3",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.2.3.3/Foxperson-0.2.3.3-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.2.3.3/Foxperson-0.2.3.3-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.2.3.3/Foxperson-0.2.3.3-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Predev Alpha 2",
+ "version": "0.2.2.5",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.2.2.5/Foxperson-0.2.2.5-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.2.2.5/Foxperson-0.2.2.5-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.2.2.5/Foxperson-0.2.2.5-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Predev Alpha 1",
+ "version": "0.2.1.7",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.2.1.7/Foxperson-0.2.1.7-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.2.1.7/Foxperson-0.2.1.7-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.2.1.7/Foxperson-0.2.1.7-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Technology Preview 10",
+ "version": "0.1.10.5",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.1.10.5/Foxperson-0.1.10.5-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.1.10.5/Foxperson-0.1.10.5-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.1.10.5/Foxperson-0.1.10.5-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Technology Preview 9",
+ "version": "0.1.9.1",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.1.9.1/Foxperson-0.1.9.1-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.1.9.1/Foxperson-0.1.9.1-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.1.9.1/Foxperson-0.1.9.1-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Technology Preview 8",
+ "version": "0.1.8.4",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.1.8.4/Foxperson-0.1.8.4-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.1.8.4/Foxperson-0.1.8.4-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.1.8.4/Foxperson-0.1.8.4-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Technology Preview 8",
+ "version": "0.1.8.2",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.1.8.2/Foxperson-0.1.8.2-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.1.8.2/Foxperson-0.1.8.2-Linux.bin",
+ "mac": "https://foxperson.cdn.minteck.org/0.1.8.2/Foxperson-0.1.8.2-Mac.zip",
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Technology Preview 6",
+ "version": "0.1.6.0",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.1.6.0/Foxperson-0.1.6.0-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.1.6.0/Foxperson-0.1.6.0-Linux.bin",
+ "mac": null,
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Technology Preview 5",
+ "version": "0.1.5.1-2",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.1.5.1-2/Foxperson-0.1.5.1-2-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.1.5.1-2/Foxperson-0.1.5.1-2-Linux.bin",
+ "mac": null,
+ "android": null
+ }
+ },
+ {
+ "name": "Foxperson Technology Preview 5",
+ "version": "0.1.5.1-1",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.1.5.1-1/Foxperson-0.1.5.1-1-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.1.5.1-1/Foxperson-0.1.5.1-1-Linux.bin",
+ "mac": null,
+ "android": "https://foxperson.cdn.minteck.org/0.1.5.1-1/Foxperson-0.1.5.1-1-Android.apk"
+ }
+ },
+ {
+ "name": "Foxperson Technology Preview 4",
+ "version": "0.1.4.1",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.1.4.1/Foxperson-0.1.4.1-Windows.exe",
+ "linux": null,
+ "mac": null,
+ "android": "https://foxperson.cdn.minteck.org/0.1.4.1/Foxperson-0.1.4.1-Android.apk"
+ }
+ },
+ {
+ "name": "Foxperson Technology Preview 1",
+ "version": "0.1.1.0",
+ "build": null,
+ "date": null,
+ "download": {
+ "windows": "https://foxperson.cdn.minteck.org/0.1.1.0/Foxperson-0.1.1.0-Windows.exe",
+ "linux": "https://foxperson.cdn.minteck.org/0.1.1.0/Foxperson-0.1.1.0-Linux.bin",
+ "mac": null,
+ "android": null
+ }
+ }
+] \ No newline at end of file
diff --git a/video.png b/video.png
new file mode 100755
index 0000000..2a4a219
--- /dev/null
+++ b/video.png
Binary files differ
diff --git a/windows.png b/windows.png
new file mode 100755
index 0000000..fd22922
--- /dev/null
+++ b/windows.png
Binary files differ