Update homepage to better reflect the current state of the project

This commit is contained in:
Sainan 2025-10-27 17:29:05 +01:00
parent 492cd03af1
commit 9903058750

View File

@ -9,14 +9,15 @@
<body data-bs-theme="dark">
<?php require "_components/navbar.php"; ?>
<div class="container mt-3">
<p>OpenWF is a software suite centered around customizing Warframe, including:</p>
<p>OpenWF is a community project to play Warframe offline, specifically for preservation and customization.</p>
<h3>Software</h3>
<ul>
<li><b>SpaceNinjaServer</b> an <a href="https://openwf.io/SpaceNinjaServer.git">open-source</a> reimplementation of the game's web services. As we have custom server software, OpenWF avoids interference with the live game while allowing full customization of savedata.</li>
<li>The <b>Bootstrapper</b> our main DLL patching the client to connect to custom servers, but for newer versions, it also has some QoL features and cheats as well as a scripting API, label replacements and metadata patches, allowing for extensive customization of the experience. <a href="https://onlyg.it/OpenWF/Mods" target="_blank">Browse mods.</a></li>
<li><b>SpaceNinjaServer</b> is a customizable, <a href="https://openwf.io/SpaceNinjaServer.git" target="_blank">open-source</a> reimplementation of the game's web services.</li>
<li>The <b>Bootstrapper</b> patches the game client to connect to custom servers, but for newer versions, it also has some QoL features and cheats as well as a scripting API, label replacements and metadata patches, allowing for extensive customization of the experience. <a href="https://onlyg.it/OpenWF/Mods" target="_blank">Browse mods.</a></li>
</ul>
<a href="guide<?=$ext;?>" class="btn btn-primary">Get Started</a>
<h3 class="mt-3">Preservation</h3>
<p>OpenWF works entirely offline, so the versions supported by OpenWF will always be available to play and revisit, and it is indeed already possible to <a href="old-versions<?=$ext;?>">revisit old versions</a>.</p>
<p>The versions supported by OpenWF will always be available to play and revisit. <a href="old-versions<?=$ext;?>">Browse versions.</a></p>
</div>
<script src="_assets/bootstrap.bundle.min.js"></script>
<script src="_assets/censorcanary.min.js" defer></script>