Compare commits
11 commits
cdb08b0da2
...
963780f04e
Author | SHA1 | Date | |
---|---|---|---|
963780f04e | |||
4d21064b30 | |||
3a352ee954 | |||
c659f5f794 | |||
d8c9b752a7 | |||
658044f9b8 | |||
3d501dbeff | |||
a8b5baa71f | |||
502113c776 | |||
2e31093915 | |||
61d300d1be |
10 changed files with 27 additions and 24 deletions
|
@ -1,4 +1,4 @@
|
|||
Copyright (C) 2020-2024 luca0N! Some rights reserved.
|
||||
Copyright (C) 2020-2025 luca0N! Some rights reserved.
|
||||
|
||||
All content on the luca0N!.com website - including the luca0N! logo - is
|
||||
licensed under the Attribution-ShareAlike 4.0 International license unless
|
||||
|
|
|
@ -4,7 +4,7 @@ This repository contains all sources for the third revision of the luca0N.com we
|
|||
|
||||
## License and copyright notice
|
||||
|
||||
Copyright © 2020–2024 luca0N! Some rights reserved.
|
||||
Copyright © 2020–2025 luca0N! Some rights reserved.
|
||||
|
||||
The contents of the luca0N!.com website are licensed under the Attribution-ShareAlike 4.0 International license unless otherwise stated. See [COPYRIGHT](COPYRIGHT) and [LICENSE](LICENSE) for more information.
|
||||
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
<footer>
|
||||
<p>This website is hosted on <a href="https://nautilus.luca0n.com">Nautilus</a>. <a target="_blank" href="https://www.luca0N.com/en/privacy">Privacy Notice</a> | <a target="_blank" href="https://www.luca0N.com/en/tos">Terms of Service</a></p>
|
||||
<p>All content on this webpage—including the luca0N! icon—is licensed under the Creative Commons Attribution-ShareAlike 4.0 International license unless otherwise stated. <a href="https://git.luca0n.com/luca0N/luca0N-website" target="_blank">[View website sources]</a></p>
|
||||
<p>Copyright © 2020–2024 luca0N! Some rights reserved.</p>
|
||||
<p>Copyright © 2020–2025 luca0N! Some rights reserved.</p>
|
||||
</footer>
|
||||
</main>
|
||||
</body>
|
||||
|
|
|
@ -10,7 +10,8 @@ Want to get in touch with me? Here's my contact details (feel free to use any o
|
|||
|
||||
## Extras
|
||||
|
||||
These are accounts that I have, but don't consider my main ones:
|
||||
|
||||
- GitHub: [@luca0N](https://github.com/luca0N) (I am actually on GitHub solely to contribute to FOSS projects hosted on there, but my software stays in [my Git server](https://git.luca0n.com/luca0N).
|
||||
These are other accounts that I have on other websites:
|
||||
|
||||
- GitHub: [@luca0N](https://github.com/luca0N) (I am actually on GitHub solely to contribute to FOSS projects hosted on there, but my software stays in [my Git server](https://git.luca0n.com/luca0N)).
|
||||
- GitLab: [@luca0N](https://gitlab.com/luca0N) (The same as with GitHub: I use GitLab exclusively to contribute to software that's hosted in there).
|
||||
- Weblate: [@luca0N](https://hosted.weblate.org/user/luca0N/)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# PGP Public Key
|
||||
|
||||
*Last updated: 2024-07-30*
|
||||
*Last updated: 2025-01-14*
|
||||
|
||||
If you want to send me e-mail, I do accept PGP encrypted messages (and I also strongly suggest you use it). If you send me encrypted mail, I will encrypt my replies (as long as I can find your public key).
|
||||
|
||||
|
@ -9,14 +9,14 @@ If you want to send me e-mail, I do accept PGP encrypted messages (and I also st
|
|||
Here's my public key:
|
||||
|
||||
<pre>
|
||||
pub rsa4096 2020-12-12 \[SC\] \[expires: 2025-01-26\]
|
||||
pub rsa4096 2020-12-12 \[SC\] \[expires: 2027-01-04\]
|
||||
8C6B06FD67BDFBFF21E181243DB7E87C9EDE084C
|
||||
uid luca0N! <luca0n at luca0n dot com>
|
||||
sub rsa4096 2020-12-12 \[E\] \[expires: 2025-01-02\]
|
||||
sub rsa4096 2020-12-12 \[E\] \[expires: 2026-01-14\]
|
||||
sub rsa4096 2021-01-05 \[S\] \[expired: 2023-01-02\]
|
||||
sub rsa4096 2023-04-02 \[S\] \[expired: 2023-07-01\]
|
||||
sub rsa4096 2023-07-10 \[S\] \[expires: 2025-01-02\]
|
||||
sub rsa4096 2023-07-30 \[S\] \[expires: 2025-01-02\]
|
||||
sub rsa4096 2023-07-10 \[S\] \[expires: 2026-01-14\]
|
||||
sub rsa4096 2023-07-30 \[S\] \[expires: 2026-01-14\]
|
||||
</pre>
|
||||
|
||||
- [Download binary file](/assets/luca0N.gpg)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SWG Context Configuration File
|
||||
# Copyright (C) 2022-2024 luca0N! <luca0n.com>
|
||||
# Copyright (C) 2022-2025 luca0N! <luca0n.com>
|
||||
|
||||
# This is a very minimal .ini-like configuration file.
|
||||
#
|
||||
|
@ -24,7 +24,7 @@ WebsitePublisher="luca0N!"
|
|||
# published on the website. Multiple copyright holders can be specified here.
|
||||
WebsiteCopyrightHolder="luca0N!"
|
||||
# This defines the copyright year or copyright years of the published content.
|
||||
WebsiteCopyrightYears="2020—2024"
|
||||
WebsiteCopyrightYears="2020—2025"
|
||||
# This defines the license of the published content.
|
||||
WebsiteContentLicense="CC-BY-SA-4.0"
|
||||
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
<footer>
|
||||
<p>Este sítio está hospedado em <a href="https://nautilus.luca0n.com">Nautilus</a>. <a target="_blank" href="https://www.luca0N.com/en/privacy">Declaração de Privacidade</a> | <a target="_blank" href="https://www.luca0N.com/en/tos">Termos de Serviço</a></p>
|
||||
<p>Todo o conteúdo neste sítio — incluindo o ícone luca0N! — está sob a licença Atribuição-CompartilhaIgual 4.0 Internacional a não ser que outra licença tenha sido especificada. <a href="https://git.luca0n.com/luca0N/luca0N-website" target="_blank">[Ver fontes deste sítio]</a></p>
|
||||
<p>Copyright © 2020–2024 luca0N! Alguns direitos reservados.</p>
|
||||
<p>Copyright © 2020–2025 luca0N! Alguns direitos reservados.</p>
|
||||
</footer>
|
||||
</main>
|
||||
</body>
|
||||
|
|
|
@ -10,7 +10,9 @@ Deseja entrar em contato comigo? Aqui estão os meus detalhes de contato (sinta-
|
|||
|
||||
## Extras
|
||||
|
||||
Estas são contas que eu tenho, mas não considero minhas principais:
|
||||
Estas são contas que eu tenho em outros sítios:
|
||||
|
||||
- GitHub: [@luca0N](https://github.com/luca0N) (Eu estou no GitHub somente para contribuir para projetos FOSS que estão lá, mas meu software continua no [meu servidor Git](https://git.luca0n.com/luca0N).
|
||||
- GitHub: [@luca0N](https://github.com/luca0N) (Eu estou no GitHub somente para contribuir para projetos FOSS que estão lá, mas meu software continua no [meu servidor Git](https://git.luca0n.com/luca0N)).
|
||||
- GitLab: [@luca0N](https://gitlab.com/luca0N) (A mesma coisa com o GitHub: eu uso o GitLab apenas para contribuir para software que está hospedado lá).
|
||||
- Weblate: [@luca0N](https://hosted.weblate.org/user/luca0N/)
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Chave pública PGP
|
||||
|
||||
*Atualizado pela última vez em: 2024-07-30*
|
||||
*Atualizado pela última vez em: 2025-01-14*
|
||||
|
||||
Se você quiser me enviar e-mail, eu aceito mensagens criptografadas com PGP (e também recomendo isto). Se você me enviar e-mail criptografado, eu irei enviar minhas respostas criptografadas (se eu conseguir achar a sua chave pública).
|
||||
|
||||
|
@ -9,14 +9,14 @@ Se você quiser me enviar e-mail, eu aceito mensagens criptografadas com PGP (e
|
|||
Aqui está minha chave:
|
||||
|
||||
<pre>
|
||||
pub rsa4096 2020-12-12 \[SC\] \[expires: 2025-01-26\]
|
||||
pub rsa4096 2020-12-12 \[SC\] \[expires: 2027-01-04\]
|
||||
8C6B06FD67BDFBFF21E181243DB7E87C9EDE084C
|
||||
uid luca0N! <luca0n at luca0n dot com>
|
||||
sub rsa4096 2020-12-12 \[E\] \[expires: 2025-01-02\]
|
||||
uid luca0N! <luca0n arroba luca0n ponto com>
|
||||
sub rsa4096 2020-12-12 \[E\] \[expires: 2026-01-14\]
|
||||
sub rsa4096 2021-01-05 \[S\] \[expired: 2023-01-02\]
|
||||
sub rsa4096 2023-04-02 \[S\] \[expired: 2023-07-01\]
|
||||
sub rsa4096 2023-07-10 \[S\] \[expires: 2025-01-02\]
|
||||
sub rsa4096 2023-07-30 \[S\] \[expires: 2025-01-02\]
|
||||
sub rsa4096 2023-07-10 \[S\] \[expires: 2026-01-14\]
|
||||
sub rsa4096 2023-07-30 \[S\] \[expires: 2026-01-14\]
|
||||
</pre>
|
||||
|
||||
- [Download binary file](/assets/luca0N.gpg)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# SWG Context Configuration File
|
||||
# Copyright (C) 2022-2024 luca0N! <luca0n.com>
|
||||
# Copyright (C) 2022-2025 luca0N! <luca0n.com>
|
||||
|
||||
# This is a very minimal .ini-like configuration file.
|
||||
#
|
||||
|
@ -24,7 +24,7 @@ WebsitePublisher="luca0N!"
|
|||
# published on the website. Multiple copyright holders can be specified here.
|
||||
WebsiteCopyrightHolder="luca0N!"
|
||||
# This defines the copyright year or copyright years of the published content.
|
||||
WebsiteCopyrightYears="2020—2024"
|
||||
WebsiteCopyrightYears="2020—2025"
|
||||
# This defines the license of the published content.
|
||||
WebsiteContentLicense="CC-BY-SA-4.0"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue