2025-03-12 21:51:38 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2025-04-23 07:41:37 +02:00
|
|
|
<title>Contributing to OpenWF</title>
|
2025-03-12 21:51:38 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
|
|
|
</head>
|
|
|
|
<body data-bs-theme="dark">
|
|
|
|
<?php require "_components/navbar.php"; ?>
|
|
|
|
<div class="container mt-3">
|
2025-04-23 07:41:37 +02:00
|
|
|
<h2>Code</h2>
|
|
|
|
<p>Code contributions would be most welcome, especially on SpaceNinjaServer, with <a href='https://onlyg.it/OpenWF/SpaceNinjaServer/issues' target='_blank'>many open issues</a>.</p>
|
|
|
|
<h2>Translations</h2>
|
|
|
|
<p>Most OpenWF software has support for translations:</p>
|
2025-03-12 21:51:38 +01:00
|
|
|
<ul>
|
|
|
|
<li><a href="https://onlyg.it/OpenWF/SpaceNinjaServer/src/branch/main/static/webui/translations" target="_blank">SpaceNinjaServer WebUI</a></li>
|
|
|
|
<li><a href="https://onlyg.it/OpenWF/Translations/src/branch/main/client-webui" target="_blank">Bootstrapper WebUI</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|