Update authors

This commit is contained in:
Booteille 2025-06-12 13:31:09 +02:00
parent fa8e9ddbf9
commit b3d1368e9c
No known key found for this signature in database
GPG Key ID: 0AB6C6CA01272646
2 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@
- pi2 (typo)
- Rain (bugfix)
- Nicolas Constant (notifications)
- Booteille (rework of the frontend)
## Vulnerabilities / bug hunters 🐛

View File

@ -16,7 +16,7 @@
<h2><%= l('How to contact the administrator ?') %></h2>
<p><%== l('Here is the contact page: %1', config('contact')) %></p>
<h2><%= l('Who wrote this software?') %></h2>
<p><%== l('The original (and only for now) author is <a href="https://fiat-tux.fr" class="classic">Luc Didry</a>.') %></p>
<p><%== l('The original author is <a href="https://fiat-tux.fr" class="classic">Luc Didry</a>. The rework of the frontend has been made by Booteille.') %></p>
<h2><%= l('How to install the software on my server?') %></h2>
<p><%== l('As Lufi is a free software licensed under of the terms of the <a href="https://gnu.org/licenses/agpl.html" class="classic">AGPLv3</a>, you can install it on you own server. Have a look on the <a href="https://framagit.org/fiat-tux/hat-softwares/lufi/wikis/home" class="classic">Wiki</a> for the procedure.') %><br>
<%== l('Get the source code on <a href="https://framagit.org/fiat-tux/hat-softwares/lufi" class="classic">the official repository</a> or on its <a href="https://github.com/ldidry/lufi" class="classic">Github mirror</a>') %>