translate news.php, move it to main page

This commit is contained in:
2025-10-09 22:32:32 +02:00
committed by v0id1st
parent 3098e5c010
commit 76687cc725
3 changed files with 20 additions and 27 deletions

View File

@@ -1,69 +1,60 @@
<?php
include 'header.php'
?>
<h1>> News </h1>
<h1>> Niusy </h1>
<article id="content">
<h2> 2025/10/09 </h2>
<p>
Introduced <a href="https://cloud.tylda.org">nextcloud</a> instance. We're slowly reaching linux and fediverse community promoting the initiative.
<ul>
<li>Założyliśmy instancję <a href="https://cloud.tylda.org">nextcloud</a>. Powoli odzywamy się do środowiska linuxowego i fediverse promując inicjatywę.</li>
<li>Niusy dodane na główną</li>
</ul>
</p>
<h2> 2025/10/08 </h2>
<p>
Introduced <a href="/users.php">users page</a>, which lists all user's web pages.
Nowa strona listująca wszystkich <a href="/users.php">użytkowników</a>.
</p>
<h2> 2025/10/03 </h2>
<p>
Work on interactive layout for web. Mostly css @media stuff.
Poprawiony interaktywny layout strony. Głównie css @media.
</p>
<h2> 2025/09/30 </h2>
<p>
Use SSH key as default way of logging in and other minor changes to the registration form.
Formularz rejestracji wymusza podanie klucza SSH.
</p>
<h2> 2025/09/25 </h2>
<p>
<ul>
<li>Basic gemini setup is done. We deicided to go with satellite server.</li>
<li>Wiki page.</li>
<li>Podstawowe wsparcie gemini protocol. Używamy serwera satellite</li>
<li>Strona wiki</li>
</ul>
</p>
<h2> 2025/09/20 </h2>
<p>
<ul>
<li>
Smoorg joins tylda volunteering as admin and developer.
</li>
<li>
Registration form foundation
</li>
<li>Smoorg dołącza do tyldy jako wolontariusz, developer i admin</li>
<li>Dodany podstawowy formularz rejestracji</li>
</ul>
</p>
<h2> 2025/09/18 </h2>
<p>
v0id1st introduced basic setup
v0id1st stworzył podwaliny serwera
<ul>
<li>script to invite users</li>
<li>irc configuration</li>
<li>basic html webpage</li>
<li>skrypt dodający użytkowników</li>
<li>konfiguracja irc</li>
<li>podstawowa strona html+php</li>
</ul>
</p>
<h2> 2025/07/22 </h2>
<p>
Early work is getting done. VPS hosted, zfs volumes per user.
Początek prac.
</p>
</article>
<?php
include 'footer.php'
?>