Final release

mane
Mia Raindrops 3 months ago
parent 31c4197380
commit 72ec0c343c
Signed by: Mia Raindrops
GPG Key ID: EFBDC68435A574B7

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PublishConfigData" serverName="Minteck.org" remoteFilesAllowedToDisappearOnAutoupload="false">
<serverData>
<paths name="Minteck.org">
<serverdata>
<mappings>
<mapping deploy="/mnt/horses" local="$PROJECT_DIR$" web="/" />
</mappings>
</serverdata>
</paths>
</serverData>
</component>
</project>

@ -1,4 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="MessDetectorOptionsConfiguration">
<option name="transferred" value="true" />
</component>
<component name="PHPCSFixerOptionsConfiguration">
<option name="transferred" value="true" />
</component>
<component name="PHPCodeSnifferOptionsConfiguration">
<option name="transferred" value="true" />
</component>
<component name="PhpProjectSharedConfiguration" php_language_level="8.1" />
<component name="PhpStanOptionsConfiguration">
<option name="transferred" value="true" />
</component>
<component name="PsalmOptionsConfiguration">
<option name="transferred" value="true" />
</component>
</project>

@ -77,5 +77,12 @@
"mistyos-og": "MistyOS (Original)",
"cooler-pony": "Codename Applebloom",
"desktop": "Familine 4.x Desktop",
"share": "Familine 4.x Share"
"share": "Familine 4.x Share",
"wing-creator": "Wing Creator",
"wing": "Wing",
"aoc2022": "Advent of Code 2022",
"maneplace-stats": "ManePlace Stats",
"maneplace": "ManePlace",
"maneplace-timelapse": "ManePlace Timelapse",
"potatogochi": "Potatogochi"
}

@ -1 +1 @@
12.0.2
12.1.0

@ -2,7 +2,7 @@
<div class="container">
<br><br>
<h1>Supported by JetBrains</h1>
<h1>Supported by <a href="https://jetbrains.com" target="_blank">JetBrains</a></h1>
</div>
<div style="background-color: #000000; margin-top: 20px; border-top: 1px solid rgba(255, 255, 255, .25); border-bottom: 1px solid rgba(255, 255, 255, .25);height: 360px;margin-bottom: 20px;">
@ -76,7 +76,7 @@
</div>
<div class="container">
<p>JetBrains has been providing Equestria.dev with free licenses to their products for <?= floor((time() - 1619308800) / 31557600) ?> year<?= floor((time() - 1619308800) / 31557600) > 1 ? "s" : "" ?> now. Getting these licenses have helped us gain in productivity and focus more on writing code than fixing bugs, since the IDE will automatically catch most of the potential bugs.</p>
<p>JetBrains has been providing Equestria.dev with free licenses to their products for <?= floor((time() - 1619308800) / 31557600) ?> year<?= floor((time() - 1619308800) / 31557600) > 1 ? "s" : "" ?> now. Getting these licenses have helped us gain in productivity and focus more on writing code than fixing bugs, since the IDE will automatically catch most of the potential bugs. Huge thanks to JetBrains for their support!</p>
<p></p>
</div>

@ -5,7 +5,7 @@
<h1><b>Yes,</b> we are plural</h1>
<p>We are the Cloudburst and Raindrops systems, and we are all ponies! We happily live with plurality in our daily lives and are always collaborating together towards a stable life. If you're curious, maybe go check out our plurality website, Cold Haze:</p>
<a href="https://ponies.equestria.horse" class="btn btn-outline-info">Read more</a>
<a href="https://ponies.equestria.horse" target="_blank" class="btn btn-outline-info">Read more</a>
</div>
<?php require $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>

@ -5,7 +5,7 @@ if (isset($_GET['q'])) {
header("Location: /search");
die();
} else {
$query = preg_replace("/ +/m", " ", preg_replace("/[^0-9_\-.?=+()a-zA-Z\$€*\[\]&@ ;,]/m", " ", trim($_GET['q'])));
$query = preg_replace("/ +/m", " ", preg_replace("/[^0-9_\-.?=+()a-zA-Z€*\[\]&@ ;,]/m", " ", trim($_GET['q'])));
$title = $query . " | Search";
}
} else {

Loading…
Cancel
Save