aboutsummaryrefslogtreecommitdiff
path: root/creations
diff options
context:
space:
mode:
authorMinteck <nekostarfan@gmail.com>2021-08-08 12:04:30 +0200
committerMinteck <nekostarfan@gmail.com>2021-08-08 12:04:30 +0200
commit95112b1eb06a4be531ded59563d53a63a8d614e8 (patch)
treefd3dc676227309c87a39feab9ca458985e327907 /creations
parent87303b0d3540037fb94efdde24dbaacb2880d6cb (diff)
downloadmain-95112b1eb06a4be531ded59563d53a63a8d614e8.tar.gz
main-95112b1eb06a4be531ded59563d53a63a8d614e8.tar.bz2
main-95112b1eb06a4be531ded59563d53a63a8d614e8.zip
Opening!
Diffstat (limited to 'creations')
-rw-r--r--creations/dev/index.php6
-rw-r--r--creations/dev/neutron/index.php6
-rw-r--r--creations/electrode/description.fr.txt1
-rw-r--r--creations/electrode/index.php6
-rw-r--r--creations/gyrate-with-obliqueness/description.fr.txt1
-rw-r--r--creations/gyrate-with-obliqueness/index.php22
-rw-r--r--creations/index.php30
-rw-r--r--creations/kartik/description.fr.txt1
-rw-r--r--creations/kartik/index.php104
-rw-r--r--creations/neutron/description.fr.txt1
-rw-r--r--creations/neutron/index.php230
-rw-r--r--creations/unchained/description.fr.txt1
-rw-r--r--creations/unchained/index.php6
-rw-r--r--creations/video/index.php6
14 files changed, 213 insertions, 208 deletions
diff --git a/creations/dev/index.php b/creations/dev/index.php
index 6d06fd6..505fed5 100644
--- a/creations/dev/index.php
+++ b/creations/dev/index.php
@@ -1,4 +1,4 @@
-<?php
-
-header("Location: /creations");
+<?php
+
+header("Location: /creations");
die(); \ No newline at end of file
diff --git a/creations/dev/neutron/index.php b/creations/dev/neutron/index.php
index 0a9c6ba..983edf1 100644
--- a/creations/dev/neutron/index.php
+++ b/creations/dev/neutron/index.php
@@ -1,4 +1,4 @@
-<?php
-
-header("Location: /creations/neutron");
+<?php
+
+header("Location: /creations/neutron");
die(); \ No newline at end of file
diff --git a/creations/electrode/description.fr.txt b/creations/electrode/description.fr.txt
new file mode 100644
index 0000000..b930924
--- /dev/null
+++ b/creations/electrode/description.fr.txt
@@ -0,0 +1 @@
+Un serveur Web PHP rapide comme l'éclair pour Neutron \ No newline at end of file
diff --git a/creations/electrode/index.php b/creations/electrode/index.php
index b647276..29b0b0a 100644
--- a/creations/electrode/index.php
+++ b/creations/electrode/index.php
@@ -1,4 +1,4 @@
-<?php
-
-header("Location: https://github.com/Minteck-Projects/Electrode");
+<?php
+
+header("Location: https://github.com/Minteck-Projects/Electrode");
die(); \ No newline at end of file
diff --git a/creations/gyrate-with-obliqueness/description.fr.txt b/creations/gyrate-with-obliqueness/description.fr.txt
new file mode 100644
index 0000000..6958d41
--- /dev/null
+++ b/creations/gyrate-with-obliqueness/description.fr.txt
@@ -0,0 +1 @@
+Une reprise d'une musique de russelbuck \ No newline at end of file
diff --git a/creations/gyrate-with-obliqueness/index.php b/creations/gyrate-with-obliqueness/index.php
index c37aa5c..2e87a8b 100644
--- a/creations/gyrate-with-obliqueness/index.php
+++ b/creations/gyrate-with-obliqueness/index.php
@@ -1,11 +1,11 @@
-<?php $_TITLE = "Gyrate with Obliqueness"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?>
-<div style="margin-top: 56px;z-index: 5;background: #fff;padding-top: 20px;min-height: calc(100vh - 57px);" id="main-box">
- <div class="container">
- <h2>Gyrate with Obliqueness</h2>
-
- <p>Gyrate with Obliqueness is an upcoming collaboration between me and the cuban artist « russelbuck ». This project is a cover of the song with the same name, with an added music video related to the lyrics of the song.</p>
- </div>
-
- <br>
-</div>
-<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>
+<?php $_TITLE = "Gyrate with Obliqueness"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?>
+<div style="margin-top: 56px;z-index: 5;background: #fff;padding-top: 20px;min-height: calc(100vh - 57px);" id="main-box">
+ <div class="container">
+ <h2>Gyrate with Obliqueness</h2>
+
+ <p>Gyrate with Obliqueness is an upcoming collaboration between me and the cuban artist « russelbuck ». This project is a cover of the song with the same name, with an added music video related to the lyrics of the song.</p>
+ </div>
+
+ <br>
+</div>
+<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>
diff --git a/creations/index.php b/creations/index.php
index 3a36782..dfaebb0 100644
--- a/creations/index.php
+++ b/creations/index.php
@@ -1,15 +1,15 @@
-<?php $_TITLE = "Creations"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?>
-<div style="z-index: 5;background: #fff;min-height: calc(100vh - 57px);" id="main-box">
- <div id="project-hero" style="background-image:url('/static/hero/dev.jpg');"></div>
-
- <div class="container">
- <?php $_ACTIVE = "dev"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/categories.php"; ?>
- <h2><?= l("Creations", "Mes projets") ?></h2>
- <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/projects/list.php"; ?><br>
- <p><a href="/archive"><?= l("More software on the archive page", "Plus de logiciels sur la page d'archives") ?></a></p>
- <small><p class="text-muted"><?= l("Some project links may redirect to GitHub or YouTube, which are external websites with their own policies.", "Certains liens de projets peuvent rediriger vers GitHub ou YouTube, qui sont des sites externes avec leurs propres politiques."); ?></p></small>
- </div>
-
- <br>
-</div>
-<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>
+<?php $_TITLE = "Creations"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?>
+<div style="z-index: 5;background: #fff;min-height: calc(100vh - 57px);" id="main-box">
+ <div id="project-hero" style="background-image:url('/static/hero/dev.jpg');"></div>
+
+ <div class="container">
+ <?php $_ACTIVE = "dev"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/categories.php"; ?>
+ <h2><?= l("Creations", "Mes projets") ?></h2>
+ <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/projects/list.php"; ?><br>
+ <p><a href="/archive"><?= l("More software on the archive page", "Plus de logiciels sur la page d'archives") ?></a></p>
+ <small><p class="text-muted"><?= l("Some project links may redirect to GitHub or YouTube, which are external websites with their own policies.", "Certains liens de projets peuvent rediriger vers GitHub ou YouTube, qui sont des sites externes avec leurs propres politiques."); ?></p></small>
+ </div>
+
+ <br>
+</div>
+<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>
diff --git a/creations/kartik/description.fr.txt b/creations/kartik/description.fr.txt
new file mode 100644
index 0000000..511e864
--- /dev/null
+++ b/creations/kartik/description.fr.txt
@@ -0,0 +1 @@
+Un simple jeu de course de voiture multiplateforme \ No newline at end of file
diff --git a/creations/kartik/index.php b/creations/kartik/index.php
index 248e35e..b9d71f6 100644
--- a/creations/kartik/index.php
+++ b/creations/kartik/index.php
@@ -1,52 +1,52 @@
-<?php $_TITLE = "Kartik"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?>
-<div style="margin-top: 56px;z-index: 5;background: #fff;padding-top: 20px;min-height: calc(100vh - 57px);" id="main-box">
- <div id="project-hero" style="background-image:url('https://raw.githubusercontent.com/Minteck-Projects/Kartik-Core/44210691ee8444509ac466a362337af77f2bcd49/views/menu.jpg');"></div>
-
- <div class="container">
- <h2><?= l("Kartik, a relaxing and easy car racing game", "Kartik, un jeu de course de voiture facile et calme") ?></h2>
-
- <p><a href="https://kartik.hopto.org" target="_blank">→ Kartik's official website</a></p>
-
- <h3>Download Kartik</h3>
- <div class="card-group">
- <div class="card">
- <div class="card-body" style="text-align: center;">
- <?php
-
- $stable = file_get_contents("https://kartik.hopto.org/latest.php?v=stable");
-
- ?>
- <h3><?= $stable ?></h3>
- <h5>Latest Stable Release</h5>
- <p>Downstream from the older development version</p>
- <div class="btn-group">
- <a href="https://kartik.hopto.org/cdn/release/stable/0/windows" class="btn btn-primary">Download for Windows</a>
- <a href="https://kartik.hopto.org/cdn/release/stable/0/linux" class="btn btn-outline-primary">... Linux</a>
- <a href="https://kartik.hopto.org/cdn/release/stable/0/darwin" class="btn btn-outline-primary">... macOS</a>
- </div>
- </div>
- </div>
- <div class="card">
- <div class="card-body" style="text-align: center;">
- <?php
-
- $eap = file_get_contents("https://kartik.hopto.org/latest.php?v=eap");
-
- ?>
- <h3><?= $eap ?></h3>
- <h5>Latest Development Release</h5>
- <p><span class="text-warning">Experimental release, use with caution.</span></p>
- <div class="btn-group">
- <a href="https://kartik.hopto.org/cdn/release/eap/0/windows" class="btn btn-primary">Download for Windows</a>
- <a href="https://kartik.hopto.org/cdn/release/eap/0/linux" class="btn btn-outline-primary">... Linux</a>
- <a href="https://kartik.hopto.org/cdn/release/eap/0/darwin" class="btn btn-outline-primary">... macOS</a>
- </div>
- </div>
- </div>
- </div>
- <small><a href="https://kartik.hopto.org" target="_blank">Thanks, I'd rather download from the official website.</a></small>
- </div>
-
- <br>
-</div>
-<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>
+<?php $_TITLE = "Kartik"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?>
+<div style="margin-top: 56px;z-index: 5;background: #fff;padding-top: 20px;min-height: calc(100vh - 57px);" id="main-box">
+ <div id="project-hero" style="background-image:url('https://raw.githubusercontent.com/Minteck-Projects/Kartik-Core/44210691ee8444509ac466a362337af77f2bcd49/views/menu.jpg');"></div>
+
+ <div class="container">
+ <h2><?= l("Kartik, a relaxing and easy car racing game", "Kartik, un jeu de course de voiture facile et calme") ?></h2>
+
+ <p><a href="https://kartik.hopto.org" target="_blank">→ Kartik's official website</a></p>
+
+ <h3>Download Kartik</h3>
+ <div class="card-group">
+ <div class="card">
+ <div class="card-body" style="text-align: center;">
+ <?php
+
+ $stable = file_get_contents("https://kartik.hopto.org/latest.php?v=stable");
+
+ ?>
+ <h3><?= $stable ?></h3>
+ <h5>Latest Stable Release</h5>
+ <p>Downstream from the older development version</p>
+ <div class="btn-group">
+ <a href="https://kartik.hopto.org/cdn/release/stable/0/windows" class="btn btn-primary">Download for Windows</a>
+ <a href="https://kartik.hopto.org/cdn/release/stable/0/linux" class="btn btn-outline-primary">... Linux</a>
+ <a href="https://kartik.hopto.org/cdn/release/stable/0/darwin" class="btn btn-outline-primary">... macOS</a>
+ </div>
+ </div>
+ </div>
+ <div class="card">
+ <div class="card-body" style="text-align: center;">
+ <?php
+
+ $eap = file_get_contents("https://kartik.hopto.org/latest.php?v=eap");
+
+ ?>
+ <h3><?= $eap ?></h3>
+ <h5>Latest Development Release</h5>
+ <p><span class="text-warning">Experimental release, use with caution.</span></p>
+ <div class="btn-group">
+ <a href="https://kartik.hopto.org/cdn/release/eap/0/windows" class="btn btn-primary">Download for Windows</a>
+ <a href="https://kartik.hopto.org/cdn/release/eap/0/linux" class="btn btn-outline-primary">... Linux</a>
+ <a href="https://kartik.hopto.org/cdn/release/eap/0/darwin" class="btn btn-outline-primary">... macOS</a>
+ </div>
+ </div>
+ </div>
+ </div>
+ <small><a href="https://kartik.hopto.org" target="_blank">Thanks, I'd rather download from the official website.</a></small>
+ </div>
+
+ <br>
+</div>
+<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>
diff --git a/creations/neutron/description.fr.txt b/creations/neutron/description.fr.txt
new file mode 100644
index 0000000..e3421dd
--- /dev/null
+++ b/creations/neutron/description.fr.txt
@@ -0,0 +1 @@
+Un système de gestion de contenu léger codé en PHP \ No newline at end of file
diff --git a/creations/neutron/index.php b/creations/neutron/index.php
index 2a26d32..f4d2d3e 100644
--- a/creations/neutron/index.php
+++ b/creations/neutron/index.php
@@ -1,115 +1,115 @@
-<?php $_TITLE = "Neutron"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?>
-<div style="margin-top: 56px;z-index: 5;background: #fff;padding-top: 20px;min-height: calc(100vh - 57px);" id="main-box">
- <div id="project-hero" style="background-image:url('/static/hero/neutron.jpg');"></div>
-
- <div class="container">
- <h2><?= l("Neutron, your future website designer", "Neutron, le futur designer de votre site Web") ?></h2>
-
- <p>Neutron is software created so that you can easily manage one or more websites without any required knowledge. Whether you are developer or not, Neutron is the best way to have a ready-to-go website.</p>
- <p>Neutron is released under the GNU General Public License version 3, which means you can contribute to the project and improve it.</p>
-
- <h3>Run Neutron on the cloud <span class="badge bg-secondary">New!</span></h3>
- Neutron 10 introduces support for a new much wanted technology: Neutron Cloud. The concept is simple: <b>you create, we host</b>. Here are the 5 top points for choosing Neutron Cloud instead of using Neutron on-premises:
- <ul>
- <li><b>it's free, and will be forever</b>. You don't have to buy/rent a server to use Neutron. We think everyone deserve the right to have a private place where they can share their life.</li>
- <li><b>forget the hassle</b>. You write your content, we take care of the rest.</li>
- <li><b>always fresh and secure</b>. Your Neutron Cloud is always up-to-date with the latest development version of Neutron.</li>
- <li><b>fast at large scales</b>. Neutron Cloud allows you to have at most 250 unique visitors per month, and they all will get the same level of performance.</li>
- <li><b>share it</b>. Your Neutron Cloud website can get a custom shortened URL that you can share everywhere.</li>
- </ul>
-
- <p>Neutron Cloud is currently available after registration on <b><a href="https://docs.google.com/forms/d/1ozcKpET3U42ZHw-XolwNVTOseyhlVxxqG9EG8xrkyaU/viewform">HERE</a></b>. We limit registration to prevent abuse and know how you intend to use your Neutron Cloud website. If you already have a website running Neutron on your own server, you can send us the files and we migrate your website!</p>
-
- <details>
- <summary>Restrictions apply, click here to see</summary>
- <ul>
- <li>The Neutron Cloud service is reserved only for individuals and non-profit organizations. Select professional and commercial users may get access to Neutron Cloud.</li>
- <li>Access to Neutron Cloud does not give additional support priority over regular Neutron users.</li>
- <li>Website traffic is limited to 250 unique users (counted using IP address) per month</li>
- <li>Website storage is soft-limited to 100 MiB; the website may be suspended if you exceed this limit</li>
- <li>Minimal uptime is guaranteed according to the following schedule:
- <ul>
- <li>25% uptime on July and August (due to yearly maintenances)</li>
- <li>80% uptime from March to May (due to maintenances)</li>
- <li>85% uptime in June (due to high temperatures)</li>
- <li>99% uptime from September to February</li>
- <li>In case of an extended maintenance period, you will be notified on the email address you entered when you registered to Neutron Cloud.</li>
- </ul></li>
- </ul>
- </details>
-
- <br>
-
- <h3>Run Neutron on your own hardware</h3>
- <p>Download the package and put it in your Web server's root. You will need the Apache HTTP Server with at least PHP 7.4 and the GD library.</p>
- <div class="card-group">
- <div class="card">
- <div class="card-body" style="text-align: center;">
- <?php
-
- $releases = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/stats/neutron.json"), true);
- foreach ($releases as $release):
-
- ?>
- <?php if (!$release["prerelease"]): ?>
- <h3><?= $release["tag_name"] ?></h3>
- <h5>Latest Stable Release</h5>
- <p><?= $release["name"] ?><br>Downstream from branch <code><?= $release["target_commitish"] ?></code></p>
- <div class="btn-group">
- <a href="<?= $release["zipball_url"] ?>" class="btn btn-primary">Download</a>
- <a href="https://github.com/Minteck-Projects/Neutron-Core/tree/<?= $release["tag_name"] ?>" class="btn btn-outline-primary">Browse code</a>
- </div>
- <?php break; endif; endforeach; ?>
- </div>
- </div>
- <div class="card">
- <div class="card-body" style="text-align: center;">
- <?php
-
- $releases = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/stats/neutron.json"), true);
- foreach ($releases as $release):
-
- ?>
- <?php if ($release["prerelease"]): ?>
- <h3><?= $release["tag_name"] ?></h3>
- <h5>Latest Development Release</h5>
- <p><?= $release["name"] ?><br><span class="text-warning">Experimental release, use with caution.</span></p>
- <div class="btn-group">
- <a href="<?= $release["zipball_url"] ?>" class="btn btn-primary">Download</a>
- <a href="https://github.com/Minteck-Projects/Neutron-Core/tree/<?= $release["tag_name"] ?>" class="btn btn-outline-primary">Browse code</a>
- </div>
- <?php break; endif; endforeach; ?>
- </div>
- </div>
- </div>
- <small><a href="https://github.com/Minteck-Projects/Neutron-Core/releases" target="_blank">Thanks, I'd rather download from GitHub.</a></small>
- <br><br>
-
- <details>
- <summary>View all versions (including unsupported versions)</summary>
- <ul>
- <?php
-
- $releases = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/stats/neutron.json"), true);
- $unveiled = [];
- foreach ($releases as $release):
-
- ?>
- <li><a href="<?= $release["html_url"] ?>" target="_blank"><?= $release["tag_name"] ?></a> (<?= $release["name"] ?>, <b><?= $release["prerelease"] ? "experimental" : "stable" ?></b>, upstream: <code><?= $release["target_commitish"] ?></code>) — <a href="<?= $release["zipball_url"] ?>">download</a>, <a href="https://github.com/Minteck-Projects/Neutron-Core/tree/<?= $release["tag_name"] ?>" target="_blank">code</a></li>
- <?php array_push($unveiled, $release["tag_name"]);endforeach; ?>
- <?php
-
- $tags = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/stats/neutron2.json"), true);
- foreach ($tags as $tag):
-
- ?>
- <?php if (!in_array($tag["name"], $unveiled)): ?>
- <li><?= $tag["name"] ?> — <a href="<?= $tag["zipball_url"] ?>">download</a>, <a href="https://github.com/Minteck-Projects/Neutron-Core/tree/<?= $tag["name"] ?>" target="_blank">code</a></li>
- <?php endif;endforeach; ?>
- </ul>
- </details>
- </div>
-
- <br>
-</div>
-<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>
+<?php $_TITLE = "Neutron"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?>
+<div style="margin-top: 56px;z-index: 5;background: #fff;padding-top: 20px;min-height: calc(100vh - 57px);" id="main-box">
+ <div id="project-hero" style="background-image:url('/static/hero/neutron.jpg');"></div>
+
+ <div class="container">
+ <h2><?= l("Neutron, your future website designer", "Neutron, le futur designer de votre site Web") ?></h2>
+
+ <p>Neutron is software created so that you can easily manage one or more websites without any required knowledge. Whether you are developer or not, Neutron is the best way to have a ready-to-go website.</p>
+ <p>Neutron is released under the GNU General Public License version 3, which means you can contribute to the project and improve it.</p>
+
+ <h3>Run Neutron on the cloud <span class="badge bg-secondary">New!</span></h3>
+ Neutron 10 introduces support for a new much wanted technology: Neutron Cloud. The concept is simple: <b>you create, we host</b>. Here are the 5 top points for choosing Neutron Cloud instead of using Neutron on-premises:
+ <ul>
+ <li><b>it's free, and will be forever</b>. You don't have to buy/rent a server to use Neutron. We think everyone deserve the right to have a private place where they can share their life.</li>
+ <li><b>forget the hassle</b>. You write your content, we take care of the rest.</li>
+ <li><b>always fresh and secure</b>. Your Neutron Cloud is always up-to-date with the latest development version of Neutron.</li>
+ <li><b>fast at large scales</b>. Neutron Cloud allows you to have at most 250 unique visitors per month, and they all will get the same level of performance.</li>
+ <li><b>share it</b>. Your Neutron Cloud website can get a custom shortened URL that you can share everywhere.</li>
+ </ul>
+
+ <p>Neutron Cloud is currently available after registration on <b><a href="https://docs.google.com/forms/d/1ozcKpET3U42ZHw-XolwNVTOseyhlVxxqG9EG8xrkyaU/viewform">HERE</a></b>. We limit registration to prevent abuse and know how you intend to use your Neutron Cloud website. If you already have a website running Neutron on your own server, you can send us the files and we migrate your website!</p>
+
+ <details>
+ <summary>Restrictions apply, click here to see</summary>
+ <ul>
+ <li>The Neutron Cloud service is reserved only for individuals and non-profit organizations. Select professional and commercial users may get access to Neutron Cloud.</li>
+ <li>Access to Neutron Cloud does not give additional support priority over regular Neutron users.</li>
+ <li>Website traffic is limited to 250 unique users (counted using IP address) per month</li>
+ <li>Website storage is soft-limited to 100 MiB; the website may be suspended if you exceed this limit</li>
+ <li>Minimal uptime is guaranteed according to the following schedule:
+ <ul>
+ <li>25% uptime on July and August (due to yearly maintenances)</li>
+ <li>80% uptime from March to May (due to maintenances)</li>
+ <li>85% uptime in June (due to high temperatures)</li>
+ <li>99% uptime from September to February</li>
+ <li>In case of an extended maintenance period, you will be notified on the email address you entered when you registered to Neutron Cloud.</li>
+ </ul></li>
+ </ul>
+ </details>
+
+ <br>
+
+ <h3>Run Neutron on your own hardware</h3>
+ <p>Download the package and put it in your Web server's root. You will need the Apache HTTP Server with at least PHP 7.4 and the GD library.</p>
+ <div class="card-group">
+ <div class="card">
+ <div class="card-body" style="text-align: center;">
+ <?php
+
+ $releases = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/stats/neutron.json"), true);
+ foreach ($releases as $release):
+
+ ?>
+ <?php if (!$release["prerelease"]): ?>
+ <h3><?= $release["tag_name"] ?></h3>
+ <h5>Latest Stable Release</h5>
+ <p><?= $release["name"] ?><br>Downstream from branch <code><?= $release["target_commitish"] ?></code></p>
+ <div class="btn-group">
+ <a href="<?= $release["zipball_url"] ?>" class="btn btn-primary">Download</a>
+ <a href="https://github.com/Minteck-Projects/Neutron-Core/tree/<?= $release["tag_name"] ?>" class="btn btn-outline-primary">Browse code</a>
+ </div>
+ <?php break; endif; endforeach; ?>
+ </div>
+ </div>
+ <div class="card">
+ <div class="card-body" style="text-align: center;">
+ <?php
+
+ $releases = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/stats/neutron.json"), true);
+ foreach ($releases as $release):
+
+ ?>
+ <?php if ($release["prerelease"]): ?>
+ <h3><?= $release["tag_name"] ?></h3>
+ <h5>Latest Development Release</h5>
+ <p><?= $release["name"] ?><br><span class="text-warning">Experimental release, use with caution.</span></p>
+ <div class="btn-group">
+ <a href="<?= $release["zipball_url"] ?>" class="btn btn-primary">Download</a>
+ <a href="https://github.com/Minteck-Projects/Neutron-Core/tree/<?= $release["tag_name"] ?>" class="btn btn-outline-primary">Browse code</a>
+ </div>
+ <?php break; endif; endforeach; ?>
+ </div>
+ </div>
+ </div>
+ <small><a href="https://github.com/Minteck-Projects/Neutron-Core/releases" target="_blank">Thanks, I'd rather download from GitHub.</a></small>
+ <br><br>
+
+ <details>
+ <summary>View all versions (including unsupported versions)</summary>
+ <ul>
+ <?php
+
+ $releases = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/stats/neutron.json"), true);
+ $unveiled = [];
+ foreach ($releases as $release):
+
+ ?>
+ <li><a href="<?= $release["html_url"] ?>" target="_blank"><?= $release["tag_name"] ?></a> (<?= $release["name"] ?>, <b><?= $release["prerelease"] ? "experimental" : "stable" ?></b>, upstream: <code><?= $release["target_commitish"] ?></code>) — <a href="<?= $release["zipball_url"] ?>">download</a>, <a href="https://github.com/Minteck-Projects/Neutron-Core/tree/<?= $release["tag_name"] ?>" target="_blank">code</a></li>
+ <?php array_push($unveiled, $release["tag_name"]);endforeach; ?>
+ <?php
+
+ $tags = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/stats/neutron2.json"), true);
+ foreach ($tags as $tag):
+
+ ?>
+ <?php if (!in_array($tag["name"], $unveiled)): ?>
+ <li><?= $tag["name"] ?> — <a href="<?= $tag["zipball_url"] ?>">download</a>, <a href="https://github.com/Minteck-Projects/Neutron-Core/tree/<?= $tag["name"] ?>" target="_blank">code</a></li>
+ <?php endif;endforeach; ?>
+ </ul>
+ </details>
+ </div>
+
+ <br>
+</div>
+<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>
diff --git a/creations/unchained/description.fr.txt b/creations/unchained/description.fr.txt
new file mode 100644
index 0000000..1af3883
--- /dev/null
+++ b/creations/unchained/description.fr.txt
@@ -0,0 +1 @@
+Un blog centré sur la technologie et tous ces trucs-là \ No newline at end of file
diff --git a/creations/unchained/index.php b/creations/unchained/index.php
index 05ae6f0..dc8039b 100644
--- a/creations/unchained/index.php
+++ b/creations/unchained/index.php
@@ -1,4 +1,4 @@
-<?php
-
-header("Location: https://github.com/Minteck/UnchainedTech-Software");
+<?php
+
+header("Location: https://github.com/Minteck/UnchainedTech-Software");
die(); \ No newline at end of file
diff --git a/creations/video/index.php b/creations/video/index.php
index 6d06fd6..505fed5 100644
--- a/creations/video/index.php
+++ b/creations/video/index.php
@@ -1,4 +1,4 @@
-<?php
-
-header("Location: /creations");
+<?php
+
+header("Location: /creations");
die(); \ No newline at end of file