diff options
author | Minteck <nekostarfan@gmail.com> | 2021-08-08 12:04:30 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-08-08 12:04:30 +0200 |
commit | 95112b1eb06a4be531ded59563d53a63a8d614e8 (patch) | |
tree | fd3dc676227309c87a39feab9ca458985e327907 /creations/neutron/index.php | |
parent | 87303b0d3540037fb94efdde24dbaacb2880d6cb (diff) | |
download | main-95112b1eb06a4be531ded59563d53a63a8d614e8.tar.gz main-95112b1eb06a4be531ded59563d53a63a8d614e8.tar.bz2 main-95112b1eb06a4be531ded59563d53a63a8d614e8.zip |
Opening!
Diffstat (limited to 'creations/neutron/index.php')
-rw-r--r-- | creations/neutron/index.php | 230 |
1 files changed, 115 insertions, 115 deletions
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"; ?>
|