123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
- <link rel="stylesheet" type="text/css" href="/css/global.css">
- <link rel="icon" type="image/png" href="/img/icon.png">
- <title>Libremind - Contact</title>
- </head>
- <body>
- <div class="navigation">
- <div class="logo">
- <a href="/">
- <img src="/img/logo.png" alt="[ Libremind Logo ]">
- </a>
- </div>
-
- <ul>
- <li><a href="about.html">About</a></li>
- <li id="active"><a href="/">Contact</a></li>
- <li><a href="https://mirror.libremind.org/">Mirrors</a></li>
- <li><a href="https://notabug.org/libremind/">Git</a></li>
- </ul>
- </div>
- <div class="header-line"></div>
- <div class="page">
- <h1>GPG Encryption</h1>
- <p>If you want to contact me securely through email please use my <a href="/files/libremind-key.asc">public key</a> or <a href="/files/libremind-key.txt">plain text</a> version, be sure to verify the fingerprint.</p>
- <pre>pub rsa4096 2021-09-21 [SC] [expires: 2026-09-20]
- F950538BCDAB49DD2EF658112BEDACC817511643
- uid [ultimate] Andrea Luzzi <andrea@gnu.org>
- sub rsa4096 2021-09-21 [E] [expires: 2026-09-20]</pre>
- <p>If you're using GNU/Linux use this command to directly download and import my key:</p>
- <pre>wget https://libremind.org/files/libremind-key.asc -qO - | gpg --import</pre>
- <p>or download it from the keyserver:</p>
- <pre>gpg --keyserver keys.openpgp.org --recv-keys 0x2BEDACC817511643</pre>
- <h1>IRC (Internet Relay Chat)</h1>
- <p>You can contact me through IRC on the <a href="https://libera.chat/" target="_blank">LiberaChat</a>.</p>
- <pre>Server Address: irc.libera.chat
- Username: libremind
- Channels: [ #hyperbola - #libreboot - #gnu - #fsf ]</pre>
- <h1>Jami</h1>
- <p>You can contact me through <a href="https://jami.net/" target="_blank">GNU Jami</a> using the ID or username:</p>
- <pre>ID: 1656a2b15bd0565a8477c07d93e8a0bd1667ac19</pre>
- <p>or</p>
- <pre>Username: libremind</pre>
- </div>
- </body>
-
- <footer>
- <p>Copyright © 2021 Libremind • This page is licensed under a <a href="https://creativecommons.org/licenses/by-nd/4.0/" target="_blank">CC BY-ND 4.0</a> License • Hosted on <b>Iridium</b></p>
- </footer>
- </html>
|