forked from vern/website
1
0
Fork 0

Compare commits

...

30 Commits

Author SHA1 Message Date
Bowuigi 7469d0ac81 tl spa-AR: Added full translation. 2024-02-08 00:05:30 -03:00
Vitor Gonçalves 2902a77c06
tl por-BR: missed a space there 2024-02-03 15:14:37 -03:00
Vitor Gonçalves 6b57ef0e20 Merge pull request 'smalll fixes' (#18) from 19atlas/website:master into master
Reviewed-on: vern/website#18
Small typo corrections
2024-01-30 14:55:12 +00:00
19atlas b387510e4c smalll fixes 2024-01-30 15:38:34 +03:00
Vitor Gonçalves 78e47c9aa5
tl por-BR: typo 2024-01-30 07:59:10 -03:00
Skylar "The Cobra" Widulski 01096b4bab Merge pull request 'fixing Turkish translation' (#17) from 19atlas/website:master into master
Reviewed-on: vern/website#17
2024-01-30 06:46:49 +00:00
19atlas b77fbd2e64 added meta key translation 2024-01-30 08:04:26 +03:00
19atlas 7e9650b73a writting correction 2024-01-28 16:43:41 +03:00
19atlas 0fc1c018fd little little fixes 2024-01-28 14:23:07 +03:00
19atlas 5405237ad0 i forgor sorry 2024-01-28 13:43:27 +03:00
19atlas 66e0c14904 fixing Turkish translation 2024-01-28 13:32:00 +03:00
Vitor Gonçalves 262cfd7660
tl por-BR: more leftovers 2024-01-27 01:53:38 -03:00
Skylar "The Cobra" Widulski 45c703f89e
Update const in translations.php to approximated complete value
Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
2024-01-26 22:46:47 -05:00
Skylar "The Cobra" Widulski 6fcd101b46
Fix up some translation inconsistencies
Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
2024-01-26 22:44:14 -05:00
Vitor Gonçalves cdb0ce6595
tl por-BR: tor-services and i2p-services librey fix 2024-01-26 22:52:49 -03:00
Vitor Gonçalves ce8e75824f
tl: logo.html <alt> tags 2024-01-26 22:51:18 -03:00
Vitor Gonçalves 93823ef7a5
tl: forgot some bits, also recovery-scripts <meta> 2024-01-26 22:49:24 -03:00
Skylar "The Cobra" Widulski 786290aeb1
Fix bug
Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
2024-01-26 20:04:35 -05:00
Skylar "The Cobra" Widulski 5d1508e8b0
Remove the need to add the language twice
Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
2024-01-26 20:02:57 -05:00
Vitor Gonçalves f37c8c2e96
eng: roadmap.html had a unmathing description 2024-01-26 20:31:02 -03:00
Vitor Gonçalves b484b711e9
por-BR: translating <meta> tags 2024-01-26 20:26:31 -03:00
Skylar "The Cobra" Widulski f6039846d0 Merge pull request 'fixing Turkish translations' (#15) from 19atlas/website:master into master
Reviewed-on: vern/website#15
2024-01-26 20:08:54 +00:00
19atlas 20832cf9fd fixup in text 2024-01-26 22:52:24 +03:00
19atlas a27e544a59 meta package translation/fixup 2024-01-26 22:35:45 +03:00
19atlas e05a472df0 changed fixup 2024-01-26 21:49:17 +03:00
19atlas d557bc6355 small error fixes 2024-01-26 21:00:43 +03:00
19atlas 7fc09d5e18 Merge branch 'master' into master 2024-01-26 17:21:09 +00:00
19atlas 3718e1a9d2 writing fixup 2024-01-26 20:20:35 +03:00
19atlas f016eb574f fixing/adding new 2024-01-26 20:12:00 +03:00
19atlas 4cf9a3219c fix typo 2024-01-26 19:58:57 +03:00
144 changed files with 2684 additions and 221 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="A list of ~vern administrators">
<meta name="description" content="The roadmap and plans for the future of ~vern">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, roadmap, plans">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">

View File

@ -130,7 +130,7 @@
<div class=h><b id=email>E-Mail:</b> <a aria-hidden=true href=#email>#email</a></div>
<ul>
<li><a href=//mail.vern.cc>Modoboa (Reg Needed)</a> - Modoboa E-mail</li>
<li><a href=//wm.vern.cc>Roundcube</a> (AD: <a href=//rc.vern.cc>A</a>/<a href=//roundcube.vern.cc>B</a>) - Browser-based multilingual IMAP client</li>
<li><a href=//wm.vern.cc>Roundcube</a> (AD: <a href=//rc.vern.cc>A</a>/<a href=//roundcube.vern.cc>B</a>) - Browser-based multilingual IMAP client</li>
<li><a href=//sl.vern.cc>SimpleLogin (On Request)</a> - Free anonymous e-mail service</li>
</ul>
<div class=h><b id=misc>Other:</b> <a aria-hidden=true href=#misc>#misc</a></div>

View File

@ -17,9 +17,12 @@
</head>
<body>
<?php
$const = 650;
$const = 742;
$langs = array();
$langs['por-BR'] = array("Brazilian Portuguese", "Português Brasileiro");
$langs['tur'] = array("Turkish", "Türkçe");
$langs['spa-AR'] = array("Argentinian Spanish", "Español argentino");
function style($tl) {
global $const;
@ -33,7 +36,7 @@
<!--#include file="nav.php" -->
<div class=h><h1 id=translations>Translations</h1> <a aria-hidden=true href=#translations>#translations</a></div>
<ul>
<?php echo style('por-BR'); ?>
<?php foreach($langs as $tl => $_) { echo style($tl); } ?>
</ul>
<!--#include file="footer.cgi" -->
</body>

View File

@ -3,8 +3,8 @@
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="A list of ~vern administrators">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, admins">
<meta name="description" content="Uma lista dos administradores do ~vern">
<meta name="keywords" content="~vern, vern, software livre, privacidade, tilde, tildeverse, administradores">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Administrdores | ~vern</title>

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="announcements for ~vern">
<meta name="description" content="anúncios para o ~vern">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, announcements">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">

View File

@ -10,7 +10,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Warrant Canary of ~vern">
<meta name="description" content="Canário de garantia do ~vern">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Canários de garantia | ~vern</title>

View File

@ -3,8 +3,8 @@
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Costs of operating ~vern">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, costs, transparency">
<meta name="description" content="Custos de operação do ~vern">
<meta name="keywords" content="~vern, vern, software livre, privacidade, tilde, tildeverse, custos, transparência">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Custos | ~vern</title>

View File

@ -10,7 +10,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Donations page for ~vern">
<meta name="description" content="Página de doações do ~vern">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Doações | ~vern</title>

View File

@ -3,8 +3,8 @@
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Frequently Asked Questions about ~vern">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, faq, frequently, asked, questions, frequently asked questions">
<meta name="description" content="Questões Frequentes sobre o ~vern">
<meta name="keywords" content="~vern, vern, software livre, privacidade, tilde, tildeverse, faq, questões, frequentes, questões frequentes">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Questões frequentes | ~vern</title>

View File

@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="November 2022 Financial Report of ~vern">
<meta name="description" content="Novembro 2022 - Relatório financeiro do ~vern">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, costs, transparency">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">

View File

@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="December 2022 Financial Report of ~vern">
<meta name="description" content="Dezembro 2022 - Relatório financeiro do ~vern">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, costs, transparency">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">

View File

@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="January 2023 Financial Report of ~vern">
<meta name="description" content="Janeiro 2023 - Relatório financeiro do ~vern">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, costs, transparency">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">

View File

@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="February 2023 Financial Report of ~vern">
<meta name="description" content="Fevereiro 2023 - Relatório financeiro do ~vern">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, costs, transparency">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">

View File

@ -3,11 +3,11 @@
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="March 2023 Financial Report of ~vern">
<meta name="description" content="Março 2023 - Relatório financeiro do ~vern">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, costs, transparency">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Reporte Financeiro de Março de 2023| ~vern</title>
<title>Reporte Financeiro de Março de 2023 | ~vern</title>
</head>
<body>
<!--#include file="/por-BR/nav.php" -->

View File

@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="April 2023 Financial Report of ~vern">
<meta name="description" content="Abril 2023 - Relatório financeiro do ~vern">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, costs, transparency">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">

View File

@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="May 2023 Financial Report of ~vern">
<meta name="description" content="Maio 2023 - Relatório financeiro do ~vern">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, costs, transparency">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
@ -17,7 +17,7 @@
<div class=h><b id=xmr>Monero (XMR):</b> <a aria-hidden=true href=#xmr>#xmr</a></div>
<p>Recebemos um total de 0 XMR este mês. Não foi convertido para dinheiro. Este dinheiro é guardado para quando nós temos uma emergência e para conversão quando XMR subir.</p>
<div class=h><b id=usage>Utilização:</b> <a aria-hidden=true href=#usage>#usage</a></div>
<p>5 USD para Iceberg; 4.68 USD for Mythos; 27.3 USD for Typhoon</p>
<p>5 USD para Iceberg; 4.68 USD para Mythos; 27.3 USD para Typhoon</p>
<p>No total, 36.98 USD foi utilizado neste mês. Nós temos 22.36 USD + por volta de 33.98 USD (taxa de conversão de XMR na data de 1st Apr 2023) = 56.34 USD restantes.</p>
<p>O dinheiro extra não foi dividido entre o time.</p>
<!--#include file="/por-BR/footer.cgi" -->

View File

@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="June 2023 Financial Report of ~vern">
<meta name="description" content="Junho 2023 - Relatório financeiro do ~vern">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, costs, transparency">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">

View File

@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="July 2023 Financial Report of ~vern">
<meta name="description" content="Julho 2023 - Relatório financeiro do ~vern">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, costs, transparency">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">

View File

@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="August 2023 Financial Report of ~vern">
<meta name="description" content="Agosto 2023 - Relatório financeiro do ~vern">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, costs, transparency">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">

View File

@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="September 2023 Financial Report of ~vern">
<meta name="description" content="Setembro 2023 - Relatório financeiro do ~vern">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, costs, transparency">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">

View File

@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="October 2023 Financial Report of ~vern">
<meta name="description" content="Outubro 2023 - Relatório financeiro do ~vern">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, costs, transparency">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">

View File

@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="November 2023 Financial Report of ~vern">
<meta name="description" content="Novembro 2023 - Relatório financeiro do ~vern">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, costs, transparency">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">

View File

@ -3,7 +3,7 @@
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="December 2023 Financial Report of ~vern">
<meta name="description" content="Dezembro 2023 - Relatório financeiro do ~vern">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, costs, transparency">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">

View File

@ -5,7 +5,7 @@ echo "<footer>"
echo "<br>"
echo "<p>Feito com &lt;3 pelo time ~vern</p>"
echo "<p>Copyright (C) 2022-2024 <a href=/por-BR/admins>~vern</a>. <a rel="license" href="/LICENSE.txt">Alguns direitos reservados</a> sob a CC BY-SA 4.0</p>"
echo "<p>Informações sobre o logo podem ser encontrados em<a href=/por-BR/logo>/logo</a>"
echo "<p>Informações sobre o logo podem ser encontrados em <a href=/por-BR/logo>/logo</a>"
echo "<p>Encontre o código fonte desse site no <a rel="source" href="//git.vern.cc/vern/website">~vern git</a></p>"
echo "Detalhes do commit: <a href=http://git.vern.cc/vern/website/commit/$(git rev-parse HEAD)>$(git rev-parse --short HEAD)-$(git show -s --format=%ci)</a>"
echo "</footer>"

View File

@ -1,5 +1,5 @@
<!--domain.vern.i2p/?i2paddresshelper=$(i2pb64 domain)-->
<div class=h><b id=core>Core:</b> <a aria-hidden=true href=#core>#core</a></div>
<div class="h notranslation"><b id=core>Core:</b> <a aria-hidden=true href=#core>#core</a></div>
<ul>
<li><a href=http://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p>~vern</a> (<a href="http://vern.i2p/?i2paddresshelper=xcxqU-MRt4gdP8l87D9PE55Ox2AbCcmfdn8m4cKCXIAVu2nuy4P~ha1qgNlminvCfHeDrrBLnQEnDR2Vk326xnigVbEVBecA7W4h3O0n4l~up31ET6~mYEl~8AliIBop7D7452W1rwbC1uilh-kwoFwplQZypvL7t954cvEIKAYs9FC-h6qak9iOicpTcYC-uu7tYW5sku~fbn4UY6LkgvBfQOSYNST6-pilQIN-XwU6ipc4PAbPgpxSmmm9FRYn2OP2Ls49Yb9BVOJXdxxZzwOyQiPHTm88TGVnbpi-ClJOWxpaleCJwCL8eR8iDj3j09Leq6HkdLk9THnMD-Rnf7sAs8W1R3QJEb3bA~f4DFmfEa~tddQkzSJvRhX9ozL1TPPhRoar1KRvH7QvCVJNnnDsvkTIofGOT7KDAzR7ldGA3MnIXzkjWk3J7jn7E2yaF~YN8jhICrTM8gFW4ZUiY21thlC1OrZr29izBwHCnSfImCIncnhlz90taheV5vRQBQAEAAcAAA==">Address helper</a>) - Site principal do ~vern</li>
<li><a href=gemini://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p>~vern Gemini</a> - Cápsula gemini do ~vern</li>
@ -40,11 +40,11 @@
<li><a href=http://vernbzytqve2yzdud5pndkhwnkhqb2vfjtu7r42tj5savjrabsaq.b32.i2p>Spyda</a> (<a href="http://sy.vern.i2p/?i2paddresshelper=CuehhpOCePUnKmgUNgHBMaFCImB3sdw5EiP7xC6VbUFHsapAmx6SgTLJLdqU9ryIHj9iul5WQ-0YuOhRVvDzL1C0Np2DMFUTn42AVIOG~kEgz9fdtPfvqYZJEclU9Jvxza3lsWjiWbjFQudnEJHdgIQbr-Bm9r2RqCa5m4wQWUFs7IFQPPELwVYlLa-v~8CLJQliMtPlGoEfZ0JZpf45mNO8G5Br9ST1jwAzp0v1spORhNOITa0EO9KJ92r83Y0F1wsN2qpGmqa~lvbd9wajxz3lDsE2GrsjjXKkENg4WNqDep9HEz3RR7AtevZv3QsrLVuN-ddB5z5NY7tsvQlWQ2grP7rE3eHatd-r1i9inpyxN3fS7v3Vl1RHyi0PBMsCPfwKsl9n0F6ObVhuJrfUwz8JcJpJlDmEZM-b7ZHeHZpocNRvnDgHUbZP54-E0NOD0tDh5cWS7GDA4JMKLcBNeHu5mlbK9a0OdtO49QVfPUAMXAG9-ZvujcefZBk3c-JoBQAEAAcAAA==">Address helper</a>) - Um mecanismo de pesquisa e web crawler com privacidade como foco</li>
<li><a href=ssh://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p:2222>tmate</a> (<a href=/tmate.conf>tmate.conf</a>) - Compartilhamento de terminal instantâneo</li>
</ul>
<div class=h><b id=games>Games:</b> <a aria-hidden=true href=#games>#games</a></div>
<div class="h notranslation"><b id=games>Games:</b> <a aria-hidden=true href=#games>#games</a></div>
<ul>
<li><a href=tcp://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p:1234>Among sus</a> - Uma recriação das mecânicas do Among Us mas como um jogo de texto multiplayer de aventura</li>
</ul>
<div class=h><b id=social>Social:</b> <a aria-hidden=true href=#social>#social</a></div>
<div class="h notranslation"><b id=social>Social:</b> <a aria-hidden=true href=#social>#social</a></div>
<ul>
<li><p>BBS (Registro separado):</p>
<ul>
@ -56,8 +56,8 @@
<li><a href=rlogin://vernv5abwkzvlzneqto7x6vxw3bwdmd3emdnb4xuvwykwlghwaea.b32.i2p>rlogin</a></li>
<li><a href=ws://vernv5abwkzvlzneqto7x6vxw3bwdmd3emdnb4xuvwykwlghwaea.b32.i2p>WebSocket</a></li>
</ul></li>
<li><a href=http://vern2c3ryms73cqnxr3plef2npbwlg5mx75wigd3fve32m5iszya.b32.i2p>Akkoma (Registro necessário)</a> (<a href="http://ak.vern.i2p/?i2paddresshelper=p6lAOV43WMri0BJrgWBDu5eF4kG0VZOzcr~HDxKPXpgXS2QjDhU51l4qaypnTY87Qgp-zRykshbkN-ezpHv-0~j0A7bamnczRkabw2OCaFfysUUrzLsz5Z064bDCVdsL2OAGLZREgMa47whcZCCZwon9Xle2uak4YSehWR00lu8OKisX4KR64R1MsEKbYJi6BbJ1p4WhIeoXS6pZG3R0Y~1M-MtjXBus3xbFdR9JIdiDsHUu95lE6AHFpxBJFSeb9FcIRXbKdiqLsv7ZgnVhdRbEWTlt8zoVbwt2T1VyHDVF4XUYOvFyP3rdOkmMt3aX3U1A1ieZSW1fCMF0mxB0W28oW8t49828vpO1inX7o~gPOGN2jR7iiVdjziAZT5RHJ1bvrjzlAv5Y76rrqH3ewz4Rc~PgX1KClbNMV8UBZSuM8AL5Gs-XrEXPIc4F~9gj57PQbQL1nbD6IUptXno8WGPMSEWRp-0IYtqAkTj08nPy4ZmT1uSiJdblAvOpJ4xLBQAEAAcAAA==">Address helper</a>) - Social networking software compatible with ActivityPub</li>
<li><a href=ssh://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p:2221>Devzat (Registro separado)</a> - Chat over ssh!</li>
<li><a href=http://vern2c3ryms73cqnxr3plef2npbwlg5mx75wigd3fve32m5iszya.b32.i2p>Akkoma (Registro necessário)</a> (<a href="http://ak.vern.i2p/?i2paddresshelper=p6lAOV43WMri0BJrgWBDu5eF4kG0VZOzcr~HDxKPXpgXS2QjDhU51l4qaypnTY87Qgp-zRykshbkN-ezpHv-0~j0A7bamnczRkabw2OCaFfysUUrzLsz5Z064bDCVdsL2OAGLZREgMa47whcZCCZwon9Xle2uak4YSehWR00lu8OKisX4KR64R1MsEKbYJi6BbJ1p4WhIeoXS6pZG3R0Y~1M-MtjXBus3xbFdR9JIdiDsHUu95lE6AHFpxBJFSeb9FcIRXbKdiqLsv7ZgnVhdRbEWTlt8zoVbwt2T1VyHDVF4XUYOvFyP3rdOkmMt3aX3U1A1ieZSW1fCMF0mxB0W28oW8t49828vpO1inX7o~gPOGN2jR7iiVdjziAZT5RHJ1bvrjzlAv5Y76rrqH3ewz4Rc~PgX1KClbNMV8UBZSuM8AL5Gs-XrEXPIc4F~9gj57PQbQL1nbD6IUptXno8WGPMSEWRp-0IYtqAkTj08nPy4ZmT1uSiJdblAvOpJ4xLBQAEAAcAAA==">Address helper</a>) - Software de rede social compatível com ActivityPub</li>
<li><a href=ssh://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p:2221>Devzat (Registro separado)</a> - Chat sobre ssh!</li>
<li><a href=http://verndnomc4cnte4aw7yrfpse33vrw2nlwoxozxmf77zqquk6ea7q.b32.i2p>Matrix (Registro necessário)</a> (<a href="http://mtrx.vern.i2p/?i2paddresshelper=1ATSqOgxS~UM6ayZlndmEDctaIUBilqjgbT~9X0bSOC-hGGye8ybkjrLK5BNvc4YXJDrLRcmzUnncUFjiDYfQrHAvLisCkxAwLitVvdclkC8KjK81JRXCg8J-VXlVLXelpmqsq8dj0qK3O1WqK4Q9Qwcs9EhFt9qlJtDBJgGa~Ih5R1Klujv~bnCMjCsHlN4nYv5Mk1a6hEM2h~n0KJUR3vPw5fncS1IxVDj7gYqUFtEf29l4jNzYf2nBfQkXmEv62gtRvcgyH38ZlF2xUmUELWEu5VjQiPSatP4n7qTiGgaTdIHDFw0QkUE3JSiFG0UQ4euD8pqpY4u6kD5ZNgSDA3nrqH1Yjy42MQTXGCcY2FCxWYFL6t04s4sVSf1yIfhcz3KMWswyO006cSKY1hizRJNbMN1ehU~SAEBOMM7YGzHX-Vjq8C7o23Q82YWr9ZVYButqFrtLNh3t6O3bxGAFNVRuZ9s2DLRqqf0nEM4TWmVCv2toxJ7d97-PvljJb6oBQAEAAcAAA==">Address helper</a>) - Uma rede aberta para comunicação segura e descentralizada</li>
<li><a href=http://vernyaourawd4avjf7ye6g43pqovys5wqdr672kervjpev353klq.b32.i2p>Cinny</a> (<a href="http://cn.vern.i2p/?i2paddresshelper=bmZ35l73kwcyZZALT8SlEJxFfu21n~8l-DhqdsVYLlIJfW13oie-aWFTBn7pt7jD3OwbBHoNGn3D-zKyThHvM3bo0rSf1IBjAuNfG9TEVuAZCMEfkJO6mX-xNrmuR3QVxvU0QdjyYLc8ffWUC4EBD8qhH8FnjuX9J9GauNEj~TyK4yVNBi9N3rjKIMEgLujvkB-20huXzSusATI14kHVzvBXF3syPCGMGOVk~0SumotoKrfJty2qPIJUK41S7aPKNWL3lemgMJl-z~mf2xt08tCmmIxCevWvwxJr4flN9XDCBNebLYbnRgaSXUFQF7brji12Nq1J2jY4D0k2HJI8ONqiHUVwEkEUlzmjsH5lDourrtPiT3TCNnSdShXPfcK5EcFjhBM3tMx7a43x~cfiIW9aWjVPbAdXADEV0~~eqOlpQZ~cbltFJOylfC7LWdFZBfTJl0RuiPgJ7v91M8H2FMyrvb0yTjFgbVdo5VXoGsXU9czjbDaQaVkjb5hFphBPBQAEAAcAAA==">Address helper</a>) - Mais um cliente Matrix</li>
<li><a href=http://vernltmkmwexhk77dlxmqlet3djveje7gcq7lwy3l5gkemxysy5q.b32.i2p>Element</a> (<a href="http://riot.vern.i2p/?i2paddresshelper=tIFCCt3PsoKApYkoV8Bh0ovENtdVQutSRlMlkZK2smicNi0zAJQ2Jm9d2BhrveT6wx7TUmwcgLxyaNadwUuycMjZfZISXyyrOXYLUv-ebXKvzAnXH3OwAGWaLQrlw3dOFwbybzL-F4J~sTCta~VXUPlRNQNRJqgc4~~6RvbX7XMig4B6w3yQOLQTSxrxAvS4AwvHl7YqxwO2b0~GtojUlOp9NvNj6JGlPvzzhf~zHH-Kzx0ImxmP9du2yYaDkPZA9XMmMYv9mQHJpJuDPI4ZgoycduTmW4t~Y9qWfA3DPpCTbgLIBP1eqjRtQq-VFg8-v83Nk5zIMnbbVyoj~kScOF4zTYCXWfSvJiOKTZ6KajYVBxrPmx3mecT7beAOYOwgL6rTKWXSK1U1hA-THHKlPVldv44hwdXt21lKSppvmZ59U6ddkFR-uctUEdyiPhHznRmhW~ch5mJPGsMqT-SB~TkbEQK7YpAcEtsBHc7-0d1-QVBDEsiihU62tJwT2dfQBQAEAAcAAA==">Address helper</a>) - Colaboração e mensagens seguras</li>
@ -71,10 +71,10 @@
<li><a href=http://vernd6f2dxbwfwp4fbkrdz75k2h2wyudmvwrqkrgkawjjrm72z3a.b32.i2p>ConverseJS</a> (<a href="http://cjs.vern.i2p/?i2paddresshelper=k4zDH2EUvSxpm4hax8CmKvKZr3UJ2t9u3sS3zy76BXvGqId6i3pyuEVP8LT0uKxrSEOzHOcZOJPZ5iBIYH4wXQ46iDz3haOW8HvjAAhkKOUxDaUwk51LeMx7p2~xQu8k59B30YCvXi2Ho2LCxwxcFGy4KUc-mT6EVpRhh76QirwlBKO~Xn681d0PtdHDvFFRzX8VHtO57S74mQceodTfmw9QAOYhl1GrjsJldIqECQS-03NOHjeMPTYXYZA0nAa~~pHBnnwoiBkdUglg2DagIidLIFupzrMybCWP1BiWHJEVSvO~2zDsu-g0dVvI4FKzKPcG8hAOZDkNn0acZpzrxz66j4Bk7lLLCTdIcgI~R7VAC47MaidK7AXv2KOyhY1AivNg~msMIVWmaeMW4oheCo-MlyxKeUhEF~rv4x4LBjsbuwx9z74pDLmwClg~-VjVMcxKB10SCfQ8T8MBfzP9X9s6DFvoYp8cGfLPhDsbWE7MpRTsSROpsioohweJOncrBQAEAAcAAA==">Address helper</a>) - Um cliente XMPP no seu navegador</li>
<li><a href=http://vern5vicrpk2n4knr3c2qfyu5g4cjiwiulqa4txrriske7vyv3ta.b32.i2p>FreshRSS (Registro necessário)</a> (<a href="http://rss.vern.i2p/?i2paddresshelper=BzRZQhMgx1AI-XSH0PEpIWpTVsn~lTThaNFTb-49vdhbCHQvxaUiGkD6d8V6WWiG29~r2TcORKxGO9HcfgFnd9j8uKSL6-mvOAzsxcThxcE15-DuJ2BH0pKSmThiNvWQQkCAQPtdXCEXsTaD~ZjJ7KJfdYh-6JwoModhjAsRTgMrsm2-CdQYKR9r486GMqJqb1ZuroBg41W9KBsYToozsYt0VOYh82amz7TKZ4fCpiG~1IS0kTvSPlX3DLeeDFOIyn1dRPtb5Z0Qy0AhF9V4fT-COTgbscD7YpkqUSjhvLGJ~9LouMIqrd2fGy1J67BWy4m7gcMk6UYePd4voofE9Okv7XjUSfPAT5nAhYxW3dal3fWXG4ugzA0KjnWK0pFRoI044KbvBABYE-~466wxLk5~zGso7nqrAJnEi~d6NIl3azoLcG-MNPLXQKJcVqLeJWg729bukGOUPBZEwA6Rx9RvX0ENp3nEX3OLv3rug4XDZtJImr1s5toZsmLcP99BBQAEAAcAAA==">Address helper</a>) - Um agregador livre</li>
<li><a href=http://vern4yi5vpg5cp42pwxndb6jingckjofyxxvpwaonolqmn74wbqq.b32.i2p>Miniflux (Registro necessário)</a> (<a href="http://mf.vern.i2p/?i2paddresshelper=GDffQ9y4-nL7i~Lfr-CwaTsZsWQAQdY1spOpmcYpF1ZDsXwy3djPipMr-X~lEnrqZszvvONNSaHo-EAKBqnxhIF6nF94poZICAkQ~sV~dJv-OGxdgK2rEahxkUPpJEcaQc14ShEzgSso4xmAVPLgwmOvA2W~pP3v6MIcHM12T6ua-cD~1-gMTxR3lKQ27zUujQPDlxEYVJuL76YOIpBx4my7xsrirhKleR0O8TbMVeHsl~D1hVw8M51KnDmC8yhd~MAfp9UwOfI4NavtdIHsTx6NrnyGh~b-PFJauvYmWrJiqZ9XAQqxPqyG8n6jM~4Lff-DPBSG0Bz-HpsfyBDhbNWU-FpF1WMlez~O54sy49PbXU9fgBg4qHZ-63f9Su7-P4iPUt9yxI6RIjv7EPP-20J7fR-nl-5CBWW2-jpVeEunXiEjuMUXqyNYnKUkmIJbPHB~7b0IpirhAcDibCH2Qp2mS0PxJd6xFxWesY138FwYxGZj5iRhXO7~baH~f9XXBQAEAAcAAA==">Address helper</a>) - Leitor de feed minimalista e opinado</li>
<li><a href=irc://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p:6668>Soju (Registro necessário)</a> - a user-friendly irc bouncer</li>
<li><a href=irc://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p:6668>Soju (Registro necessário)</a> - Um bouncer IRC amigável</li>
<li><a href=irc://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p:6667>ZNC (Requisição necessária)</a> (<a href=http://vernd722rkd3v2o5ppu3aphmfhdthmillq5patn4fa7qvk5ngiaq.b32.i2p>WebUI</a> (<a href="http://znc.vern.i2p/?i2paddresshelper=5bB7duCxzhc43QFrE19C2omvz~Ugl7Ioz24BZK3gehVU0qQueJqVCMVcM0wJ9F915HNXSsQQFRrpNoi4C6AAAWYDfibknVmc8OQn~9~jCJ-PCCrUdj0Yt9J~SGOR3wLMcpXRN6tVl0s6Iw5l2rKVlxy3KWo0W9F0fXLAw5DSEZyBvxooezKbahDLeA1EhQCQLALy4X1gXbdSBNH0Dl~lfEerPF1bX~vZZxRdtOwzot2KvVh614n1IoctC7wDQbzsBxbEu4OCDCsTEnuPF-e5ARIsyAtv4gc6A0rmGLVVV7HnqyCW8vNDilT1Vnc1s14~~l0HWEfWvaVl~-QO656K~E2l1PWdk0yEHoAQlPwYyCdSQFjwtbWqJqQPurWi9PWylZBjUOVXYCAjuBnDaw-WJimbYa8TqFOVWpz7LikwOo-c1ARRANkmdXg7Xva5CIbdFYPy8IVDG7rY~7G2cHiNNqDGauH62JqW2wcOYaih7GXJnUJfzyNRnXyDeZLGcQDNBQAEAAcAAA==">Address helper</a>)) - Um bouncer de IRC na rede (BNC)</li>
</ul>
<div class=h><b id=frontends>Front-Ends:</b> <a aria-hidden=true href=#frontends>#frontends</a></div>
<div class="h notranslation"><b id=frontends>Front-Ends:</b> <a aria-hidden=true href=#frontends>#frontends</a></div>
<ul>
<li><a href=http://vernmzgraj6aaoafmehupvtkkynpaa67rxcdj2kinwiy6konn6rq.b32.i2p>AnonymousOverflow</a> (<a href="http://ao.vern.i2p/?i2paddresshelper=KDjf2SNDy~U5HdnFPtpYKxwQARgjhQaSoX~9JVlnqrVF-FuAAChPbc4qQjighm9~HW4Fuv8vhI7N5POUCT-nH0Z9DDv6yg-1KgQAnVzSPTEjvAPWsV072aXyhtvfeWSo~DrIvqIwg-roXH2ZatGJjtOZdifYSqzPnRrjR5H037lq2QVtMLgHlQHYLXNeswoD4pT6RtMIvCsZ440yd0hTDIMmUKnjWQIDuCLgLvlc6-PMMlQqlCpkzx4vmKGgzFrjnNOrM-ooBpJRruMxsYRdpky~yMI5ZG-AcXzfshntFoOBtSf6L1Ya8xWxiSn8GGB3BOswrkok3FbeK~Z9fNOXph97C08xYSDPvPMPS5IW48O2WrtbLVE3XSGJdY3yEmPDF4u5lbKh-cA2qaxleXLmX919c~P8uzqic9XYCHh9BH8x8mlFycOPqrVpXpvhe7QECRHgoeNh4EYvaDUpmYrmoDMFBSUfZ585GfT~igrnq23SvHTaWgpupLtEUiQ6suo0BQAEAAcAAA==">Address helper</a>) - Um front-end alternativo para StackOverflow</li>
<li><a href=http://vern6inmbjzqpecx4kpkq5sln3cqqrfuxfzh4au3tpxbsfbwbnta.b32.i2p>Beatbump</a> (<a href="http://bb.vern.i2p/?i2paddresshelper=ClRoEpWK4WPpSvLYVG54V4LIJMItx4mfEpu2tyzkgRVXIFf6dGsQeh6LT4cx2P25ocFI-ZKf~RjbU-jJlhS1PiTBr5JdIJ6vkRqOt4SvENitaBUyO9qz9hPY3yZ~yNgL~SEwW~MxEHp905YaD2OUnd87ysJZi4mk7S9VhW5XheZITONnB166iR4CoJXl0COZamT7GWis9CKJOQq2qLRJZEis~8wlT7Nuhha2YpH9TNSzi~tn6zQC8WG3PbKlhWT8y-36baHlDn9bLTU7gvoo-jJ~wXRa0lA~ttQeWKWTJmj9wYFgrTwkmkfR-XxTX-eGKTLA0DblnmDvMYYOhxqzBDkyLY~aatuwGcJn4No17Rk4J1ffWUUNMqHOoylpbTSx9H0cNe1FmgKaDW~6bFKKaM6pMvjq9Y4TWC~wmpSr-Flkq1QduQsfLPLaaA0njnQKEW5ebp2CVi0fshN-QihPjP7IgqWymJaYfAw1ZT350mDImCGqBBhCClqQcWuJh7VzBQAEAAcAAA==">Address helper</a>) - Um front-end alternativo para YouTube Music</li>
@ -91,7 +91,7 @@
<li><a href=http://vernb4mvgeej5kawfg3tm337sbihdf4i6oy7w4trirgsnaq67zva.b32.i2p>Librarian</a> (<a href="http://lbry.vern.i2p/?i2paddresshelper=~aJ0dvCU8CGnTCNK~2hzqjN1dejvsjQl9TnyU-6fx3I8tWhby-6SUvgVn6RSdH-hfAw94a6YG1oDT1dNrdi~F5mjqFpXL3uB2wPOT0t~oTTD1PXTjja7pKt1URn4~mmJ1zkekLeGm-1qVoIjqY2SI0O4yuU9BiBFluuYRdFLpTBS1yp-al69sUnvz8ATBS6LmsxqfgnMi5pK4nJJ78QX-uwiTWXOTeJB~wK3qE9BDisqoUk0lAXZHcZJ3OM42VbQe5QmvR1a7vb88dY~Vz1EvyShZzEI5fCTVaqXxgndhHX2h8HG~8uwv4EiUG3qZ2dorPFNzIWZ~1zq-uxil42U1w50MBiL1mSd0FkB4L~bNyZ0U4eEBUhu8fTrR3YOfes0W7ZNJc1HdIQTa1dgNt5gfT0FtZZOIeQ6dCdQcoPtT9~I5sjwB~6VCT0jKlBU8x1A0MTpdnWV8CB5xkWXY5BOMM1BO2SI8v07l1MufF~B5oE23ffVxVl2-BB7p0JSUzhMBQAEAAcAAA==">Address helper</a>) - Um front-end alternativo para LBRY/Odysee</li>
<li><a href=http://vernchoyi4qjf6sz5vi57sskoelw5lsf53u62i5uvktzpa6sxv3a.b32.i2p>redlib</a> (<a href="http://lr.vern.i2p/?i2paddresshelper=0U73L4kx5lSBfantzfCBd5cmXhRQmlhmyUORWhNzWtLKG12tpNc23Xff2uFXxm1IGdxYkenvDQ23V4b0FuF7119N8NCniTT8~scfuvRfZImIXISO5klcSXKzcVCHgJC0LIfuC7saNl5AiOcNM3dIix7jmBvvoJUn4PuRZFdmI5U7~9-czgE-uzUq1IUcAjwykeXygh4zhb5DTiykivBZY3IoYCy2JipNKHkIyJfvfwNziJjc2nXpqJht0VSCH~~UPq1l3yQfyXy3p0oMrkYR0rhmwp5ikcDYZIK9m1YgJo8p0xyUEOafcn3IudOh3PQ8Buh4Mn7R5gy1tmlBB72v0b1xwhJ~jbDJ1syx6aBhbHjp7tZoyVUSpoWM32N~H0v9IksJthwf6Qg-mMnsG1rW~nV~er11sUYNEbGM8WA2i25dQkSTr8LERBIcSQzsyKW9~J~VrSk6M1WQwkTnbcAbimxh~aIrSV5ymcj56hMugWhsA2IGmPNF2GDQWEVbtFdQBQAEAAcAAA==">Address helper</a>) - Um front-end alternativo para Reddit</li>
<li><a href=http://vernz3ubrntql4wrgyrssd6u3qzi36zrhz2agbo6vibzbs5olk2q.b32.i2p>LibremDB</a> (<a href="http://ld.vern.i2p/?i2paddresshelper=Ruuf9nd2isRebC0kS18vtzM3pRScKisYEfyyabNROiuiwdIHF0yO04IjjcNalfHNEsPObnYvemGJ1746lJ7koR5KbqY47AkUrUdtMcreRfUGwRm-mUcoGo8JlC5-WNNNDrdxm0dVxFRkY3~RutgmpIhB35qJ0kPe4EovmFssflSJS7E9osbkCJWRae2KaZyLJfk3JGGoWFTeIjSXANw4L7Kl6D3Khf1cMzyk71G~TiUgfPnjoluFrWsJYIml692~XrxWlUPvpLEJ5WKjAvVskaZrCW0Bkxd5d6rRjosXQzwhkRUTiZgKYnD3QdNm3CdHrqlaPModq0-8FZTYutGeYnmBoDNGwcdfHT8z5LqVTGBXqrg1gcnmK-ktudEhFV0fxOwZqJgDnMFJ~9aj2vUJB1FamxPz9gy14-jWAiXylEeG7cUjsKpSANDhjstJN95qUz8mrlsmCKCbVoty19xbejZScByL1G~WRSNx8rXb3vO9DZzUfsppDtbJ3~gxwkzFBQAEAAcAAA==">Address helper</a>) - Um front-end alternativo para IMDb</li>
<li><a href=http://vernziqfqvweijfaacmwazohgpdo2bt2ib2jlupt2pwwu27bhgxq.b32.i2p>LibreY</a> (<a href="http://lx.vern.i2p/?i2paddresshelper=7etEuQdh3-j~YmT422p~MjCWgj84lPbo0hkfoGTjotdKG5em3OIS5nvp4ooq4KD72kod8MyFSrWOUcqRTcEc8sJm5zVMocbmMbxKkFyehpCqq7s3n2QLd-P1VFg9ufTcp7kEsfKhKuCi9CtAEt87RIUhLIhPkdvLNw21Oxe-3Y~jcZ1FutcXQCm9TsyEkEZBVueqBM1akm~wr0mY6w~d2kTXvOZ2l5xX6UjTFv2t6GAh5sup63V-FazU1tL~EQOWuhR~Bv~i-fBqRlvqMJhXn3Wkx7Nk6Ql9cZa9-UKCLX8u5DWxWDQl78WTr~ROb~uSNOAWY0Ex2PZ9Y6KTTMrVPtMcvqZ7nQ7rVEQgHqUBlFmLydso5s8l8f1~x9FfaYdc3Opj-Kebg8FC2SOgIo6ZoGvLvMf-TT70N-L6DJv9nuap0h64sAa9CkkH7ytOm5qZcp2icCYBIMQTccq8w4VF3OiKwLjyMdhfULjLkAKi6oefAQjh52T5Z13O54IwwKYfBQAEAAcAAA==">Address helper</a>) - A meta search engine for Google and popular torrent sites</li>
<li><a href=http://vernziqfqvweijfaacmwazohgpdo2bt2ib2jlupt2pwwu27bhgxq.b32.i2p>LibreY</a> (<a href="http://lx.vern.i2p/?i2paddresshelper=7etEuQdh3-j~YmT422p~MjCWgj84lPbo0hkfoGTjotdKG5em3OIS5nvp4ooq4KD72kod8MyFSrWOUcqRTcEc8sJm5zVMocbmMbxKkFyehpCqq7s3n2QLd-P1VFg9ufTcp7kEsfKhKuCi9CtAEt87RIUhLIhPkdvLNw21Oxe-3Y~jcZ1FutcXQCm9TsyEkEZBVueqBM1akm~wr0mY6w~d2kTXvOZ2l5xX6UjTFv2t6GAh5sup63V-FazU1tL~EQOWuhR~Bv~i-fBqRlvqMJhXn3Wkx7Nk6Ql9cZa9-UKCLX8u5DWxWDQl78WTr~ROb~uSNOAWY0Ex2PZ9Y6KTTMrVPtMcvqZ7nQ7rVEQgHqUBlFmLydso5s8l8f1~x9FfaYdc3Opj-Kebg8FC2SOgIo6ZoGvLvMf-TT70N-L6DJv9nuap0h64sAa9CkkH7ytOm5qZcp2icCYBIMQTccq8w4VF3OiKwLjyMdhfULjLkAKi6oefAQjh52T5Z13O54IwwKYfBQAEAAcAAA==">Address helper</a>) - Um meta-mecanismo de pesquisa para o Google e sites torrent populares</li>
<li><a href=http://vernerox4q74g7o5vunlrisutgriuyl5qcoooinmzhrflse62nwa.b32.i2p>MeMe</a> (<a href="http://mm.vern.i2p/?i2paddresshelper=7Zk0psvyaWPnAaqypqady7-pJWGhACPHuteBLlvbiLBk2zvksfF8ulyJwPUw8qab3tsE3z-xJ44l1iUZS~jIdqpHHsHwV2OrFNTEwj0kMx~gjaF6EraAB4z1Lt06~7oB3bKSWczGKFaZBKmbqfakCZ~psFxSavcipkvfY~b6LWLsUF02w8Csg4QKyoTv~GSIiWdRVhAkXLhRJJoKnNqSNHUu2y5wCadES3B0nwrj4TBfDa89tXbzafnk8qVU1IYYwvXoJDXEwAIKartkGY1slEuAEtLlPZyre1N4OY1h6MHbzHwYxvY5H8ec3ppullH7LDdXSpdGOC8HjDHsuMwDnVAtYa8DSBjxWNBemRIvq074mtNre1mNM9rTEvrWfsvWnh85y2yOEjs7kqHyr0hVW07uDlIxtgPGgTuKOJCKbrC8AS4iqyz9cMDO9-UsT71QvmY4KO4ovXllzo-1C~~da20uUWUB~7w17rL0qlE3Irm2MQEvtp-ksMgy76tHhmbsBQAEAAcAAA==">Address helper</a>) - Um front-end alternativo para Know Your Meme</li>
<li><a href=http://vernkhr6duyh3tvrh7erkrwpwbqpztulwizzr2ma4ivvmr3xbdga.b32.i2p>Neuters</a> (<a href="http://nu.vern.i2p/?i2paddresshelper=4-kjooNgfUsbLj-d--5YzsBF8nKISvTJ5WpCJlgmF9lljKEoUkT0IrRjUaAWDnErafEjAXrpUtBAneNDVucOk7srn4OfFGxjtu9J~rXRGzHUhI8ln7zEWYorVe3629~XZsUwK~pFp3a5jltwC9wjj-bQjQSzGR25z5baSyDc70kitzdiRVHehY3rHWfWNP8nHGMsai4Guw2kg4UF19qUhA~imFP32MoVHU9saY8OqnGUbGCfNmJyLWF-RUFh9wgmuDj7o44HAi26rYek-1OS9V4umfQV3X0oVafGTtTid2vOzgjj0eKXOVkRndAGHUp3PyT6xcrjttYZ3Y0EutJ9tU28zZd~ZJqfUVgUWxzeRt-muQHIqwEen5d1jHKXTWEvhZNBTo9fqUdKCDS5kGMiCD5z1wQI4H9us5pfsgH-~uE0Pn3Zj8nkqU358vrJfvOwJB0V8g4np3B0mkLK2qKG9D~Sl24-TmZENTxdR55kFAKfEEqvT3EurbnKVbxpIAQIBQAEAAcAAA==">Address helper</a>) - Um front-end alternativo para Reuters</li>
<li><a href=http://vernzdedoxuflrrxc4vbatbkpjh4k22ecgiqgimdiif62onhagva.b32.i2p>Nitter</a> (<a href="http://nt.vern.i2p/?i2paddresshelper=yxgmxe2a4f2vk1JkoC5ErcdNiN9e7ajPzgImNoqURwxyHhh2Vz0tpeX-mkWOvL-wIZ7B7yhOwVZD54C6J20bn4ny6tc4yD01-TTakxM6NN7NN012jgYwTNF6lCtfZb6pp-HdNbGqbSdNNMyCN52M~28hKBu-7ccAaQBcWhG0whDRgX6yGCpI4Dfm4aQppwf2asFtLATdSnHNh7ko6Ojpe1cJO2fEiHXg62qJxb3tgk42Pxs8GEuDp1~Zif0DYtvTZyj3srr9BvTF2KsZsFLyWwJHb7LiBnFhnG9YZX-CqtSl5JDcNv~e2jyu4M~28sQulTp912b2y8favF6SqsSYl1C~BbCscJnLj3Txh6dNDTXbEaUINzWdLFXbLNlWOXAn0Yj50n5stWmXx2zxANaS7GkvtHTycbF9lbbmarzuHLDoE0kkCx9BlBF7mVMcNWBYs1faqaPFeIoArcZ~E5sP3FiWQw6HALCXp4yhytGYvHoThkfb1EBpbzgOHrMDsk0SBQAEAAcAAA==">Address helper</a>) - Um front-end alternativo para Twitter</li>
@ -116,7 +116,7 @@
<li><a href=http://verneks7rfjptpz5fpii7n7nrxilsidi2qxepeuuf66c3tsf4nhq.b32.i2p>Whoogle</a> (<a href="http://wg.vern.i2p/?i2paddresshelper=6wjgwtusev0iOQZI2kGVQWrCHjS-xV20hECX7OpJdsmlJSTVzBkNZ~WsCZq2ieP7ESMT97MRxgdKWmw8AuHY6r7Ltyq9QBDc59Ec9f6djrMY2j7GmZykac1p78I4bymaONVL04OA4v4SOOTnTJbeDE7qGmAanlNZPXLzOFK0J7sQaotBdyQka75NlmvQmSpss8Pqr2FUV1zOYxFnymiIERIM6VBDNIoSesXHaQ2P-oxa8YPdMC3h-D4-WrDiKZjv9Lxu7xXMdpalZeolHktSTppfg7GiGcAxn9JQS2w1~MomXodwEBWAkQu8wIvGi87CSyrqB3eZPVwrSgcovOMtw1i3VrvYGOk8n3EMh7SkH~GxJGIABVXJTJ6iiMwj2bI521P6plkUwfQyLfxAE~17nI6XdRtwuBqRqZaZExO~6uq4HcYCmfNIZKXtNttJEh0B7wpbyEjDpHKpHXOLxKacdeqk2ss-4~5f-xI1jQyhFFG~rHf52D9NtYbZFTvc865mBQAEAAcAAA==">Address helper</a>) - Um front-end alternativo para Google Search</li>
<li><a href=http://vernesciy2defjsputrjrv6pa5ll6qzrckfffi5lgkumstdojyga.b32.i2p>Wikiless</a> (<a href="http://wl.vern.i2p/?i2paddresshelper=OniLVp4DPG7ZJiHmXN8dwbsuVfBqSLXj1VmlajqZUvE8DvkeKkBSjZHuREL9QeK5tpAJDt1S9w9vC6vRMygIipRvMyaMmBmOvcg4~W9yJLA8FUCaf4RYwsXzitA~Vqgj9yKCgfOpTHleE7RBdTbpD9sioJmNX84oPyn5ryxU7PdITCPi5zpYStyIO6NLAYYO4Wxdhxi55UrRE3YdhsJWQ7JxJ3RcNr~TV8EV61Zf1lhaRDhZYSifNU4R4NClApOlJ7tC3eB25mBXDk2PU3xBH2RrFhDNpUBsrOEtra7D3JsvaRxQytv0iceBsbCPY70ENPZ53W7csutB3JCgE0uXiPoHPp8mw3efq5uyso-WMkWidmkGR3wlS7KXrFtWMwPjp6tKHzqlO6uQFkiGt41XI4RXya4JkfLKlbpbuWWXdJNx5oJMT61NluiLsftWnfSeTPJEt2CeZk3rqHDJL6PsyLUeoTMB5DJicVFzxXTVVrDoHA8PiX5hjKJWmNwPs4KEBQAEAAcAAA==">Address helper</a>) - Um front-end alternativo para Wikipedia</li>
</ul>
<div class=h><b id=email>E-Mail:</b> <a aria-hidden=true href=#email>#email</a></div>
<div class="h notranslation"><b id=email>E-Mail:</b> <a aria-hidden=true href=#email>#email</a></div>
<ul>
<li><a href=http://vernczqka6xy7ounc2t72aqgctupgnha2qfr2r4qbf3ik2tcdmjq.b32.i2p>Modoboa (Registro necessário)</a> (<a href="http://mail.vern.i2p/?i2paddresshelper=h4zGMlJKZa-oKiivYZfBS-DFjJIU2ALtycveH9Ld9b-kG9NtRulUEWymGG9I2jz1STwhLTAHC~~SiccoU4AiplNGJw~NaE9a22DTv~q6ZEhKWmtIvg-N68P0KwqH5xqNnJgUCnydF9gGYP-9pIVy1cnVkPuEtSKKT~l0Mi1DHe9PTyIAcsGQNn388yreFn8Vxl9ZM14O9pzrM8rtxJ-NwPaukLw4l0cMBs9PT52ZBuO~E3WtPvNlwuPQAfQ9slSYjDc6ZGIquXmkMzW9xMP-3cAElGcHC29xZIWLEcXgW4Qd4P3bExXRWtJLczBKdULwUDYxlT9u2dwurbBqTZjDbjN-NUxLR7oAz2QWJcpsjrLjBSKAqV7ACeyYP2ySd0brBqlX9tQGIIH-ll~~Z4Cozfxy~k07D7pjgakqvK3bYZ8K8EFkzbzdp5j7AEm8ksg~nZ8OV0cKn~6VoS5ERJgVT7c3ieGZ0O4PPfHOcVTYhlRuAX9mlYalowaJ0-WAsp7IBQAEAAcAAA==">Address helper</a>) - Modoboa E-mail</li>
<li><a href=http://vernzzwbnjy6ro2zg5rxgo7eylkcyi6zuf4hhvsdbwvvxa3grsxq.b32.i2p>Roundcube</a> (<a href="http://rc.vern.i2p/?i2paddresshelper=1Mt2pcS7dDLg-tBBPCqP8WCi5b3R2dYb01OMWSgo76hgq8z~UefN-SmGlO9zEa3wZeHhZ~qIVVcn-Mp~mRARb-lbZhROWZk5dI1a5EmAcg3Gk-04ry68hYOj~RhW~s5ZQ-soaYccB83j8li2HYEJ7H33dcs5e7h1ADDOkn~Y5fILujz4LaYk8lXK~m16UrdALGqJR1qQ-oeZ~6ZtAqJp4QaO2JEUR~1gmR17DIgtccuu7k-gVVsArQ2QqSyBkZRGC60zn7Rosh0lKfDE05ap-1YLzq4QdXWjd4zdVoE8Xm3~RvKPj24VavKlWrImNq~7ZVevfdOaX1LVaYMDQ5-zEz4SfjGZkBiv9W7iZ~IoVoi8dCBP5TEdxqXWOG5D2nd6SM2nsuMkygC~QD4CELsvc5C~TO6Q8wjF9hBuqx615hnRzYjed4ZhLcEUV~WuX3vLq1zIl6qyyZUaWMJr2wvuhsUNsSUKswVh7NQsW-EKIy9rERC6KmEo11s2JklPe-muBQAEAAcAAA==">Address helper</a>) - Cliente IMAP multilíngue no navegador</li>

View File

@ -3,10 +3,10 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="I2P on ~vern">
<meta name="description" content="I2P no ~vern">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, invidious, nitter, i2p, darknet">
<meta name="keywords" content="~vern, vern, software livre, privacidade, tilde, tildeverse, invidious, nitter, i2p, darknet">
<title>Serviços I2P | ~vern</title>
</head>
<body>

View File

@ -3,8 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="A non-commercial tilde focused on free-software and services">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, invidious, nitter">
<meta name="description" content="Um tilde não comercial focado em software livre e serviços">
<meta name="keywords" content="~vern, vern, software livre, privacidade, tilde, tildeverse, invidious, nitter">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>~vern</title>

View File

@ -3,8 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Variations of ~vern logo along with XCF files">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, logo, icon, png, svg">
<meta name="description" content="Variações do logo do ~vern junto com arquivos XCF">
<meta name="keywords" content="~vern, vern, software livre, privacidade, tilde, tildeverse, logo, ícone, png, svg">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Logo | ~vern</title>
@ -17,19 +17,19 @@
<p>Nós optamos por não disponibilizar as imagens de ícone de salas Matrix, pois seria supérfluo.</p>
<div class=h><h2 id=main>Logo ~V principal (<a href=/media/vern.xcf>XCF file</a>)</h2> <a aria-hidden=true href=#main>#main</a></div>
<img src=/media/vern.png alt="Main ~vern logo">
<img src=/media/vern.png alt="Logo do ~vern principal">
<br>
<div class=h><h2 id=transparent>Fundo transparente (<a href=/media/verntrans.xcf>XCF file</a>)</h2> <a aria-hidden=true href=#transparent>#transparent</a></div>
<img src=/media/verntrans.png alt="~vern logo with a transparent background">
<img src=/media/verntrans.png alt="Logo do ~vern com fundo transparente">
<br>
<div class=h><h2 id=full>Logo ~Vern completo (<a href=/media/vernfull.xcf>XCF file</a>)</h2> <a aria-hidden=true href=#full>#full</a></div>
<img src=/media/vernfull.png alt="Full ~vern logo">
<img src=/media/vernfull.png alt="Logo do ~vern completo">
<br>
<div class=h><h2 id=full-transparent>Fundo transparente (completo) (<a href=/media/vernfulltrans.xcf>XCF file</a>)</h2> <a aria-hidden=true href=#full-transparent>#full-transparent</a></div>
<img src=/media/vernfulltrans.png alt="Full ~vern logo with a transparent background">
<img src=/media/vernfulltrans.png alt="Logo do ~vern completo com fundo transparente">
<!--#include file="footer.cgi" -->
</body>

View File

@ -2,7 +2,7 @@
<header>
<a href=/por-BR/><img src="/media/verntrans.svg" alt="~V" class="navlogo"></a>
<nav>
<a href="//status.vern.cc">Status</a>
<a class=notranslation href="//status.vern.cc">Status</a>
<a href="/por-BR/users">Usuários</a>
<a href="/por-BR/register">Registrar</a>
<a href="//wiki.vern.cc">Wiki</a>

View File

@ -10,10 +10,10 @@
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Sign up to the ~vern mailing list">
<meta name="description" content="Inscreva-se para a newsletter do ~vern">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Mailing List | ~vern</title>
<title>Lista de E-Mails | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
@ -90,7 +90,7 @@
if ((($_GET['action'] != "sub" && $_GET['action'] != "unsub")) || (!empty($err) && empty($code_err))) {
?>
<div class=h><h1 id=list>Mailing List</h1> <a aria-hidden=true href=#list>#list</a></div>
<div class=h><h1 id=list>Lista de E-Mails</h1> <a aria-hidden=true href=#list>#list</a></div>
<form method="get" action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]) ?>">
<p>E-mail <span class="red">* <?php echo $err; ?></span>
<input type="text" name="email"></p>

View File

@ -3,8 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Legalese privacy policy for ~vern">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, privacy policy, policy, legal, legalese">
<meta name="description" content="Política de Privacidade Legal para o ~vern">
<meta name="keywords" content="~vern, vern, software livre, privacidade, tilde, tildeverse, política de privacidade, política, legal, legalês">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Privacy Policy | ~vern</title>

View File

@ -3,8 +3,8 @@
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="~vern account recovery process">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse">
<meta name="description" content="Processo de recuperação de conta do ~vern">
<meta name="keywords" content="~vern, vern, software livre, privacidade, tilde, tildeverse">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Recuperação de conta por PGP| ~vern</title>

View File

@ -3,8 +3,8 @@
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="~vern account recovery process">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse">
<meta name="description" content="Processo de recuperação de conta do ~vern">
<meta name="keywords" content="~vern, vern, software livre, privacidade, tilde, tildeverse">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Recuperação de conta por PGP| ~vern</title>

View File

@ -3,8 +3,8 @@
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="~vern account recovery process">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse">
<meta name="description" content="Processo de recuperação de conta do ~vern">
<meta name="keywords" content="~vern, vern, software livre, privacidade, tilde, tildeverse">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<meta http-equiv=refresh content='5;url=/por-BR/' />

View File

@ -3,8 +3,8 @@
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="~vern pubnix account recovery">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, account recovery">
<meta name="description" content="Recuperação de conta pubnix do ~vern">
<meta name="keywords" content="~vern, vern, software livre, privacidade, tilde, tildeverse, recuperação de conta">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Recuperação de conta | ~vern</title>

View File

@ -10,7 +10,7 @@
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Register for ~vern">
<meta name="description" content="Registre-se no ~vern">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Registro | ~vern</title>

View File

@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<html lang="pt">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="A list of ~vern administrators">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, roadmap, plans">
<meta name="description" content="Planejamento para o ~vern">
<meta name="keywords" content="~vern, vern, software livre, privacidade, tilde, tildeverse, planejamento, planos">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Planejamento | ~vern</title>

View File

@ -3,8 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Reasoning behind the rules governing ~vern">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, rules, reasoning, tos, terms, terms of service">
<meta name="description" content="Razão para cada regra do ~vern">
<meta name="keywords" content="~vern, vern, software livre, privacidade, tilde, tildeverse, regras, motivação, tos, termos, termos de serviço">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Razão para as regras | ~vern</title>

View File

@ -3,8 +3,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Rules governing ~vern">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, rules, tos, terms, terms of service">
<meta name="description" content="Regras do ~vern">
<meta name="keywords" content="~vern, vern, software livre, privacidade, tilde, tildeverse, regras, tos, termos, termos de serviço">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Regras | ~vern</title>

View File

@ -1,4 +1,4 @@
<div class=h><b id=core>Core:</b> <a aria-hidden=true href=#core>#core</a></div>
<div class="h notranslation"><b id=core>Core:</b> <a aria-hidden=true href=#core>#core</a></div>
<ul>
<li><a href=//vern.cc>~vern</a> - Site principal do ~vern</li>
<li><a href=gemini://vern.cc>~vern Gemini</a> - Cápsula gemini do ~vern</li>
@ -42,7 +42,7 @@
<li><a href=//sy.vern.cc>Spyda</a> (AD: <a href=//spyda.vern.cc>A</a>) - Um mecanismo de pesquisa e web crawler com privacidade como foco</li>
<li><a href=ssh://tm.vern.cc:2222>tmate</a> (<a href=/tmate.conf>tmate.conf</a>) - Compartilhamento de terminal instantâneo</li>
</ul>
<div class=h><b id=games>Games:</b> <a aria-hidden=true href=#games>#games</a></div>
<div class="h notranslation"><b id=games>Games:</b> <a aria-hidden=true href=#games>#games</a></div>
<ul>
<li><a href=tcp://vern.cc:1234>Among sus</a> - Uma recriação das mecânicas do Among Us mas como um jogo de texto multiplayer de aventura</li>
<li><a href=minetest:minetest.vern.cc:30000>Minetest (Creative)</a> - Jogo e sistema de criação de jogos sandbox com foco em gráficos voxel</li>
@ -52,7 +52,7 @@
<li><a href=udp://teeworlds.vern.cc:8304>DDNet</a> - Modificação do Teeworlds colaborativa</li>
<li><a href=xonotic:xon.vern.cc:26000>Xonotic</a> - Atirador de arena frenético e livre</li>
</ul>
<div class=h><b id=social>Social:</b> <a aria-hidden=true href=#social>#social</a></div>
<div class="h notranslation"><b id=social>Social:</b> <a aria-hidden=true href=#social>#social</a></div>
<ul>
<li><p>BBS (Registro separado)</p>
<ul>
@ -85,7 +85,7 @@
<li><a href=ircs://vern.cc:6698>Soju (Registro necessário)</a> - Um IRC bouncer amigável</li>
<li><a href=ircs://vern.cc:6697>ZNC (Requisição necessária)</a> (<a href=https://znc.vern.cc>WebUI</a>) - Um bouncer de IRC na rede (BNC)</li>
</ul>
<div class=h><b id=frontends>Front-Ends:</b> <a aria-hidden=true href=#frontends>#frontends</a></div>
<div class="h notranslation"><b id=frontends>Front-Ends:</b> <a aria-hidden=true href=#frontends>#frontends</a></div>
<ul>
<li><a href=//ao.vern.cc>AnonymousOverflow</a> (AD: <a href=//anonymousoverflow.vern.cc>A</a>/<a href=//stackoverflow.vern.cc>B</a>) - Um front-end alternativo para StackOverflow</li>
<li><a href=//bb.vern.cc>Beatbump</a> (AD: <a href=//beatbump.vern.cc>A</a>) - Um front-end alternativo para YouTube Music</li>
@ -102,7 +102,7 @@
<li><a href=//lbry.vern.cc>Librarian</a> (AD: <a href=//librarian.vern.cc>A</a>) - Um front-end alternativo para LBRY/Odysee</li>
<li><a href=//lr.vern.cc>redlib</a> (AD: <a href=//libreddit.vern.cc>A</a>/<a href=//reddit.vern.cc>B</a>) - Um front-end alternativo para Reddit</li>
<li><a href=//ld.vern.cc>LibremDB</a> (AD: <a href=//libremdb.vern.cc>A</a>/<a href=//imdb.vern.cc>B</a>) - Um front-end alternativo para IMDb</li>
<li><a href=//lx.vern.cc>LibreY</a> (AD: <a href=//librex.vern.cc>A</a>) - A meta search engine for Google and popular torrent sites</li>
<li><a href=//lx.vern.cc>LibreY</a> (AD: <a href=//librex.vern.cc>A</a>) - Um meta-mecanismo de pesquisa para o Google e sites torrent populares</li>
<li><a href=//mm.vern.cc>MeMe</a> (AD: <a href=//meme.vern.cc>A</a>/<a href=//knowyourmeme.vern.cc>B</a>) - Um front-end alternativo para Know Your Meme</li>
<li><a href=//nu.vern.cc>Neuters</a> (AD: <a href=//neuters.vern.cc>A</a>/<a href=//reuters.vern.cc>B</a>) - Um front-end alternativo para Reuters</li>
<li><a href=//nt.vern.cc>Nitter</a> (AD: <a href=//nitter.vern.cc>A</a>/<a href=//tw.vern.cc>B</a>) - Um front-end alternativo para Twitter</li>
@ -123,15 +123,14 @@
<li><a href=//sd.vern.cc>Suds</a> (AD: <a href=//suds.vern.cc>A</a>/<a href=//snopes.vern.cc>B</a>) - Um front-end alternativo para Snopes.com</li>
<li><a href=//td.vern.cc>Teddit</a> (AD: <a href=//teddit.vern.cc>A</a>) - Outro front-end alternativo para Reddit</li>
<li><a href=//tn.vern.cc>Tent</a> (AD: <a href=//tent.vern.cc>A</a>/<a href=//bandcamp.vern.cc>B</a>) - Um front-end alternativo para Bandcamp</li>
<li><a href=//sp.vern.cc>Soprano</a> (AD: <a href=//soprano.vern.cc>A</a>/<a href=//tenor.vern.cc>B</a>) - Um front-end alternativo para Snopes.com</li>
<li><a href=//uf.vern.cc>UNfunny</a> (AD: <a href=//unfunny.vern.cc>A</a>/<a href=//ifunny.vern.cc>B</a>) - Um front-end alternativo para iFunny</li>
<li><a href=//wg.vern.cc>Whoogle</a> (AD: <a href=//whoogle.vern.cc>A</a>) - Um front-end alternativo para Google Search</li>
<li><a href=//wl.vern.cc>Wikiless</a> (AD: <a href=//wikiless.vern.cc>A</a>/<a href=//wikipedia.vern.cc>B</a>) - Um front-end alternativo para Wikipedia</li>
</ul>
<div class=h><b id=email>E-Mail:</b> <a aria-hidden=true href=#email>#email</a></div>
<div class="h notranslation"><b id=email>E-Mail:</b> <a aria-hidden=true href=#email>#email</a></div>
<ul>
<li><a href=//mail.vern.cc>Modoboa (Registro necessário)</a> - Modoboa E-mail</li>
<li><a href=//wm.vern.cc>Roundcube</a> (AD: <a href=//rc.vern.cc>A</a>/<a href=//roundcube.vern.cc>B</a>) - Cliente IMAP multilíngue no navegador</li>
<li><a href=//wm.vern.cc>Roundcube</a> (AD: <a href=//rc.vern.cc>A</a>/<a href=//roundcube.vern.cc>B</a>) - Cliente IMAP multilíngue no navegador</li>
<li><a href=//sl.vern.cc>SimpleLogin (Requisição necessária)</a> - Serviço de e-mail livre e anônimo</li>
</ul>
<div class=h><b id=misc>Outros:</b> <a aria-hidden=true href=#misc>#misc</a></div>

View File

@ -10,7 +10,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Statistics of ~vern">
<meta name="description" content="Estatísticas do ~vern">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Estatísticas | ~vern</title>

View File

@ -3,19 +3,19 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Systems Information of ~vern servers">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, distros, distributions, system information, info, sysinfo, systems, information">
<meta name="description" content="Informação sobre os sistemas do ~vern">
<meta name="keywords" content="~vern, vern, software livre, privacidade, tilde, tildeverse, distros, distribuições, informação dos sistemas, info, sysinfo, sistemas, informação">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Systems Information | ~vern</title>
<title>Informação dos sistemas | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<div class=h><h1 id=sysinfo>~vern Systems Information</h1> <a aria-hidden=true href=#sysinfo>#sysinfo</a></div>
<div class=h><h1 id=sysinfo>Informação dos sistemas do ~vern</h1> <a aria-hidden=true href=#sysinfo>#sysinfo</a></div>
<div class=h><h3 id=mythos>Mythos [VPS]</h3> <a aria-hidden=true href=#mythos>#mythos</a></div>
<ul>
<li>Localização: Hetzner, Ashburn, Virginia, Estados Unidos</li>
<li>OS: Debian GNU/Linux 12 Bookworm</li>
<li class=notranslation>OS: Debian GNU/Linux 12 Bookworm</li>
<li>Especificações: CPX11 com 2 GB RAM; 2 vCPUs</li>
<li>Armazenamento: 40 GB</li>
<li>Serviços: Minetest; DNS primária para vern.cc</li>
@ -24,7 +24,7 @@
<div class=h><h3 id=tilserv>tilserv/tildeserver/~serv</h3> <a aria-hidden=true href=#tilserv>#tilserv</a></div>
<ul>
<li>Localização: Servidor local em Nova York, Estados Unidos</li>
<li>OS: Debian GNU/Linux 12 Bookworm</li>
<li class=notranslation>OS: Debian GNU/Linux 12 Bookworm</li>
<li>Especificações: Dell G7 7588 com 64 GB DDR4 RAM; 6-core 12-thread Intel Core i7-8750H</li>
<li>Armazenamento: 128 GB SATA SSD (OS); 2 TB NVMe SSD (principal); 1 TB SATA HDD; 18 TB USB HDD</li>
<li>Serviços: Basicamente tudo, exceto os outros servidores :P
@ -34,7 +34,7 @@
<div class=h><h3 id=pubnix>PubnixVM</h3> <a aria-hidden=true href=#pubnix>#pubnix</a></div>
<ul>
<li>Localização: VM dentro do tilserv</li>
<li>OS: NixOS com Linux-libre</li>
<li class=notranslation>OS: NixOS com Linux-libre</li>
<li>Especificações: libvirtd; 4 vCPUs; 8 GB RAM</li>
<li>Armazenamento: 512 GB qcow2</li>
<li>Serviços: Pubnix; User sites</li></li>
@ -43,7 +43,7 @@
<div class=h><h3 id=crescent>Crescent</h3> <a aria-hidden=true href=#crescent>#crescent</a></div>
<ul>
<li>Localização: Servidor local em Nova York, Estados Unidos</li>
<li>OS: Debian GNU/Linux 12 Bookworm</li>
<li class=notranslation>OS: Debian GNU/Linux 12 Bookworm</li>
<li>Especificações: Slimbook PRO X 15 AMD; with 32 GB DDR4 RAM; 8-core 16-thread AMD Ryzen 7 4800H</li>
<li>Armazenamento: 500 GB NVMe SSD</li>
<li>Serviços: Dumb</li>
@ -53,14 +53,14 @@
<div class=h><h3 id=sarcophagus>Sarcophagus [PFCT]</h3> <a aria-hidden=true href=#sarcophagus>#sarcophagus</a></div>
<ul>
<li>Localização: LXC Container dentro do tilserv</li>
<li>OS: Debian LXC</li>
<li class=notranslation>OS: Debian LXC</li>
<li>Especificações: LXC; pode usar todos os recursos do tilserv (escalável)</li>
<li>Serviços: Todos os frontends que não estão no <a href=#isotope>Isotope</a> ou <a href=#typhoon>Typhoon</a></li></li>
</ul>
<div class=h><h3 id=iceberg>Iceberg</h3> <a aria-hidden=true href=#iceberg>#iceberg</a></div>
<ul>
<li>Localização: Newark, Nova Jersey, Estados Unidos</li>
<li>OS: Debian GNU/Linux 12 Bookworm</li>
<li class=notranslation>OS: Debian GNU/Linux 12 Bookworm</li>
<li>Especificações: Linode "Nanode" com 1 GB RAM; 1 vCPU</li>
<li>Armazenamento: 25 GB SSD</li>
<li>Serviços: Tor Relay; DNS resolver; Simplelogin; LibreSpeed; Status (Uptime Kuma), Sydent</li>
@ -70,7 +70,7 @@
<div class=h><h3 id=isotope>Isotope [RLVM]</h3> <a aria-hidden=true href=#isotope>#isotope</a></div>
<ul>
<li>Localização: VM dentro do tilserv</li>
<li>OS: Debian GNU/Linux 12 Bookworm</li>
<li class=notranslation>OS: Debian GNU/Linux 12 Bookworm</li>
<li>Especificações: libvirtd; 4 vCPUs; 4 GB RAM</li>
<li>Armazenamento: 40 GB qcow2</li>
<li>Serviços: SearxNG</li>
@ -80,7 +80,7 @@
<div class=h><h3 id=typhoon>Typhoon</h3> <a aria-hidden=true href=#typhoon>#typhoon</a></div>
<ul>
<li>Localização: OVHCloud, Beauharnois, Quebec, Canada</li>
<li>OS: Debian GNU/Linux 12 Bookworm</li>
<li class=notranslation>OS: Debian GNU/Linux 12 Bookworm</li>
<li>Especificações: 4 vCPUs; 8 GB RAM</li>
<li>Armazenamento: 160 GB NVMe SSD</li>
<li>Serviços: Name server para o vern.cc; Invidious; SuperTuxKart; Teeworlds</li>

View File

@ -1,10 +1,10 @@
<div class=h><b id=core>Core:</b> <a aria-hidden=true href=#core>#core</a></div>
<div class="h notranslation"><b id=core>Core:</b> <a aria-hidden=true href=#core>#core</a></div>
<ul>
<li><a href=http://vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>~vern</a> - Site principal do ~vern</li>
<li><a href=gemini://vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>~vern Gemini</a> - Cápsula gemini do ~vern</li>
<li><a href=gopher://vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>~vern gopher</a> - Gopherhole do ~vern</li>
<li><a href=http://radio.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>~vern Radio</a> - Rádio online do ~vern, apenas com música livre</li>
<li><a href=ssh://vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>SSH (Registro necessário)</a> - Cada usuário pode logar no tilde ~vern utilizando suas chaves SSH/li>
<li><a href=ssh://vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>SSH (Registro necessário)</a> - Cada usuário pode logar no tilde ~vern utilizando suas chaves SSH</li>
<li>User sites (Registro necessário) - Cada usuário tem seu próprio site (HTTP, Gemini, Gopher) on username.vernccvbvyi5...onion</li>
<li>User sockets (Registro necessário) - Cada usuário tem um socket UNIX e pode rodar seu próprio servidor HTTP dele, acessível por verncceu2kgz...b32.i2p/socks/username/*</li>
</ul>
@ -40,11 +40,11 @@
<li>Tor Bridge (Requisição necessária) - Uma ponte Tor para contornar censura</li>
<li><a href=tcp://173.255.236.85:9001>Tor Relay</a> - Um relay Tor para suportar a rede Tor</li>
</ul>
<div class=h><b id=games>Games:</b> <a aria-hidden=true href=#games>#games</a></div>
<div class="h notranslation"><b id=games>Games:</b> <a aria-hidden=true href=#games>#games</a></div>
<ul>
<li><a href=tcp://vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion:1234>Among sus</a> - Uma recriação das mecânicas do Among Us mas como um jogo de texto multiplayer de aventura</li>
</ul>
<div class=h><b id=social>Social:</b> <a aria-hidden=true href=#social>#social</a></div>
<div class="h notranslation"><b id=social>Social:</b> <a aria-hidden=true href=#social>#social</a></div>
<ul>
<li><p>BBS (Registro separado)</p>
<ul>
@ -74,7 +74,7 @@
<li><a href=irc://vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion:6668>Soju (Registro necessário)</a> - Um IRC bouncer amigável</li>
<li><a href=irc://vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion:6667>ZNC (Requisição necessária)</a> (<a href=http://znc.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>WebUI</a>) - Um bouncer de IRC na rede (BNC)</li>
</ul>
<div class=h><b id=frontends>Front-Ends:</b> <a aria-hidden=true href=#frontends>#frontends</a></div>
<div class="h notranslation"><b id=frontends>Front-Ends:</b> <a aria-hidden=true href=#frontends>#frontends</a></div>
<ul>
<li><a href=http://ao.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>AnonymousOverflow</a> - Um front-end alternativo para StackOverflow</li>
<li><a href=http://bb.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Beatbump</a> - Um front-end alternativo para YouTube Music</li>
@ -91,7 +91,7 @@
<li><a href=http://lbry.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Librarian</a> - Um front-end alternativo para LBRY/Odysee</li>
<li><a href=http://lr.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>redlib</a> - Um front-end alternativo para Reddit</li>
<li><a href=http://ld.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>LibremDB</a> - Um front-end alternativo para IMDb</li>
<li><a href=http://lx.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>LibreY</a> - A meta search engine for Google and popular torrent sites</li>
<li><a href=http://lx.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>LibreY</a> - Um meta-mecanismo de pesquisa para o Google e sites torrent populares</li>
<li><a href=http://mm.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>MeMe</a> - Um front-end alternativo para Know Your Meme</li>
<li><a href=http://nu.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Neuters</a> - Um front-end alternativo para Reuters</li>
<li><a href=http://nt.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Nitter</a> - Um front-end alternativo para Twitter</li>
@ -116,7 +116,7 @@
<li><a href=http://wg.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Whoogle</a> - Um front-end alternativo para Google Search</li>
<li><a href=http://wl.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Wikiless</a> - Um front-end alternativo para Wikipedia</li>
</ul>
<div class=h><b id=email>E-Mail:</b> <a aria-hidden=true href=#email>#email</a></div>
<div class="h notranslation"><b id=email>E-Mail:</b> <a aria-hidden=true href=#email>#email</a></div>
<ul>
<li><a href=http://mail.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Modoboa (Registro necessário)</a> - Modoboa E-mail</li>
<li><a href=http://rc.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Roundcube</a> - Cliente IMAP multilíngue no navegador</li>

View File

@ -2,9 +2,9 @@
<html lang="pt">
<head>
<meta charset="UTF-8">
<meta name="description" content="TOR on ~vern">
<meta name="description" content="TOR no ~vern">
<meta name="viewport" content="width=device-width">
<meta name="keywords" content="~vern, vern, free software, privacy, tilde, tildeverse, invidious, nitter, onion, darknet, tor">
<meta name="keywords" content="~vern, vern, software livre, privacidade, tilde, tildeverse, invidious, nitter, onion, darknet, tor">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Serviços Tor | ~vern</title>

View File

@ -10,7 +10,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="A list of ~vern users">
<meta name="description" content="Uma lista dos usuários do ~vern">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Usuários | ~vern</title>

1
spa-AR/admin.html Normal file
View File

@ -0,0 +1 @@
<meta http-equiv="Refresh" content="0; url='/spa-AR/admins'" />

30
spa-AR/admins.html Normal file
View File

@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Lista de administradores de ~vern">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, admins, administradores">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Administradores | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<div class=h><h1 id=admins>Administradores</h1> <a aria-hidden=true href=#admins>#admins</a></div>
<p>Esta es la lista de administradores de ~vern. <br>Cualquier persona que diga que es un administrador y no esté en esta lista está mintiendo. <br> Esta lista puede ser actualizada en cualquier momento, así que por favor mirala para ver si alguien es un administrador.</p>
<p>Para contactar a todos los administradores a la vez, usa el correo admin (arroba) (dominio principal).</p>
<p>También tenemos métodos de contacto fuera de vern así es posible hacerlo aunque ~vern esté caído</p>
<ul>
<li><a href=//cobra.vern.cc>Skylar (cobra)</a> - Sysadmin; hostea el tilserv; paga por todo; maneja donaciones; administra la página web <br> <a href=//mto.vern.cc/#/@cobra:vern.cc>Matrix</a>, <a href=//mto.vern.cc/#/@cobruter:matrix.org>Matrix alternativo</a>, <a href=xmpp:cobra@vern.cc>XMPP</a><br>
Correo: cobra (arroba) (dominio principal) (<a href=/media/cobra.asc>PGP</a>), alternativo thecobra (arroba) riseup (punto) net</li>
<li><a href=//fatcat.vern.cc>fatcat</a> - Renueva el canario; ayuda a manejar los servicios <br> <a href=//mto.vern.cc/#/@fatcat:vern.cc>Matrix</a>, <a href=//mto.vern.cc/#/@y:envs.net>Matrix alternativo</a><br>
Correo: fatcat (arroba) (dominio principal) (<a href=/media/fatcat.asc>PGP</a>), alternativo fatcatcomputing (arroba) proton (punto) me </li>
<li><a href=//vitorg.vern.cc>Vitor (vitorg)</a> - Sysadmin; Mantiene la wiki <br> <a href=//mto.vern.cc/#/@vitorg:vern.cc>Matrix</a>, <a href=//mto.vern.cc/#/@vitorg:kde.org>Matrix alternativo</a><br>
Correo: vitorg (arroba) (dominio principal) (<a href=/media/vitorg.asc>PGP</a>), alternativo vitorg (arroba) tilde (punto) team</li>
</ul>
<!--#include file="footer.cgi" -->
</body>
</html>

22
spa-AR/announcements.html Normal file
View File

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Avisos de ~vern">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, avisos">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Avisos | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<div class=h><h1 id=announcements>Avisos</h1> <a aria-hidden=true href=#announcements>#announcements</a></div>
<p>Esta página tiene avisos relacionados a ~vern.</p>
<p>Todos los avisos también se postean a <a href=//fedi.vern.cc/@root> el fediverso</a>, <a href=//mto.vern.cc/#/#announcements:vern.cc>Matrix</a>, <a href=xmpp:announcements@muc.vern.cc?join>XMPP</a> e <a href=ircs://irc.tilde.chat:6697/#vern-announcements>IRC</a>
<p>También hay una lista de correo de avisos. Todos los avisos se mandan ahí. Registrate en <a href="/spa-AR/newsletter">/newsletter</a></p>
<ul>
</ul>
<!--#include file="footer.cgi" -->
</body>
</html>

1
spa-AR/announcements.xml Symbolic link
View File

@ -0,0 +1 @@
/var/log/announcements.xml

29
spa-AR/canary.php Normal file
View File

@ -0,0 +1,29 @@
<!DOCTYPE html>
<!--
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Canario garante de ~vern">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Canario Garante | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<div class=h><h1 id=canary>Canario Garante (Warrant Canary)</h1> <a aria-hidden=true href=#canary>#canary</a></div>
<p>Abajo está nuestro <a href=//wl.vern.cc/wiki/warrant_canary>canario garante</a>. Por favor mirá cada tanto esta página buscando actualizaciones de la misma. El canario se actualiza mensualmente, hasta una semana después del inicio de cada mes.</p>
<pre><code><?php echo file_get_contents("/var/log/canary/latest"); ?></code></pre>
<p>El checksum SHA256 de este canario es <code><?php echo substr(end(file("/var/log/canary/SHA256SUMS")), 0, 64); ?></code></p>
<p>Los canarios previos y sus checksums se pueden encontrar <a href=/canaries>en este link</a>.</p>
<!--#include file="footer.cgi" -->
</body>
</html>

30
spa-AR/costs.html Normal file
View File

@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Costos de operar ~vern">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, costos, transparencia">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Costos | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<div class=h><h1 id=costs>Costos de operar ~vern</h1> <a aria-hidden=true href=#costs>#costs</a></div>
<p>Acá está lo que tenemos que pagar para que ~vern siga funcionando correctamente:</p>
<ul>
<li>USD 4,75/mes Mythos</li>
<li>USD 5/mes Iceberg</li>
<li>USD 27,3/mes Typhoon</li>
<li>USD 30/año (2,50 USD mensual) por el dominio vern.cc (Njalla)</li>
</ul>
<p>Los costos de electricidad para los servidores locales son difíciles de medir, por lo que no se cuentan.</p>
<div class=h><h3 id=excess>Como se usan los excedentes de dinero</h3> <a aria-hidden=true href=#excess>#excess</a></div>
<p>Todos los excedentes de dinero que tenemos (aproximadamente USD 39,55/mes) serán guardados para meses siguientes o para futuras expansiones de ~vern.</p>
<p>Información acerca del uso de estas donaciones se puede encontrar en el <a href=/finreport>reporte financiero mensual</a>.</p>
<!--#include file="footer.cgi" -->
</body>
</html>

33
spa-AR/donate.html Normal file
View File

@ -0,0 +1,33 @@
<!DOCTYPE html>
<!--
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Página de donaciones de ~vern">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Donaciones | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<div class=h><h1 id=donate>Donaciones</h1> <a aria-hidden=true href=#donate>#donate</a></div>
<br>
<img src="https://img.shields.io/liberapay/goal/vern.svg?logo=liberapay" />
<p>¡Las donaciones ayudan a que ~vern se mantenga por más tiempo! Por el momento sólo aceptamos donaciones en XMR y LiberaPay.</p>
<p>Si conocés alguna otra manera de aceptar donaciones, ya sea en criptomonedas o por bancos tradicionales, por favor contactá a un <a href=/spa-AR/admins>administrador</a> para que podamos añadirla.</p>
<p>Como forma de agradecimiento, los donadores tienen acceso a servicios de acceso restringido como Jellyfin y también pueden usar el correo de ~vern con un dominio propio.</p>
<p><a href=//liberapay.com/vern>Liberapay</a> acepta donaciones en distintas monedas, más información se puede encontrar en <a href=//liberapay.com/about/global>liberapay.com</a>.</p>
<p>Tenemos un OpenAlias XMR, por lo que podés simplemente escribir "vern.cc" en la barra de búsqueda y hacer click en "buscar".</p>
<p>Nuestra dirección XMR es <code>4ATm8EZaC4iEuwt1VABuxFPi5xq4HgvqgghmKqvgQyvwQf9KK7AyYFXCYCZ3xBiqZ38CctAWihJ3yLeKAeGJfQBgDxQnn91</code></p>
<img src="/media/xmr.png" alt="Un código QR representando nuestra dirección XMR" width=300 height=300>
<p> Un reporte transparente sobre cómo se gasta el dinero de las donaciones se puede encontra en <a href=/spa-AR/costs>/costs</a>
<!--#include file="footer.cgi" -->
</body>
</html>

1
spa-AR/donations.html Normal file
View File

@ -0,0 +1 @@
<meta http-equiv="Refresh" content="0; url='/spa-AR/donate'" />

17
spa-AR/errors/403.html Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>403 Forbidden | ~vern</title>
</head>
<body>
<!--#include file="/spa-AR/nav.php" -->
<h1>403 Prohibido (Forbidden)</h1>
<p>No tienes acceso a esta página. Esto puede ser porque el usuario www-data no tiene permiso de lectura en el archivo.</p>
<!--#include file="/spa-AR/errors/common.html" -->
<!--#include file="/spa-AR/footer.cgi" -->
</body>
</html>

17
spa-AR/errors/404.html Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>404 Not Found | ~vern</title>
</head>
<body>
<!--#include file="/spa-AR/nav.php" -->
<h1>404 No encontrado (Not Found)</h1>
<p>La página a la que intentaste entrar no existe o no tienes permiso de verla.</p>
<!--#include file="/spa-AR/errors/common.html" -->
<!--#include file="/spa-AR/footer.cgi" -->
</body>
</html>

17
spa-AR/errors/503.html Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>503 Service Unavailable | ~vern</title>
</head>
<body>
<!--#include file="/spa-AR/nav.php" -->
<h1>503 Servicio no disponible (Service Unavailable)</h1>
<p>Este servicio no está disponible.</p>
<!--#include file="/spa-AR/errors/common.html" -->
<!--#include file="/spa-AR/footer.cgi" -->
</body>
</html>

View File

@ -0,0 +1,2 @@
<p>Contactá a un <a href=/spa-AR/admins>administrador</a> si esto es un error.</p>
<a href=/spa-AR/>Volver a la página de inicio</a>

68
spa-AR/faq.html Normal file
View File

@ -0,0 +1,68 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Preguntas frequentes sobre ~vern">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, faq, preguntas, frecuentes, preguntas frecuentes">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Preguntas frecuentes | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<div class=h><h1 id=faq>Preguntas frecuentes</h1> <a aria-hidden=true href=#faq>#faq</a></div>
<p>Esta es la lista de preguntas frecuentes con respecto a ~vern y los servicios que hosteamos. Tratamos de responder todas sus preguntas, por lo que esta lista siempre se expande. Si querés agregar un item o se clarifique algo, contactá a un administrador.</p>
<div class=h><h2 id=signup>¿Cómo me registro?</h2> <a aria-hidden=true href=#signup>#signup</a></div>
<p>Registrate yendo a <a href=/spa-AR/register>la página de registro</a> y llenando el formulario. Un administrador verificará su pedido, y posteriormente, se le enviará un correo si el mismo fue aceptado.</p>
<div class=h><h2 id=recovery>¿Cómo puedo reemplazar mi clave pública?</h2> <a aria-hidden=true href=#recovery>#recovery</a></div>
<p>Envía un pedido desde el correo que usaste para registrarte y un administrador reemplazará su clave.</p>
<div class=h><h2 id=ip-leak>¿Puede SSH mostrar mi dirección IP?</h2> <a aria-hidden=true href=#ip-leak>#ip-leak</a></div>
<p>No. Usamos WireGuard para conectar nuestras VPS a la tilde principal. Al contrario de otros pubnix donde todas las direcciones IP son reveladas, todas las conexiones a los servicios de ~vern aparecen como si vinieran de 10.7.0.1. Esto incluye al sitio web.</p>
<div class=h><h2 id=distro>¿Qué distros usa ~vern?</h2> <a aria-hidden=true href=#distro>#distro</a></div>
<p>Usamos debian en casi todos los servidores con los repositorios no-libres desactivados. Una excepción es PubnixVM, que usa NixOS con Linux-Libre.</p>
<p>Para más información, visite <a href=/spa-AR/sysinfo>/sysinfo</a>
<div class=h><h2 id=site>¿Cómo hago un sitio de usuario?</h2> <a aria-hidden=true href=#site>#site</a></div>
<p>Simplemente colocá todos los archivos relevantes para el sitio en <code>~/public_html</code> para HTTP(S), <code>~/public_gopher</code> para Gopher &amp; <code>~/public_gemini</code> para Gemini. Este será el directorio raíz para su sitio/gopherhole/cápsula. Por ejemplo, si el usuario foo quisiera su propio sitio, crearía <code>/home/foo/public_html/index.html</code>. Un archivo <code>/bar</code> en el sitio de foo estaría ubicado en <code>/home/foo/public_html/bar</code>.</p>
<p>Sitios de usuario para HTTP(S) son mostrados en foo.vern.cc y vern.cc/~foo. Sitios de usuario para Gemini también se muestran en ambas URLs. Lamentablemente, debido a limitaciones del protocolo, gopher sólo muestra el sitio en vern.cc/~foo</p>
<div class=h><h2 id=socket>¿Cómo uso mi socket UNIX?</h2> <a aria-hidden=true href=#socket>#socket</a></div>
<p>Instalá cualquier servidor que soporte sockets UNIX, luego, haga que esperen eventos en <code>/home/your-username/.webserver.sock</code>. Cualquier request en *-your-username.vern.cc usará el socket.</p>
<div class=h><h2 id=pgp>¿Cómo puedo hostear mi clave PGP en ~vern?</h2> <a aria-hidden=true href=#pgp>#pgp</a></div>
<p>Ubicá tu clave PGP ASCII (ej: <code>gpg -a --export yourkeyid</code>) en <code>~/.pgp.asc</code> y será accesible en vern.cc/p/username.asc</p>
<p>También se puede exportar la clave en binario y colocarla en <code>~/.pgp.gpg</code>, lo que hará que la misma sea accesible en vern.cc/p/username.gpg</p>
<div class=h><h2 id=host-this>¿Podrías hostear X?</h2> <a aria-hidden=true href=#host-this>#host-this</a></div>
<p>Si te gustaría que hosteemos un servicio, contactá a un administrador y conversalo con el mismo. También podés agregarlo <a href="https://nc.vern.cc/apps/forms/s/faJd5QXswjCZgF9FmNj25Sji">en este link</a>. Siempre estamos dispuestos a hostear nuevos servicios, pero es posible que tome un tiempo hasta que esté todo funcionando.</p>
<div class=h><h2 id=install-this>¿Podés instalar X?</h2> <a aria-hidden=true href=#install-this>#install-this</a></div>
<p>Por el momento configuramos nix home-manager (ejecutá <code>nix-shell '&lt;home-manager&gt;' -A install</code> para generar la configuración por defecto) , por lo que podés instalar cualquier software libre que esté en nixpkgs en tu directorio principal. Si un paquete es popular, consideraremos instalarlo globalmente.</p>
<div class=h><h2 id=custom-domain>¿Puedo usar dominios personalizados con mi sitio de usuario?</h2> <a aria-hidden=true href=#custom-domain>#custom-domain</a></div>
<p>Es posible añadiendo un registro CNAME a tu dominio que apunte a username.vern.cc.</p>
<div class=h><h2 id=broken>¿Por qué dejó de funcionar X?</h2> <a aria-hidden=true href=#broken>#broken</a></div>
<p>Si un servicio dejó de funcionar, por favor informá a un <a href=/spa-AR/admins>administrador</a>.</p>
<div class=h><h2 id=quota>Cuando trato de copiar un archivo dice "Quota Reached"</h2> <a aria-hidden=true href=#quota>#quota</a></div>
<p>Para prevenir zip bombing y actividades relacionadas en la pubnix, usamos ZFS User Quotas.</p>
<p>Si tenés un uso real para más de 20 GiB de almacenamiento, por favor contactá a un administrador. Necesitamos una razón sólida y una garantía de que no vas a utilizar ese espacio a fin de perjudicar al resto.</p>
<div class=h><h2 id=user-site-error>¿Por qué me aparecen errores cuando trato de acceder a mi sitio de usuario? ¡Tengo todo en <code>~/public_html</code>!</h2> <a aria-hidden=true href=#user-site-error>#user-site-error</a></div>
<p>Esto suele ser a causa de permisos incorrectos en una carpeta.</p>
<p>El usuario <code>www-data</code> debe ser capaz de leer la carpeta de tu sitio web, por lo que debes hacer tu directorio ejecutable y <code>public_html</code>, <code>public_gopher</code> y/o <code>public_gemini</code> legible y ejecutable.</p>
<p>Podés arreglar los permisos ejecutando <code>chmod 711 ~; chmod 755 ~/public_html ~/public_gemini ~/public_gopher</code></p>
<div class=h><h2 id=contact>No pedí una cuenta en un programa de chat y ya no tengo acceso al correo con el que me registré. ¿Cómo contacto a un administrador?</h2> <a aria-hidden=true href=#contact>#contact</a></div>
<p>Contactá a un administrador utilizando los métodos de contacto listados en <a href=/spa-AR/admins>la página de los administradores</a>. El mismo te dará un mensaje firmado con tu clave pública de SSH para que lo desencriptes con tu clave privada. Si eso funciona, se te devolverá el acceso a tu cuenta de ~vern. Si no podés usar ese método, avisale a los administradores.</p>
<div class=h><h2 id=pronunciation>Cómo pronuncio ~vern?</h2> <a aria-hidden=true href=#pronunciation>#pronunciation</a></div>
<p>~vern se pronuncia con el IPA /vˈɝːn/ en English. Para escuchar esta pronunciación visitá <a href="//radio.vern.cc/intro.ogg">radio.vern.cc/intro.ogg</a></p>
<!--#include file="footer.cgi" -->
</body>
</html>

View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Reporte financiero de ~vern de noviembre de 2022">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, costos, transparencia">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Reporte financiero de ~vern de noviembre de 2022 | ~vern</title>
</head>
<body>
<!--#include file="/spa-AR/nav.php" -->
<div class=h><h1 id=nov22finreport>Reporte financiero de ~vern de noviembre de 2022</h1> <a aria-hidden=true href=#nov22finreport>#nov22finreport</a></div>
<div class=h><b id=liberapay>Donaciones de LiberaPay (USD):</b> <a aria-hidden=true href=#liberapay>#liberapay</a></div>
<p>Recibimos un total de 33,74 USD en LiberaPay este mes. ¡Muchas gracias!</p>
<div class=h><b id=xmr>Donaciones de Monero (XMR):</b> <a aria-hidden=true href=#xmr>#xmr</a></div>
<p>Recibimos un total de 0,12972345 XMR este mes. ¡Muchas gracias! No se convirtió en dólares. Este dinero se usa para el dominio, para cuando nos faltan fondos o para retirarlos cuando XMR llega a un pico.</p>
<div class=h><b id=usage>Utilización:</b> <a aria-hidden=true href=#usage>#usage</a></div>
<p>11,38 USD para Iceberg, 21,73 USD para Mythos</p>
<p>En total se usaron 33,11 USD este mes. Tenemos 0,63 USD + alrededor de 18,50 USD (tasa de cambio de XMR al 1 de diciembre de 2022) = 19,13 USD restantes.</p>
<p>El dinero extra todavía no se dividió entre el equipo.</p>
<!--#include file="/spa-AR/footer.cgi" -->
</body>
</html>

View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Reporte financiero de ~vern de diciembre de 2022">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, costos, transparencia">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Reporte financiero de ~vern de diciembre de 2022 | ~vern</title>
</head>
<body>
<!--#include file="/spa-AR/nav.php" -->
<div class=h><h1 id=dec22finreport>Reporte financiero de ~vern de diciembre de 2022</h1> <a aria-hidden=true href=#dec22finreport>#dec22finreport</a></div>
<div class=h><b id=liberapay>Donaciones de LiberaPay (USD):</b> <a aria-hidden=true href=#liberapay>#liberapay</a></div>
<p>Recibimos un total de 12,67 USD en LiberaPay este mes. ¡Muchas gracias!</p>
<div class=h><b id=xmr>Donaciones de Monero (XMR):</b> <a aria-hidden=true href=#xmr>#xmr</a></div>
<p>Recibimos un total de 0 XMR este mes. No se convirtió en dólares. Este dinero se usa para el dominio, para cuando nos faltan fondos o para retirarlos cuando XMR llega a un pico.</p>
<div class=h><b id=usage>Utilización:</b> <a aria-hidden=true href=#usage>#usage</a></div>
<p>5 USD para Iceberg</p>
<p>En total se usaron 5 USD este mes. Tenemos 8,30 USD + alrededor de 19,05 USD (tasa de cambio de XMR al 31 de diciembre de 2022) = 26,72 USD restantes.</p>
<p>El dinero extra todavía no se dividió entre el equipo.</p>
<!--#include file="/spa-AR/footer.cgi" -->
</body>
</html>

View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Reporte financiero de ~vern de enero de 2023">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, costos, transparencia">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Reporte financiero de ~vern de enero de 2023 | ~vern</title>
</head>
<body>
<!--#include file="/spa-AR/nav.php" -->
<div class=h><h1 id=jan23finreport>Reporte financiero de ~vern de enero de 2023</h1> <a aria-hidden=true href=#jan23finreport>#jan23finreport</a></div>
<div class=h><b id=liberapay>Donaciones de LiberaPay (USD):</b> <a aria-hidden=true href=#liberapay>#liberapay</a></div>
<p>Recibimos un total de 16,41 USD en LiberaPay este mes. ¡Muchas gracias!</p>
<div class=h><b id=xmr>Donaciones de Monero (XMR):</b> <a aria-hidden=true href=#xmr>#xmr</a></div>
<p>Recibimos un total de 0,1 XMR este mes. ¡Muchas gracias! No se convirtió en dólares. Este dinero se usa para el dominio, para cuando nos faltan fondos o para retirarlos cuando XMR llega a un pico.</p>
<div class=h><b id=usage>Utilización:</b> <a aria-hidden=true href=#usage>#usage</a></div>
<p>5 USD para Iceberg</p>
<p>En total se usaron 5 USD este mes. Tenemos 11,41 USD + alrededor de 41,16 USD (tasa de cambio de XMR al 1 de febrero de 2023) = 52,57 USD restantes.</p>
<p>El dinero extra todavía no se dividió entre el equipo.</p>
<!--#include file="/spa-AR/footer.cgi" -->
</body>
</html>

View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Reporte financiero de ~vern de febrero de 2023">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, costos, transparencia">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Reporte financiero de ~vern de febrero de 2023 | ~vern</title>
</head>
<body>
<!--#include file="/spa-AR/nav.php" -->
<div class=h><h1 id=feb23finreport>Reporte financiero de ~vern de febrero de 2023</h1> <a aria-hidden=true href=#feb23finreport>#feb23finreport</a></div>
<div class=h><b id=liberapay>Donaciones de LiberaPay (USD):</b> <a aria-hidden=true href=#liberapay>#liberapay</a></div>
<p>Recibimos un total de 0 USD en LiberaPay este mes.</p>
<div class=h><b id=xmr>Donaciones de Monero (XMR):</b> <a aria-hidden=true href=#xmr>#xmr</a></div>
<p>Recibimos un total de 0 XMR este mes. No se convirtió en dólares. Este dinero se usa para el dominio, para cuando nos faltan fondos o para retirarlos cuando XMR llega a un pico.</p>
<div class=h><b id=usage>Utilización:</b> <a aria-hidden=true href=#usage>#usage</a></div>
<p>5 USD para Iceberg</p>
<p>En total se usaron 5 USD este mes. Tenemos 14,71 USD + alrededor de 34,58 USD (tasa de cambio de XMR al 28 de febrero de 2023) = 49,29 USD restantes.</p>
<p>El dinero extra todavía no se dividió entre el equipo.</p>
<!--#include file="/spa-AR/footer.cgi" -->
</body>
</html>

View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Reporte financiero de ~vern de marzo de 2023">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, costos, transparencia">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Reporte financiero de ~vern de marzo de 2023 | ~vern</title>
</head>
<body>
<!--#include file="/spa-AR/nav.php" -->
<div class=h><h1 id=mar23finreport>Reporte financiero de ~vern de marzo de 2023</h1> <a aria-hidden=true href=#mar23finreport>#mar23finreport</a></div>
<div class=h><b id=liberapay>Donaciones de LiberaPay (USD):</b> <a aria-hidden=true href=#liberapay>#liberapay</a></div>
<p>Recibimos un total de 2,61 USD en LiberaPay este mes. ¡Muchas gracias!</p>
<div class=h><b id=xmr>Donaciones de Monero (XMR):</b> <a aria-hidden=true href=#xmr>#xmr</a></div>
<p>Recibimos un total de 0 XMR este mes. No se convirtió en dólares. Este dinero se usa para el dominio, para cuando nos faltan fondos o para retirarlos cuando XMR llega a un pico.</p>
<div class=h><b id=usage>Utilización:</b> <a aria-hidden=true href=#usage>#usage</a></div>
<p>5 USD para Iceberg</p>
<p>En total se usaron 5 USD este mes. Tenemos 12,32 USD + alrededor de 35,70 USD (tasa de cambio de XMR al 1 de abril de 2023) = 48,02 USD restantes.</p>
<p>El dinero extra todavía no se dividió entre el equipo.</p>
<!--#include file="/spa-AR/footer.cgi" -->
</body>
</html>

View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Reporte financiero de ~vern de abril de 2023">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, costos, transparencia">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Reporte financiero de ~vern de abril de 2023 | ~vern</title>
</head>
<body>
<!--#include file="/spa-AR/nav.php" -->
<div class=h><h1 id=apr23finreport>Reporte financiero de ~vern de abril de 2023</h1> <a aria-hidden=true href=#apr23finreport>#apr23finreport</a></div>
<div class=h><b id=liberapay>Donaciones de LiberaPay (USD):</b> <a aria-hidden=true href=#liberapay>#liberapay</a></div>
<p>Recibimos un total de 0 USD en LiberaPay este mes.</p>
<div class=h><b id=xmr>Donaciones de Monero (XMR):</b> <a aria-hidden=true href=#xmr>#xmr</a></div>
<p>Recibimos un total de 0 XMR este mes. No se convirtió en dólares. Este dinero se usa para el dominio, para cuando nos faltan fondos o para retirarlos cuando XMR llega a un pico.</p>
<div class=h><b id=usage>Utilización:</b> <a aria-hidden=true href=#usage>#usage</a></div>
<p>5 USD para Iceberg, 2,8 USD para Mythos</p>
<p>En total se usaron 7,8 USD este mes. Tenemos 4,52 USD + alrededor de 35,70 USD (tasa de cambio de XMR al 1 de abril de 2023) = 40,22 USD restantes.</p>
<p>El dinero extra todavía no se dividió entre el equipo.</p>
<!--#include file="/spa-AR/footer.cgi" -->
</body>
</html>

View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Reporte financiero de ~vern de mayo de 2023">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, costos, transparencia">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Reporte financiero de ~vern de mayo de 2023 | ~vern</title>
</head>
<body>
<!--#include file="/spa-AR/nav.php" -->
<div class=h><h1 id=may23finreport>Reporte financiero de ~vern de mayo de 2023</h1> <a aria-hidden=true href=#may23finreport>#may23finreport</a></div>
<div class=h><b id=liberapay>Donaciones de LiberaPay (USD):</b> <a aria-hidden=true href=#liberapay>#liberapay</a></div>
<p>Recibimos un total de 54,82 USD en LiberaPay este mes. ¡Muchas gracias!</p>
<div class=h><b id=xmr>Donaciones de Monero (XMR):</b> <a aria-hidden=true href=#xmr>#xmr</a></div>
<p>Recibimos un total de 0 XMR este mes. No se convirtió en dólares. Este dinero se usa para el dominio, para cuando nos faltan fondos o para retirarlos cuando XMR llega a un pico.</p>
<div class=h><b id=usage>Utilización:</b> <a aria-hidden=true href=#usage>#usage</a></div>
<p>5 USD para Iceberg, 4,68 USD para Mythos, 27,30 USD para Typhoon</p>
<p>En total se usaron 36,98 USD este mes. Tenemos 22,36 USD + alrededor de 33,98 USD (tasa de cambio de XMR al 1 de abril de 2023) = 56,34 USD restantes.</p>
<p>El dinero extra todavía no se dividió entre el equipo.</p>
<!--#include file="/spa-AR/footer.cgi" -->
</body>
</html>

View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Reporte financiero de ~vern de junio de 2023">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, costos, transparencia">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Reporte financiero de ~vern de junio de 2023 | ~vern</title>
</head>
<body>
<!--#include file="/spa-AR/nav.php" -->
<div class=h><h1 id=jun23finreport>Reporte financiero de ~vern de junio de 2023</h1> <a aria-hidden=true href=#jun23finreport>#jun23finreport</a></div>
<div class=h><b id=liberapay>Donaciones de LiberaPay (USD):</b> <a aria-hidden=true href=#liberapay>#liberapay</a></div>
<p>Recibimos un total de 1,88 USD en LiberaPay este mes. ¡Muchas gracias!</p>
<div class=h><b id=xmr>Donaciones de Monero (XMR):</b> <a aria-hidden=true href=#xmr>#xmr</a></div>
<p>Recibimos un total de 0 XMR este mes. No se convirtió en dólares. Este dinero se usa para el dominio, para cuando nos faltan fondos o para retirarlos cuando XMR llega a un pico.</p>
<div class=h><b id=usage>Utilización:</b> <a aria-hidden=true href=#usage>#usage</a></div>
<p>5 USD para Iceberg, 4,75 USD para Mythos, 27,30 USD para Typhoon</p>
<p>En total se usaron 37,05 USD este mes. Tenemos -14,29 USD + alrededor de 33,98 USD (tasa de cambio de XMR al 1 de abril de 2023) = 18,89 USD restantes.</p>
<p>El dinero extra todavía no se dividió entre el equipo.</p>
<!--#include file="/spa-AR/footer.cgi" -->
</body>
</html>

View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Reporte financiero de ~vern de julio de 2023">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, costos, transparencia">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Reporte financiero de ~vern de julio de 2023 | ~vern</title>
</head>
<body>
<!--#include file="/spa-AR/nav.php" -->
<div class=h><h1 id=jul23finreport>Reporte financiero de ~vern de julio de 2023</h1> <a aria-hidden=true href=#jul23finreport>#jul23finreport</a></div>
<div class=h><b id=liberapay>Donaciones de LiberaPay (USD):</b> <a aria-hidden=true href=#liberapay>#liberapay</a></div>
<p>Recibimos un total de 20,59 USD en LiberaPay este mes. ¡Muchas gracias!</p>
<div class=h><b id=xmr>Donaciones de Monero (XMR):</b> <a aria-hidden=true href=#xmr>#xmr</a></div>
<p>Recibimos un total de 0 XMR este mes. No se convirtió en dólares. Este dinero se usa para el dominio, para cuando nos faltan fondos o para retirarlos cuando XMR llega a un pico.</p>
<div class=h><b id=usage>Utilización:</b> <a aria-hidden=true href=#usage>#usage</a></div>
<p>5 USD para Iceberg, 4,75 USD para Mythos, 27,30 USD para Typhoon</p>
<p>En total se usaron 37,05 USD este mes. Tenemos 2,43 USD + alrededor de 33,98 USD (tasa de cambio de XMR al 1 de abril de 2023) = 36,41 USD restantes.</p>
<p>El dinero extra todavía no se dividió entre el equipo.</p>
<!--#include file="/spa-AR/footer.cgi" -->
</body>
</html>

View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Reporte financiero de ~vern de agosto de 2023">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, costos, transparencia">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Reporte financiero de ~vern de agosto de 2023 | ~vern</title>
</head>
<body>
<!--#include file="/spa-AR/nav.php" -->
<div class=h><h1 id=ago23finreport>Reporte financiero de ~vern de agosto de 2023</h1> <a aria-hidden=true href=#ago23finreport>#ago23finreport</a></div>
<div class=h><b id=liberapay>Donaciones de LiberaPay (USD):</b> <a aria-hidden=true href=#liberapay>#liberapay</a></div>
<p>Recibimos un total de 1,90 USD en LiberaPay este mes. ¡Muchas gracias!</p>
<div class=h><b id=xmr>Donaciones de Monero (XMR):</b> <a aria-hidden=true href=#xmr>#xmr</a></div>
<p>Recibimos un total de 0 XMR este mes. No se convirtió en dólares. Este dinero se usa para el dominio, para cuando nos faltan fondos o para retirarlos cuando XMR llega a un pico.</p>
<div class=h><b id=usage>Utilización:</b> <a aria-hidden=true href=#usage>#usage</a></div>
<p>5 USD para Iceberg, 4,75 USD para Mythos, 27,30 USD para Typhoon</p>
<p>En total se usaron 37,05 USD este mes. Tenemos -32,72 USD + alrededor de 33,98 USD (tasa de cambio de XMR al 1 de abril de 2023) = 1,26 USD restantes.</p>
<p>El dinero extra todavía no se dividió entre el equipo.</p>
<!--#include file="/spa-AR/footer.cgi" -->
</body>
</html>

View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Reporte financiero de ~vern de septiembre de 2023">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, costos, transparencia">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Reporte financiero de ~vern de septiembre de 2023 | ~vern</title>
</head>
<body>
<!--#include file="/spa-AR/nav.php" -->
<div class=h><h1 id=sep23finreport>Reporte financiero de ~vern de septiembre de 2023</h1> <a aria-hidden=true href=#sep23finreport>#sep23finreport</a></div>
<div class=h><b id=liberapay>Donaciones de LiberaPay (USD):</b> <a aria-hidden=true href=#liberapay>#liberapay</a></div>
<p>Recibimos un total de 0 USD en LiberaPay este mes.</p>
<div class=h><b id=xmr>Donaciones de Monero (XMR):</b> <a aria-hidden=true href=#xmr>#xmr</a></div>
<p>Recibimos un total de 0,004940039377 XMR este mes. ¡Muchas gracias! No se convirtió en dólares. Este dinero se usa para el dominio, para cuando nos faltan fondos o para retirarlos cuando XMR llega a un pico.</p>
<div class=h><b id=usage>Utilización:</b> <a aria-hidden=true href=#usage>#usage</a></div>
<p>5 USD para Iceberg, 4,75 USD para Mythos, 27,30 USD para Typhoon</p>
<p>En total se usaron 37,05 USD este mes. Tenemos -69,77 USD + alrededor de 29,31 USD (tasa de cambio de XMR al 23 de noviembre de 2023) = -40,46 USD restantes.</p>
<p>El dinero extra todavía no se dividió entre el equipo.</p>
<!--#include file="/spa-AR/footer.cgi" -->
</body>
</html>

View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Reporte financiero de ~vern de octubre de 2023">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, costos, transparencia">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Reporte financiero de ~vern de octubre de 2023 | ~vern</title>
</head>
<body>
<!--#include file="/spa-AR/nav.php" -->
<div class=h><h1 id=oct23finreport>Reporte financiero de ~vern de octubre de 2023</h1> <a aria-hidden=true href=#oct23finreport>#oct23finreport</a></div>
<div class=h><b id=liberapay>Donaciones de LiberaPay (USD):</b> <a aria-hidden=true href=#liberapay>#liberapay</a></div>
<p>Recibimos un total de 0 USD en LiberaPay este mes.</p>
<div class=h><b id=xmr>Donaciones de Monero (XMR):</b> <a aria-hidden=true href=#xmr>#xmr</a></div>
<p>Recibimos un total de 0 XMR este mes. No se convirtió en dólares. Este dinero se usa para el dominio, para cuando nos faltan fondos o para retirarlos cuando XMR llega a un pico.</p>
<div class=h><b id=usage>Utilización:</b> <a aria-hidden=true href=#usage>#usage</a></div>
<p>5 USD para Iceberg, 4,75 USD para Mythos, 27,30 USD para Typhoon, 0.1321527686 XMR para el dominio vern.cc</p>
<p>En total se usaron 37,05 USD y 0,1321527686 XMR este mes. Tenemos -106,82 USD + alrededor de 12,80 USD (tasa de cambio de XMR al 23 de noviembre de 2023) = -94,02 USD restantes.</p>
<p>El dinero extra todavía no se dividió entre el equipo.</p>
<!--#include file="/spa-AR/footer.cgi" -->
</body>
</html>

View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Reporte financiero de ~vern de noviembre de 2023">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, costos, transparencia">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Reporte financiero de ~vern de noviembre de 2023 | ~vern</title>
</head>
<body>
<!--#include file="/spa-AR/nav.php" -->
<div class=h><h1 id=nov23finreport>Reporte financiero de ~vern de noviembre de 2023</h1> <a aria-hidden=true href=#nov23finreport>#nov23finreport</a></div>
<div class=h><b id=liberapay>Donaciones de LiberaPay (USD):</b> <a aria-hidden=true href=#liberapay>#liberapay</a></div>
<p>Recibimos un total de 99,35 USD en LiberaPay este mes. ¡Muchas gracias!</p>
<div class=h><b id=xmr>Donaciones de Monero (XMR):</b> <a aria-hidden=true href=#xmr>#xmr</a></div>
<p>Recibimos un total de 0 XMR este mes. No se convirtió en dólares. Este dinero se usa para el dominio, para cuando nos faltan fondos o para retirarlos cuando XMR llega a un pico.</p>
<div class=h><b id=usage>Utilización:</b> <a aria-hidden=true href=#usage>#usage</a></div>
<p>5 USD para Iceberg, 4,75 USD para Mythos, 27,30 USD para Typhoon</p>
<p>En total se usaron 37,05 USD este mes. Tenemos -44,52 USD + alrededor de 12,80 USD (tasa de cambio de XMR al 23 de noviembre de 2023) = -31,72 USD restantes.</p>
<p>El dinero extra todavía no se dividió entre el equipo.</p>
<!--#include file="/spa-AR/footer.cgi" -->
</body>
</html>

View File

@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="es">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Reporte financiero de ~vern de diciembre de 2023">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, costos, transparencia">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Reporte financiero de ~vern de diciembre de 2023 | ~vern</title>
</head>
<body>
<!--#include file="/spa-AR/nav.php" -->
<div class=h><h1 id=dec23finreport>Reporte financiero de ~vern de diciembre de 2023</h1> <a aria-hidden=true href=#dec23finreport>#dec23finreport</a></div>
<div class=h><b id=liberapay>Donaciones de LiberaPay (USD):</b> <a aria-hidden=true href=#liberapay>#liberapay</a></div>
<p>Recibimos un total de 0 USD en LiberaPay este mes.</p>
<div class=h><b id=xmr>Donaciones de Monero (XMR):</b> <a aria-hidden=true href=#xmr>#xmr</a></div>
<p>Recibimos un total de 0 XMR este mes. No se convirtió en dólares. Este dinero se usa para el dominio, para cuando nos faltan fondos o para retirarlos cuando XMR llega a un pico.</p>
<div class=h><b id=usage>Utilización:</b> <a aria-hidden=true href=#usage>#usage</a></div>
<p>5 USD para Iceberg, 4,75 USD para Mythos, 27,30 USD para Typhoon</p>
<p>En total se usaron 37,05 USD este mes. Tenemos -81,57 USD + alrededor de 12,80 USD (tasa de cambio de XMR al 23 de noviembre de 2023) = -68,77 USD restantes.</p>
<p>El dinero extra todavía no se dividió entre el equipo.</p>
<!--#include file="/spa-AR/footer.cgi" -->
</body>
</html>

11
spa-AR/footer.cgi Executable file
View File

@ -0,0 +1,11 @@
#!/usr/bin/env bash
echo "Content-type: text/html"
echo ""
echo "<footer>"
echo "<br>"
echo "<p>Hecho con &lt;3 por el equipo de ~vern</p>"
echo "<p>Copyright (C) 2022-2024 <a href=/spa-AR/admins>~vern</a>. <a rel="license" href="/LICENSE.txt">Algunos derechos reservados</a> bajo CC BY-SA 4.0</p>"
echo "<p>Algo de información sobre el logo puede encontrarse en <a href=/logo>/logo</a>"
echo "<p>El código fuente de la página está en <a rel="source" href="//git.vern.cc/vern/website">Git ~vern</a></p>"
echo "Detalles del commit: <a href=http://git.vern.cc/vern/website/commit/$(git rev-parse HEAD)>$(git rev-parse --short HEAD)-$(git show -s --format=%ci)</a>"
echo "</footer>"

1
spa-AR/gnuplot Symbolic link
View File

@ -0,0 +1 @@
/opt/gnuplot

130
spa-AR/i2p-services.html Normal file
View File

@ -0,0 +1,130 @@
<!--domain.vern.i2p/?i2paddresshelper=$(i2pb64 domain)-->
<div class=h><b id=core>Principales:</b> <a aria-hidden=true href=#core>#core</a></div>
<ul>
<li><a href=http://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p>~vern</a> (<a href="http://vern.i2p/?i2paddresshelper=xcxqU-MRt4gdP8l87D9PE55Ox2AbCcmfdn8m4cKCXIAVu2nuy4P~ha1qgNlminvCfHeDrrBLnQEnDR2Vk326xnigVbEVBecA7W4h3O0n4l~up31ET6~mYEl~8AliIBop7D7452W1rwbC1uilh-kwoFwplQZypvL7t954cvEIKAYs9FC-h6qak9iOicpTcYC-uu7tYW5sku~fbn4UY6LkgvBfQOSYNST6-pilQIN-XwU6ipc4PAbPgpxSmmm9FRYn2OP2Ls49Yb9BVOJXdxxZzwOyQiPHTm88TGVnbpi-ClJOWxpaleCJwCL8eR8iDj3j09Leq6HkdLk9THnMD-Rnf7sAs8W1R3QJEb3bA~f4DFmfEa~tddQkzSJvRhX9ozL1TPPhRoar1KRvH7QvCVJNnnDsvkTIofGOT7KDAzR7ldGA3MnIXzkjWk3J7jn7E2yaF~YN8jhICrTM8gFW4ZUiY21thlC1OrZr29izBwHCnSfImCIncnhlz90taheV5vRQBQAEAAcAAA==">Address helper</a>) - El sitio principal de ~vern</li>
<li><a href=gemini://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p>~vern Gemini</a> - La cápsula de Gemini de ~vern</li>
<li><a href=gopher://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p>~vern gopher</a> - El gopherhole de ~vern</li>
<li><a href=http://vernwe65i5iwfypgmlaciaqsbuvzouxf7qco6xl6qkfgdzsmvf2a.b32.i2p>~vern Radio</a> (<a href="http://radio.vern.i2p/?i2paddresshelper=DkDE-RSLQzRJ3Ij9x8U4ienSMGD5H2ZjEXRHwgv7nnYVG60KyWmpmzEsFZU8QsFpKj4wATJHdbFRazY3Q1fX5~AnOj~XLmgDGsDtsdIPoq0~HvJJMagF119a0IIYXmO68Qsb8OPwJTCf1gIN1pLYVPF5gFfE3BNGaO8hpI4EN08xBfcWtMfvehBDeZXj9Lv9l216EIzx19jne~CrSyUUqD06k6xr7p0zuGHmlvJRgNViaCOwZMdNnNvtBtbqwdvvEv3fna2ADtBwIQrUsWYugTm72L2yvBGatWSayRpTGFUb9al6I-bi0D8r~ZHpPAD6Xax3Ojv5oWJUJVhCbFiU--wIe9tX7QCS-zZWLEDmsAZG7oQocitoA46HJ3fjqwgvE7KjVkwukY28tMkTI1ZJhF5KBnt6W34NMrIIm3QrD7ZpKB6rtEPXp2Fy0lCucLjMrEcZbxNC6gfuBO~QnDXtOMJnhFG1K~8xFGEjHeF7E22gsKvDAmOxTHF3n0P8w7oyBQAEAAcAAA==">Address helper</a>) - Radio online de ~vern, sólo con música libre</li>
<li><a href=ssh://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p>SSH (Requiere de registro)</a> - Cada usuario puede entrar a la tilde de ~vern usando sus claves SSH</li>
<li>User sites (Requiere de registro) - Cada usuario puede tener su propio sitio (HTTP, Gemini, Gopher) en verncceu2kgz...b32.i2p/~username/</li>
<li>User sockets (Requiere de registro) - Cada usuario tiene un socket UNIX y puede ejecutar su propio servidor HTTP en el mismo, accesible desde verncceu2kgz...b32.i2p/socks/username/*</li>
</ul>
<div class=h><b id=storage>Almacenamiento:</b> <a aria-hidden=true href=#storage>#storage</a></div>
<ul>
<li><a href=http://vernkjqjz3qctifc3ovi7s77zzkej6qb6wbgly7yu46tgtffskla.b32.i2p>0x0</a> (<a href="http://0.vern.i2p/?i2paddresshelper=ErLH4gqgq3kszXLFLEd1lEd1JvE6S7haki98h0nO7LQiUJtb~2~bKGfKf48ebUiF0ujuGPrVPFVyUAcpj-ZJfyUsIn04kyj8RH-H~uyz18QogZ4U4Saheu7Q1Aiyn85J77HIFgzdn2lSjDQiTROeQB202bZDT9-u~yQjSAxM0X9xtdergKsHWQiR6YHOyFvp6LZ7dqheknjL8f3jPU9VZUaPN--r9IV26sQfeljTDhCZ0S~y0QbFLXqVR2stqfcIftqR4AhGtp5mY-rRYpLQ6FzsS5j0P-bnI0M6RtaDK8REhSsYiRb0QcvdILvrP9BUyVU~4jd35DychZdU5NLRvIa3Iw4BFPe8JavuttHldWTbFqrmPC1cba5zj9ZufClay3~efqKHjrjA~TViIpRywA5oe02ilDYNGE0vkVrY4rv92Kd67ufCxHauqsth2TJsOAjeYG2w-xZPWEvnwEqe07vEz9wJlc4t-VyImF1MgbluX0s2SGmwyK1S7wRvEaJlBQAEAAcAAA==">Address helper</a>) - El puntero nulo. Almacenamiento de archivos y acortador de URLs</li>
<li><a href=http://vernv3r2fudsi6yslyxmuqurx5pppfveqzmlqag5jdmek6ugibrq.b32.i2p>Vaultwarden (Registro separado)</a> (<a href="http://vw.vern.i2p/?i2paddresshelper=ie9s-CvYevkDTel5I4A6D9BfwHD5shKOj7ZcAxgmTI4rR-~Gk2NPppvYwNkvMBH6VDquQIlTjI6mfvznC7fRhbVbUOGiC8HB2PzZ1fRTFzJL4DSdhF4zoeSF5EnaphQ0C3~i7FF5rkAKVXUOwqWCPOd7vTXYAUmH3xA49jdMmKcPipl-FcLecOOIWOIaenn3~3N5AtsSRQvUqOdgtaVTFO5G91OnxmjKiFCYkwDPdDyrqkQS0FWvNfkkkz6O5E-Ia-YyL62wq0Vbsm5NQWYWhiBef448YmlbZkjf9sIrvJ74vKfILlmViAoiEEzlgLzEr1QoS9ixRs1GjaAf9QSRtPQEw8r7CbK9gt4RS7h~awNlISAz-bBBnKuCg9it29GoKz-qlRi-G8WyoP9TFxFgYtG0szkX~uaicFWb1en7pRW9aMQSG5lL~7v3DdI5~yclFYTa4Z7McPvOxF~Ayk~J1KqXWm5vJmkN8yxEYkzBZTO1j-iZzCjiGPAdoXF9PzG7BQAEAAcAAA==">Address helper</a>) - Administrador de contraseñas online con muchas características</li>
<li><a href=http://vernj47t2vz4qiobsrcaj6eqhaquqe5qsaejga2glol4b2snhcfa.b32.i2p>Forgejo (Requiere de registro)</a> (<a href="http://git.vern.i2p/?i2paddresshelper=jbyKaMQm9XfxKotbn7ggscd-BP7OVvYMfKna4loWx8fwqhGvUf1GolfSZ3lPtmfGKEnNTSpKekCWx54Fywxi3kBBGLA8IjKHvpPARfvPprxkSQaHy5rXIKb5p8W21Y1HR01TZmQo00vjsq7zvNjBJNw4a-zH9e21USDBSlxw-6K8pmOGyTZeGA1cQCQ-UCj59RnIuav2bIFATcrbJ9HRPkN0WDtD3GEUh5lW2xayaqmKdrmu4~os4-y1RZC7a-kDz1TpRxXOCXCdFPaAGf9nD7V-WSTLp~DajdMVq1eexFCsdxB9wyWdh6pPMRqGh7ATB~VXT-1BRTD8VXk0cO-k7R0IZOXJBvoWhjbL00RWGt3CL91r9kYvmNw-RcUQI9G7BpbZAKijzYjZ62PrFGfQkwyeLgrWr8o-pZ6amsmcrdTUaUbf646T53hxXic28qoLgL70NaEPrzxHj5psWLiNa5jMqw17LqhKV2fZhCvazWYMY-Xhy8bHZdX2goAcdoqaBQAEAAcAAA==">Address helper</a>) (<a href=http://vernp46vgdvbfjlxibqbmlk2wxckgjvnoj5ixjdkdr2n773mra4a.b32.i2p>CI</a> (<a href="http://ci.vern.i2p/?i2paddresshelper=Ep3DCvyNrxB7DAHqFZqXAbhFUSnFcUVe7Lj7JkbnoMmdY~j~nOhF3PISq4jyv7LS5wFi0aGbzr5TVDUXXCLbSdPcmj9z0z5QBT5rG3Za6GbaQyvTxquTostiCmt7R2gdyfOcEXhFMjRxNr6pi9aRiGruKJRmPRtq1anVt606kpolBwrwU24KneNWk7~YkrV2Q1VmSAUyQBeYmEbI~wcgj6e5j0hvTmGLiQINuiaePSG6MSdavNsHJwBYslF1OLuu32luLrtuLaytdNAXVafXoRrmj2K2O9duI94Ni-ePndsV0IP-WU7jFBSQmQMjXqcOEwRESEQNcA6I2Au29Z0zBSr543KUY-X8WXzmyCbJQchwaiFKuWhXE978HcTpX5MYO7zW4PB9ipOJAttC0M1HPf-18TmEF7fvcgRffxUYXKI3f6ZBPXU05T~mK2KZAX~Kk5UWHs1FhUWXz2jrESgvK7PQK3H3x6iXvu0bOCSgVSvz1G-cNQXjpXhqHSyqnq~uBQAEAAcAAA==">Address helper</a>)) - Una opción liviana para almacenar su código escrita en Go</li>
<li><a href=http://vernfy3k7royqfe7pg6wgzj53ipltd5nb4acjtjmwgpqrkxwmcla.b32.i2p>HedgeDoc</a> (<a href="http://hd.vern.i2p/?i2paddresshelper=yRu5ne6-ZmziLPEDmPWK8QEoi7R3n-sR~AGEIqpv42IXBwT~Q0knQHtZFdYVZf24TzVr9FabJZE9FjAYZQx0aozpdl7iA~aBa0KjTyCwuwjyimZmAnh~UrGD1cZ52myV8LtP3KavctakmaFe3f1JW0msJiqnsovI4IBsK5H80hnPO7TsFOBamYBRUQImdRGcyIgv4QewwvNcOZQRlSkVuVf0UKJiLa7qcL05ZL4gHlmdTdgX9spB2gEqHXR~6fY7ASyM3BW4d-eUR3cyOd~hHJOnDkuyLPX-R18X9YwUF6OOusuX55X2zOA6ScVC5A4LxLSrqdq3cudv4t2PHsDwbFJ~12dIBoZiuKtYfomfslSxpQJGfttjonQ9k-u66UazReQBHENBNIOuGCA2CfYwd01K5qwsJNaHtaCHwb0YqSb-m96EIGA7P-nIigIn65JgwlcayDvLle4G1v-D5s8YOafVNX~j4mm2bUYnifyvuKIwvfn13tivNxpn-uN8JA76BQAEAAcAAA==">Address helper</a>) - Notas colaborativas en Markdown</li>
<li><a href=http://vernxqcyexg5qsmtel4fjs7f7o6uktrqwuhqc4dde4xf2l5v55aq.b32.i2p>Mirrors (HTTP)</a> (<a href="http://mirror.vern.i2p/?i2paddresshelper=c-3xw1EWpjn6mRoORybYeiXQdFXbFdjjrY2NXOol7rqZOuFtMvmZhWgiJE9WCG5bpqTt~aA0u4EkxGpekK9aae2NjXhXHRZ7DXzjiXF4mnwbxGEcjzROczmGgvzz7AZDVySWCak-09AAd~AMAGPFsIpCIBxFUG~-H8hkYNGZUreP68ZQv3D3gDiu0PAi-8A8Zxc7u744ZKKiVru6NOXGtrxPjd1sdy2Ma8yUfUQcfArBAeyLoZSjd3CulUe~Mxlc5au5FPCtt-nOHKGxdur~hGMSSxPs0hbgxmaX3qb0Of4DjZh-aMlG-Vxrd7OdVQk7DNzYJskwz2DeJUyKjN8tNsQXQxfoBj4lqhK2eOm5lbDqnew6AeTpy8fLtrh3IxZrfGaHsxFJUV~ToxgprhJZsJ752-SXEOC0izi0ZnP8ZGmY4~Io6YNKlb4XucyA6qnd7EOOyfsIpOO48Nv1By6VAL9Axd9KEeKmILgMKqhIGrFWpNis1zbuDP7~WlqdnGhxBQAEAAcAAA==">Address helper</a>) - Servidores HTTP de réplicas de distribuciones populares y libres</lI>
<li><a href=rsync://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p/>Mirrors (rsync)</a> - Servidores rsync de réplicas de distribuciones populares y libres</lI>
<li><a href=http://vernyvyqme7hnsfmfty7s7aawpndayyfbbydqlfewuuemzwh332q.b32.i2p>PeerTube (Requiere de registro)</a> (<a href="http://pt.vern.i2p/?i2paddresshelper=zZUALEjFdSs~yKM93yvcP3X0RpPyOdULlX55ANZeLp-FRboGqg0QbuER2v-U7VYP5AwRDCNy85WHYChF0ilrnvBulexFi~J72nyaHXl2NXJG~KOebsO1Xk5Lw-46CN7S3FBeTVgj7mN1mbhU1C60hJbENLzyz3i5Q7fhYONWFsDEmephRkUTZofNLJNIPC18QtLjPG5WQrYVa93IDnv~Gy7DczXee7RKcXQVVd-4bftmEJ9-vbWF~jv~i-25bfziwhNEe8b1fwIGiLsc2scVYpiHOXhw6Zqy5IqsIJdXBBTyShp7jhAq3XdjuzAtovUxomPVfb9Yc7YlXfrpKpyxGX277p--GtUz242EQ8fZmAMks7pZfvUWskYbE0PNKu-6eYi9Aja7zQWMV3UQLJAVyVmZgN1SuKW-DbOT-B7RAvLNoHUgAbvrBtutRq3-VBtM0wxlqTGzMlxDPgBz-BiMbMDn2x2fXQIVwd2Pfp8DEH9iumJEFHuzNnyFYsFVYHWSBQAEAAcAAA==">Address helper</a>) - Plataforma de video federada</li>
<li><a href=http://vernbrpw2ivyireljmadepiwl2zwukfs3qq3neqiygdzd2swyb3a.b32.i2p>PenPot (Requiere de registro)</a> (<a href="http://pp.vern.i2p/?i2paddresshelper=8L~Y3dQy0EnC2e3T230ZTu3LHwVlZZLqzoKABS~jciAyCmIDyZms4Wv0b41t8bM2yBYNGgSm4Irl~1X0LnmTCRZy1IpohwLWjeoTdBCuf-CBUF-9vO-WGotGrlIvd1jxpI6Q4QwDl5dRJWxbZArHASRzMt5UA~Xtmv4GOsXrzQ4EV740ejrQsArqYlueET3LkAznvMCMhLdNlz~jvlhxFPbJZ11drExJNeUfbJZn6HdaXR6hJlSiN-2tPoxiVfbeLicWREpfAjAIzE2lLBIjNC7l2kpMbzF3PBAP-7ALKHTOr54Pkg-G735DKQLusLwL9WKytxNIXcKFc6mICQzalmdYQk-QJN336cDf4nOWiczunS-kd9i~xz7x5OttIpShelGMal~8cwHu6r4z8tWdC2dcijKtnkKmn6Mc-j-d4Yk82OlookDQPbAN-qhO60UiMyCjJhH4afI0gaoh4p11CCPvHyD9ktVl1FjIoLMLGqqR4iDd~sRiNQveJLebuQAYBQAEAAcAAA==">Address helper</a>) - Plataforma de diseño y prototipado</li>
<li><a href=http://vernmeoccnhag24lturrfxjne2szacraslpbg3v4pmuv25gwb5oq.b32.i2p>PrivateBin</a> (<a href="http://pb.vern.i2p/?i2paddresshelper=2DlPvsYohP-mapAHwl~s0npqyNqdqGnOaZzT1sq6mvjQ9YjoODkdFo6Sl5Z1zAabYP5lgDxITPK4UBJJnZzXvpIIqN1TKS9KO0LPF4WvsNol2rO0l-gJzUbICn~lxnQ1cmPPBHK78Y1kfBh0TGJ5aNEZJ8RXKagpx8MVN8gSNp-t8y59nTEqEjvVYHYD~idKv6oOdVBx1AOoeB1BDA9lA0I2I1XKqCfDzj2Zw6dVO~zjGYELHTBF6GQ99DQvIZ6BkBk7cPpM5B7aBqY3VemWTb9gpolmnrRHgKgqGd6tRtmqX6zyn~LjIQjMa45A7Y9RFo9YQuAWJ1-xctfRzlt73QczgYKClHVsqY1u2loS0T~~4xWfSoYogZvCFGCjCugLTeXpaz~3qn8PSMEPjL2lUpOyTU9AxSTTjpVnlQtr8r-RYxu~S9jmL7k-15DmPCkw-xkidU46pzevnjzoOuGJZH7SPqtP5SVaL2oN64EXInM19Oc1ngonV~XmJL4gpb~SBQAEAAcAAA==">Address helper</a>) - Un pastebin donde el servidor tiene cero conocimiento de los pastes</li>
<li><a href=http://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p:8446>Syncthing Discovery Server</a> - Sincronización de archivos peer-to-peer</li>
<li><a href=http://vernzluj2od67vbf5drxxrhzekslgxnym7zc3mxgx7tfqndgedha.b32.i2p>Nextcloud (Requiere de registro)</a> (<a href="http://nc.vern.i2p/?i2paddresshelper=CDzcf6lS~gbNPNk4ABfkhizLfvKYnenpyjnKqyPF2H4nF1L5G7dNOCxoHQIKuFHj6MFBoc81C-ojSveAuFf~lYz3KbdrkyJR-DduNJ8jn0~YQ4rmmq31wHCMZJMfvEKnZ5YlvbnWYceHWti1ry6SsdVhZ~CltS~usVfWmib4ckZnnSAH9yWzA9kPWEvKyRV~SnhWKFU4~jgbymdy9mOR0HWbSQLIGUzsQseQoXS1l5P8wpsK24lQtounl~BJUAcgSuI0T9KPmOmwkPxoKId33RnjteUpB67AmXLFchLtscRElA3v8SJRgdgYeDVHZdTBjYH4bHLRgoak5dbOlYZjRs-663z5YX-kNCSzTH2NbCE51814MfNGyu3tYioOtIGx5rfv3ZFzFtUpKAqpJiVPEpWjUUJydiqoEp1n76fPfrAmNGdnqg1TMn8DbAGWd5ohe2yumrwTIzxULDuuUhvaqRJH9DrDxGUTBSAW4fI0fsP7fAHxXYb2xLUZxfvWtEYuBQAEAAcAAA==">Address helper</a>) - Una plataforma de productividad que te deja tomar el control</li>
<li><a href=http://vernvx3w4jkwznya72gnslmkabthu6behn7mlfunezcubsjazaxq.b32.i2p>Ntfy</a> (<a href="http://ntfy.vern.i2p/?i2paddresshelper=KFLGe2qXdauZnNkEDKZ6UfIWjFWSSaNbo-OF4z~saWhxkBAcKrDXrQvPZHDG80M2XtyTTp0RFS1Iq6VJpwEFAnT7VaS6v780NSWNBhqH-PQerCnFYNxzjYAtfkF15~utw6Sf6CgGLXla58-y6wDucQHMVjYJ8g--wqzul4aasNzlcwALd6F6GMXpNpnMdAk52l7bQ~L2G9dR2oDUGOgvMHWGu6Y~5aJsyX3~AgJV3Kkl1U~srv5W6IRkU0T-~UbmWs4oA5IsVn~Yi4~suodakeLMLnJN0ntkMJE7lD5ufw1WoDwN-2sBiWSMUhadD7N8A-lhiTandKWfS76bosrZ7DgYmbcSDQ3xEHcs7oXzXi0eP~zxLEEhVOVYBzGUgd5r3hH~E8lq-SYl6o4HOLRqy2LJgtE5nsBvuwquO0K050hDO0kVYG4j~SDZiivHMX3bDThu1KoUaAXZcYDeNaY5DfRAZeh6AwhMBBiJ6kLwnAMXebth8YCfUloofeD8K70nBQAEAAcAAA==">Address helper</a>) - Un servicio simple de notificaciones pub-sub basado en HTTP</li>
<li><a href=http://vernaaamyu2hcxaoscotjmivcqhqdn77bbftpbilmrbcxqt6f32a.b32.i2p>Jellyfin (Acceso restringido)</a> (<a href="http://jf.vern.i2p/?i2paddresshelper=uzXLJpLK0bRubdVZpQewWxIoZhIXJC~~8H5djY1zU6rN5V-CFzdADLlaCpjts2bLwrbjUN49cHzd-lI-LOBYd2HSsiFfrgj1MugR~qh0FPTX2AONR14aT4O~VNJEhf~hKj0vUQKT1zLJ~KQ3P1IWpMSE8tbZZwu74CE-jWE83Ugy62z3Rd~7JGWSxsWE8bxf34kpRmwuGvRTqHIz1rylQlCcLQiMbYG71SxlP-IjlbB9mAfwZnrl0r6JENm~NvjQhz4clu7q~0Pu82CfU-EuYwBmg3-cVdKdTAU18sL-7L28h~96JK~0rslyZeD2i-Y~KfIP7GEuWkvT1Ii0qmVKg6iZI3SRfo9qHlNJWYEUmC4NsQ55JQXjvvozXDYiN~0e-QRedXF0Vni3tSOIG4whI6Z8jkNz9uL6kyzRZbU6~tcQKGBUGu83tmY~h8BUdeWk5fTh2uqYZnPtbr9cLyVRJn-680n3M535Ej6Rdw7gLX6oMFRfZb8g5nzxpqNbfFVKBQAEAAcAAA==">Address helper</a>) - Un sistema de medios libre que te da el control necesario para manejar y transmitir tus medios</li>
<li><a href=http://verndu4wjpud2cs7yoqfbcoorqn2nwajuxi2qdoas2vg4zdddf5a.b32.i2p>Hat.sh</a> (<a href="http://hat.vern.i2p/?i2paddresshelper=nOfagmGcpjhd1NHhzIlV2GCGvAMaoQOEzD6hRUcdcwuabA0Zo~5u0-~gf6vLeVGWgAUHpO7QYcaEw0ddmAU~YAZ-AK95ffgeGyosirOesKPN-RUR3mip4GS7tSgdy8xdR3pimdAqRAAjwoa-3CthG8PjzaFrz3PPxCvzLgOSavVmc6m52yW~aB1vLbuml-WAhc7BXuCraNbfFHDj-8gGjSXyJni72F8sQiB-9U4tzdP52etj3zgvZQaUMI24~nsT6cINDCxRJVF1AVcf2493RYJ2WhOgvlriJq6NrLMQ92PE~dwTaW1QbMQO1DOUm7MPmTtOSuCPo8fxOPDsf-OIG03Tw2sGPIEgY2jZ-j1x8R3Wg4AWIlZOcCu6L6qyGVG4SifaHVwshrYsUjaoFghZ2vUZpahUbJoRNbn55fOepD364qLX4gVPnGeVoUx8~fhOO4xX8eeVrsfLLSCzWY9CZnutktd~PWw0nnjzD2em9D2IYvONifCPzYbRDuAC2v0iBQAEAAcAAA==">Address helper</a>) - Encriptación client-side simple, rápida y segura</li>
</ul>
<div class=h><b id=network>Red:</b> <a aria-hidden=true href=#network>#network</a></div>
<ul>
<li><a href=dict://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p>DICT Server</a> - Un servidor público de DICT, fuente de muchas definiciones de palabras</li>
<li><a href=http://vernpl3z5syo5sblwnna2v4ktdwjmdotbta4346zekfi64is7idq.b32.i2p>gopherproxy</a> (<a href="http://gp.vern.i2p/?i2paddresshelper=7DUsfYVDAE2KcWKBdKpt1y5nJCCFcq~jnDvBG~xE0rkLpaUreczMb~qGws39bbW594AMFaj8CkR20C9Gff2l3-rpxLkdE-PI4caCp1SLkBNuXDjDrIcnt8PnmgFiz5jhZ4jfA3pi1uWL9H9YW1VJ~vCexUIYL8A8XQit17dd~Hyb8pqWrhd4qDmKROyMUZj-e4bNv9BThlbb2Ep9sYsatz2bhko0eskuZBK92-ZEnq7ez1BEwSfCL2gR14OEiB2cs5~lyrNt~WVfPwif9fYcx80T~Wcpzd~-d7xDgoGXieQwmvM7xbGKygBoFEnXSaePBFukVreCYPlwNuy7caGg-YVdSUxR5SdqrbzoWq2d29NhLTxpB3J4tEPCezF8Zz~oxaEIiqP9oPDgXAu3SfULJrS6-I0hmuLUcPst7~4iseoLTT7WIAUtqxtx6XyWLVCLXsTdz39PymHQrmfRlUgQ~v81yPxGL7eZDUiBmXEcfTgDvT2js~oVnjQ5~WNVepP3BQAEAAcAAA==">Address helper</a>) - Proxy HTTP para Gopher y Gemini</li>
<li><a href=tcp://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p:5201>Iperf3 (PubNixVM)</a> - La herramienta definitiva para pruebas de velocidad</li>
<li><a href=tcp://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p:5202>Iperf3 (tilserv)</a> - La herramienta definitiva para pruebas de velocidad</li>
<li><a href=tcp://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p:5203>Iperf3 (Mythos)</a> - La herramienta definitiva para pruebas de velocidad</li>
<li><a href=tcp://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p:5205>Iperf3 (Iceberg)</a> - La herramienta definitiva para pruebas de velocidad</li>
<li><a href=http://verncfvtpzdyrq4iy72nsv5tq3tmoxblywsxg25v2eydyao4gkfq.b32.i2p>LibreSpeed</a> (<a href="http://ls.vern.i2p/?i2paddresshelper=IzOzsqqWFpQJPtTwFmFW61e7CE-DmZsxiGr9vzdSU7w~wIysu4NLjlZWxRVMkAcqN0N1ocFK3aoUyFQ1OLibT0SImza8z3rw562sR-1xKOIcTNDzQPZrnHFFp-V-lcWk~SsAXy3I2n5lkFU91-M4hweRTfISSueKHnD5XZjznBwRkxGKqBCyfEQ02IEBGsqTL0nVOY4733SkC5mQDVcAU4iq-jrT7aH~9RL6XjToQB~w4UmJQltRJ5HfSKyj84obW4k-CvBG7fcpXXzq7SNUghJTt1ExrC~zjIrcAYxmehFBRogFi57k0diKMELHmDFr7WrghDYK3BsXw1AWBcZERRlyKGry0P3jXbPbCp4hOQpcIB1O19FVre0BhUqrBSEA8fE~2gw0fSXCuO3w2H~LsKIToRddnEA0HbkWSy8kYrrmU7eZq5lOHlL2REiecYO4MO13SgpHBAtkLAjGo-ml4S1Cl7qrZ67KG2Q9TBooDK~6TTIiUGB90vWn2u-yRNSZBQAEAAcAAA==">Address helper</a>) - Prueba de velocidad liviana implementada en Javascript</li>
<li><a href=http://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p:18081>Monero Node</a> - Un nodo para ayudar a la red XMR</li>
<li><a href=http://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p:6969/announce>Opentracker</a> - Un tracker de BitTorrent abierto y libre</li>
<li><a href=http://vernbzytqve2yzdud5pndkhwnkhqb2vfjtu7r42tj5savjrabsaq.b32.i2p>Spyda</a> (<a href="http://sy.vern.i2p/?i2paddresshelper=CuehhpOCePUnKmgUNgHBMaFCImB3sdw5EiP7xC6VbUFHsapAmx6SgTLJLdqU9ryIHj9iul5WQ-0YuOhRVvDzL1C0Np2DMFUTn42AVIOG~kEgz9fdtPfvqYZJEclU9Jvxza3lsWjiWbjFQudnEJHdgIQbr-Bm9r2RqCa5m4wQWUFs7IFQPPELwVYlLa-v~8CLJQliMtPlGoEfZ0JZpf45mNO8G5Br9ST1jwAzp0v1spORhNOITa0EO9KJ92r83Y0F1wsN2qpGmqa~lvbd9wajxz3lDsE2GrsjjXKkENg4WNqDep9HEz3RR7AtevZv3QsrLVuN-ddB5z5NY7tsvQlWQ2grP7rE3eHatd-r1i9inpyxN3fS7v3Vl1RHyi0PBMsCPfwKsl9n0F6ObVhuJrfUwz8JcJpJlDmEZM-b7ZHeHZpocNRvnDgHUbZP54-E0NOD0tDh5cWS7GDA4JMKLcBNeHu5mlbK9a0OdtO49QVfPUAMXAG9-ZvujcefZBk3c-JoBQAEAAcAAA==">Address helper</a>) - Un motor de búsqueda y crawler que prioriza la privacidad</li>
<li><a href=ssh://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p:2222>tmate</a> (<a href=/tmate.conf>tmate.conf</a>) - Compartición del terminal instantánea</li>
</ul>
<div class=h><b id=games>Juegos:</b> <a aria-hidden=true href=#games>#games</a></div>
<ul>
<li><a href=tcp://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p:1234>Among sus</a> - Una recreación de las mecánicas de Among Us pero como un juego de texto multijugador de aventuras</li>
</ul>
<div class=h><b id=social>Social:</b> <a aria-hidden=true href=#social>#social</a></div>
<ul>
<li><p>BBS (Registro separado):</p>
<ul>
<li><a href=http://vernv5abwkzvlzneqto7x6vxw3bwdmd3emdnb4xuvwykwlghwaea.b32.i2p>HTTP</a> (<a href="http://bbs.vern.i2p/?i2paddresshelper=uHOhKwm8O2eCardcnhSpaKM-nqwl4hX89GwubpbYw4ow5YFPPyzTYywTT4HGZT4qD6eo~rF3HoX3W-jazB00Zx-5KorB45g7sOdDFzIFx7FraO~wYLyZ2U2CVTDMfbl5Pcavh5VG0fxpbJwFuzvZNEnj3NFxzZFOXy~leaT0b8W5O~bPppuiZvJh54Df4PSueN1FQHazLAqxq1vH1GvyB58o~bv5Ep4MjcNHrXKsLYmRrPZNVKZHnwqgyqSZg61FMcpGEZE84XXBabp-kK5ytvE2BsTDb-e16shjIPHpzxX23LUHjSiibPeqvW5Rb4KeVm0P7niNtgW~m4qZ0DuhOBx62874vmtMT8wxoOlQqmSCQKJq25ZdhegHzR3~k~VO7Yvmsh2tABULfcbfosUjLahQIDMomF2xP~qUm0JiN5ALKCZnChQNjWh~AgBfsUnEZdW-LPI0qDeZzYj5hgEyq2aPB9KbM1LTFO5Gwa7lTdZK3XLWS~WAgKighvLJPYgpBQAEAAcAAA==">Address helper</a>)</li>
<li><a href=gopher://vernv5abwkzvlzneqto7x6vxw3bwdmd3emdnb4xuvwykwlghwaea.b32.i2p>Gopher</a></li>
<li><a href=telnet://vernv5abwkzvlzneqto7x6vxw3bwdmd3emdnb4xuvwykwlghwaea.b32.i2p>Telnet</a></li>
<li><a href=ssh://vernv5abwkzvlzneqto7x6vxw3bwdmd3emdnb4xuvwykwlghwaea.b32.i2p:1222>SSH</a></li>
<li><a href=ftp://vernv5abwkzvlzneqto7x6vxw3bwdmd3emdnb4xuvwykwlghwaea.b32.i2p>FTP</a></li>
<li><a href=rlogin://vernv5abwkzvlzneqto7x6vxw3bwdmd3emdnb4xuvwykwlghwaea.b32.i2p>rlogin</a></li>
<li><a href=ws://vernv5abwkzvlzneqto7x6vxw3bwdmd3emdnb4xuvwykwlghwaea.b32.i2p>WebSocket</a></li>
</ul></li>
<li><a href=http://vern2c3ryms73cqnxr3plef2npbwlg5mx75wigd3fve32m5iszya.b32.i2p>Akkoma (Requiere de registro)</a> (<a href="http://ak.vern.i2p/?i2paddresshelper=p6lAOV43WMri0BJrgWBDu5eF4kG0VZOzcr~HDxKPXpgXS2QjDhU51l4qaypnTY87Qgp-zRykshbkN-ezpHv-0~j0A7bamnczRkabw2OCaFfysUUrzLsz5Z064bDCVdsL2OAGLZREgMa47whcZCCZwon9Xle2uak4YSehWR00lu8OKisX4KR64R1MsEKbYJi6BbJ1p4WhIeoXS6pZG3R0Y~1M-MtjXBus3xbFdR9JIdiDsHUu95lE6AHFpxBJFSeb9FcIRXbKdiqLsv7ZgnVhdRbEWTlt8zoVbwt2T1VyHDVF4XUYOvFyP3rdOkmMt3aX3U1A1ieZSW1fCMF0mxB0W28oW8t49828vpO1inX7o~gPOGN2jR7iiVdjziAZT5RHJ1bvrjzlAv5Y76rrqH3ewz4Rc~PgX1KClbNMV8UBZSuM8AL5Gs-XrEXPIc4F~9gj57PQbQL1nbD6IUptXno8WGPMSEWRp-0IYtqAkTj08nPy4ZmT1uSiJdblAvOpJ4xLBQAEAAcAAA==">Address helper</a>) - Red social compatible con ActivityPub</li>
<li><a href=ssh://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p:2221>Devzat (Registro separado)</a> - ¡Chatear con SSH!</li>
<li><a href=http://verndnomc4cnte4aw7yrfpse33vrw2nlwoxozxmf77zqquk6ea7q.b32.i2p>Matrix (Requiere de registro)</a> (<a href="http://mtrx.vern.i2p/?i2paddresshelper=1ATSqOgxS~UM6ayZlndmEDctaIUBilqjgbT~9X0bSOC-hGGye8ybkjrLK5BNvc4YXJDrLRcmzUnncUFjiDYfQrHAvLisCkxAwLitVvdclkC8KjK81JRXCg8J-VXlVLXelpmqsq8dj0qK3O1WqK4Q9Qwcs9EhFt9qlJtDBJgGa~Ih5R1Klujv~bnCMjCsHlN4nYv5Mk1a6hEM2h~n0KJUR3vPw5fncS1IxVDj7gYqUFtEf29l4jNzYf2nBfQkXmEv62gtRvcgyH38ZlF2xUmUELWEu5VjQiPSatP4n7qTiGgaTdIHDFw0QkUE3JSiFG0UQ4euD8pqpY4u6kD5ZNgSDA3nrqH1Yjy42MQTXGCcY2FCxWYFL6t04s4sVSf1yIfhcz3KMWswyO006cSKY1hizRJNbMN1ehU~SAEBOMM7YGzHX-Vjq8C7o23Q82YWr9ZVYButqFrtLNh3t6O3bxGAFNVRuZ9s2DLRqqf0nEM4TWmVCv2toxJ7d97-PvljJb6oBQAEAAcAAA==">Address helper</a>) - Una red abierta para comunicación segura y descentralizada</li>
<li><a href=http://vernyaourawd4avjf7ye6g43pqovys5wqdr672kervjpev353klq.b32.i2p>Cinny</a> (<a href="http://cn.vern.i2p/?i2paddresshelper=bmZ35l73kwcyZZALT8SlEJxFfu21n~8l-DhqdsVYLlIJfW13oie-aWFTBn7pt7jD3OwbBHoNGn3D-zKyThHvM3bo0rSf1IBjAuNfG9TEVuAZCMEfkJO6mX-xNrmuR3QVxvU0QdjyYLc8ffWUC4EBD8qhH8FnjuX9J9GauNEj~TyK4yVNBi9N3rjKIMEgLujvkB-20huXzSusATI14kHVzvBXF3syPCGMGOVk~0SumotoKrfJty2qPIJUK41S7aPKNWL3lemgMJl-z~mf2xt08tCmmIxCevWvwxJr4flN9XDCBNebLYbnRgaSXUFQF7brji12Nq1J2jY4D0k2HJI8ONqiHUVwEkEUlzmjsH5lDourrtPiT3TCNnSdShXPfcK5EcFjhBM3tMx7a43x~cfiIW9aWjVPbAdXADEV0~~eqOlpQZ~cbltFJOylfC7LWdFZBfTJl0RuiPgJ7v91M8H2FMyrvb0yTjFgbVdo5VXoGsXU9czjbDaQaVkjb5hFphBPBQAEAAcAAA==">Address helper</a>) - Otro cliente de Matrix</li>
<li><a href=http://vernltmkmwexhk77dlxmqlet3djveje7gcq7lwy3l5gkemxysy5q.b32.i2p>Element</a> (<a href="http://riot.vern.i2p/?i2paddresshelper=tIFCCt3PsoKApYkoV8Bh0ovENtdVQutSRlMlkZK2smicNi0zAJQ2Jm9d2BhrveT6wx7TUmwcgLxyaNadwUuycMjZfZISXyyrOXYLUv-ebXKvzAnXH3OwAGWaLQrlw3dOFwbybzL-F4J~sTCta~VXUPlRNQNRJqgc4~~6RvbX7XMig4B6w3yQOLQTSxrxAvS4AwvHl7YqxwO2b0~GtojUlOp9NvNj6JGlPvzzhf~zHH-Kzx0ImxmP9du2yYaDkPZA9XMmMYv9mQHJpJuDPI4ZgoycduTmW4t~Y9qWfA3DPpCTbgLIBP1eqjRtQq-VFg8-v83Nk5zIMnbbVyoj~kScOF4zTYCXWfSvJiOKTZ6KajYVBxrPmx3mecT7beAOYOwgL6rTKWXSK1U1hA-THHKlPVldv44hwdXt21lKSppvmZ59U6ddkFR-uctUEdyiPhHznRmhW~ch5mJPGsMqT-SB~TkbEQK7YpAcEtsBHc7-0d1-QVBDEsiihU62tJwT2dfQBQAEAAcAAA==">Address helper</a>) - Colaboración y mensajeo seguro</li>
<li><a href=http://vernbzrr62wtwvddjcpo5stg7mp6mvoi7y2hkdekvextwb66mj5q.b32.i2p>Hydrogen</a> (<a href="http://h2.vern.i2p/?i2paddresshelper=LFqXjzV9nkQADr80zHNrKI4npoRuaosny11RPVVYdbb4ZJgIIcxZzTQHJLKyxgxEAH6A6nN-dU0Xu50V0DeCPVXkB1d-5iPzoQe0~a30cZ3iaEkvRsQcAHSGYGFoeXO5zVAMPzTuWOW6bLyVUEY1hVWbqUMsU5YOiY5XzJXeoDoPA~ELGZUFQAHn5vX-nAfRWzqFJp3XBG4LcOL~y3OzGSXOpBFj5YUzx6emfxroS~QRKTR9ilVRveGuNxGvEZYfC9uCwivEAVPX7tpaR0uY6MECu4DePSaSB3WrdMdlyfI9s7V76VClOsXlOBcJ62Yb24MMlX2SVumQYLpvC3V4b4hAWjsR~6LNgTuDVsKmo7j8btOjz~ND4m2q2-HPbU32LoRVLWKAGyLpTxlsBPXvWPn-zL2zd8J6bRYN90f4IoCgSemTl~NLB-GdTdoQzamUEL-~fp3hq2RtPlbgTRRpXcXymCaWbHZCn9Dmgjros6YxkpD9JBbwUFFUPf-uFKT3BQAEAAcAAA==">Address helper</a>) - Cliente de Matrix liviano con soporte para celulares y navegadores antiguos</li>
<li><a href=http://vern54jxta6pdm4zduragtjln4lybvrkuymmdslxlnec3sxur36a.b32.i2p>Matrix Federation Tester</a> (<a href="http://ft.vern.i2p/?i2paddresshelper=q6q4id7M0RYfkWHro8pEtlUjhUWWNSoytW9oVB8NqstzNNiM9kln2xzjHjzTula7DKPAi0P957vVvq0bzKMnfV81KH7GtTz3G2n47m7zXuEKpR-IKXn0yqr9D-ERrMAB9wcNtR6kMLMynJtbI5r-1-sYPg49GiPFxgNn4vxrZPgDP9sAM9TPFBLTKdnWbO0m1or5z9UIEjtUi1KZcnYmyCYJDTuB~cQO61o2eTLevmQv0PfEID5-ucBHEZLGSmgbVxbv-4ds~-QsvdM8~P6jiXCklkctG2vBXX3PQCyevVHedWETeAueRZp0GoX7FkXCA28eZXXnO9ngb13LCIM5yXpURT~0BLuSTpIbIbvVNH~xGe~7ZqDUE2~WDvUhk8NW7bFIpbXrN8H71l7JpfH811n9TgksXSZzyqvwPD2lHffobmPVB96bpdMGCXE28g1fKuWj8ovL3uom~ggQ70wMZmZDLa3GHhCBNioxOmsOKC-sZY8bIi-ORrdaxATCgn3fBQAEAAcAAA==">Address helper</a>) - Tester de federación de Matrix escrito en golang</li>
<li><a href=http://vern4l4bo3tzed7niopxkfijgbyod6vc7pmqrhice2mjvjfboqua.b32.i2p>Matrix Sydent</a> (<a href="http://id.vern.i2p/?i2paddresshelper=PGXeiDEPYUyE5gVY4dbn7ajzWv-ni3cacOjbF0rGddBNTozhnw30hHkFeqZ6aBFl93bhomJuSLwtV4SlUwsqnoEToY2wF5tD9gkA-5JIqJr3YnqONgKGt-SFZVWNjGUc~opoDyAA9xyPBb2VXs4o2MpKmAl5wzyPwzW65to3suaj5zm-uNm-jDkocWM3iqogo3xn3prt0MY6x25bemgZyFxwjRjIt1I4g2kWPuyPk2xO1a9TMoc5QC~DaO5fHtVx0-zdfA1QfC1K~mC2r9f7lAfk1wMZ4LXc1p7MeFcGhB5CNT4afTrweN~QJfNDgpKBMKuqdfcdbLOrKwepY~afwc9QG6gBHNopm7Lws6~I69hvuME-mNCZ03ZPu--Lekhkf58bp93-wIkkAmRHUj~nnDearSKyMV2cE2MhtByT17Va3O0tiPtlJAtjJZMownnrAkt4pdzpZa~Sl2iyI9r-oVZxy17yElEVG1Mfpf4mh6cGDCgUOFQqZZhJgMd9P-qVBQAEAAcAAA==">Address helper</a>) - Servidor de referencia de identidad de Matrix</li>
<li><a href=http://vernwbp4lxrl7vn5jjgmrdkxnncpfwdzyv57jya2enmw76y4vdha.b32.i2p>Matrix-Static</a> (<a href="http://mvw.vern.i2p/?i2paddresshelper=LJok~jBzTRMTftEAfjhsiYjTTeVR8jwuGZRiJDdCl-NAA2OxM2R~JYEY6TFVfWLlKiw9plH6Qf8-XhIKjIsjtAHmRM4QRuTJnlPi5gDu5NU07vbg1Vg0Y2TD4o7d5k8mbN1ItRKZXxPgWL2oHBWRBToG9wAu-DrFLqMC8oiqjjiz30PHwey6b05MNv91o47Xht3dN8Zx~qasSFseCLT94DNYMXlqWtexKLodzOcypZlvaQIHgJWLCuO37oxdX64sOI6nV4Ltngp~uDV4GXO8YcWAJCrNUYSw5qr8KX50i~9cDklJ29wpYzPa902d~hqjkXVGx9b5bs5nBVz3fQwVk6TNS042DSB10J-IfHJonVI1FQaJgbkW3q4tfpHPWGqmUwNltQn17EPegHzjHPoW9nfmzf4kj0OGEWco2pIDAuodLInPInyPeXyOGc3YbWnUpBVcjqKiCt3240ORTdwCPXFV9aH-4fk5ZqY5F6USS60OOdp4ZrpntXFkyAFQ5SxuBQAEAAcAAA==">Address helper</a>) - Una vista previa estática generada por golang de salas públicas de Matrix</li>
<li><a href=http://vernzqlne5hobeijxz4g7u6zpejcdemrnqra2eg2sge3af5qp7qa.b32.i2p>Matrix.to</a> (<a href="http://mto.vern.i2p/?i2paddresshelper=HYV-2sze-BiMUObVpAX9ins12jb3G9StUTbgPHzKn2Pg8TvPjp9jm0sjW8d1Cvh5EEKUhnXKgus66y2WvXNlM-UwWqGFUi~-jhTpzvkEFHAA3wm0EO78faiPpuzl6dJFQ2h6r952354CSBaDyYCE2vOLyD3tmLTvWKQ5siDar09sQJdfmmmURwWhJF~oA5bbhuxA5iHYRfaBTpIeRUeiKkD-6yz3BiN~fM~cfFKwE2JTwmG4NlV3M896UTCYaRZ4ojj9h~SGAYfL5WSHtcQrInjFzbgSPxSyvgpa4ub-SQnsJcbSWgbrF5dh8K4pcmMa4dtAfwfbmu9b-y879catY~tq6nHOmeaX2TAUHQwG5dwT9PighNqLXiBCfe36tB1v74Qw8G0uNGh3liozcOmddPMkue2GW3u~EXEmPmr9y5JSsg56u-wavzzGOrwLWQ3tnUYJEL3xGhhXOOUNitf355kvMi7UgSLrvi0dlEAM7R0zwUKmXjk5Mrx~Ju7bNXzSBQAEAAcAAA==">Address helper</a>) - Un servicio de redirección de URL simple y stateless para Matrix que protege la privacidad</li>
<li><a href=mumble:vernlt2ydc2xvpy2vbcmgxfycekwkofkciwmp7oz2y6psneanlqa.b32.i2p:64738>Mumble</a> (<a href=http://vernlt2ydc2xvpy2vbcmgxfycekwkofkciwmp7oz2y6psneanlqa.b32.i2p>Web Client</a> (<a href="http://mumble.vern.i2p/?i2paddresshelper=-Xwr2mkwiHbf1oziGVLtzc5kmmcjTfx4pSDPqkO0VhmCyzVz99IMda3339h2feB6lHpf6EZXdc0fx2byg2x2BluTmDJi1Ks7RqsND9lu9pqMlUpPA89zp1EEHp-Fno7osILY5VMsw-icO7F5yvF5ovmBuavs3NmAvPIzz4wus9nhZ8X0XUGeIvYZ4o7DpQ0gVh9XH~YirBsqgUN5-dHfW0zUXQdTCUsurJoyX9ddrF9apD5Ke5IL~LvG9yXj9Qwp6zqAFiSXS~vRuT91~SVBWXE0BJv75HknDR9RL8tQaA10ekQ1gQNwfMHiEiCNWZfx~KMd-Qnx65PpyBxFrnx9KuxVVvgaMo-j-qG2tIy1RA51ZH-v-6ij-KzIn3i8jpSv56XQ4-6c-4yWvfz-AMvA8iKU1mnp-eKqEkc5EK~nPFqWkZspv505ErS5vsiGQdLFxLKQXFXQVw~gzgoAjpY04cazMZpfnyRk8p0prrQf0mjZ0omH3iS5IOpCh8zUQ0a~BQAEAAcAAA==">Address helper</a>)) - Aplicación de chat de voz de baja latencia y alta calidad</li>
<li><a href=xmpp:verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p>XMPP/Jabber (Requiere de registro)</a> (<a href="http://muc.vern.i2p/?i2paddresshelper=fJbwYs6~GEDyIJXPo9C~A2DR9KWwNeJaqctRCb64NAK9yd3nMpHdhMtkf2XSLVhVkp~iPsD0IBxeVdNQSkVhiO~7iFspHoFRQaAXCVhSn2kQLCwBUXWLtrzTEyDP1s4-EwRYFlxD76YI4EXImvccHqLWfn5wGbNLOapjVRtp0tgd94VVRGrHwuxIYpQx8YMOUmd-wBPiA9A5aavBWvhF8ANvzHwvCpuOkCjpcpBNfG3bIsc-8acOCXLU6~JAfWs2sK-Ww4S86GNFQCm5kbRMZGeww76h75eajs0typB98WNyNUFYf8f4VZpYeOQCdjZtrOA9-sVlc2mqMyBk-8DpiUr6DVuODtilr75cNLI3U~UIJRvxmLMX5eDoqQckx8HVW-kRGU3Dg~d0CIQW-LRfGZNP0sjCCLdLcT-~IOevGR0TwiaTXGOjEIH-mcWpIIcmzMMKXtigE1iTNoAyzxC0SzNQEloOX6a5bPt5c-qyMNEmySWo6iKns1V764TqXlzVBQAEAAcAAA==">MUC address helper</a>) - El estándar de mensajería universal</li>
<li><a href=http://vernd6f2dxbwfwp4fbkrdz75k2h2wyudmvwrqkrgkawjjrm72z3a.b32.i2p>ConverseJS</a> (<a href="http://cjs.vern.i2p/?i2paddresshelper=k4zDH2EUvSxpm4hax8CmKvKZr3UJ2t9u3sS3zy76BXvGqId6i3pyuEVP8LT0uKxrSEOzHOcZOJPZ5iBIYH4wXQ46iDz3haOW8HvjAAhkKOUxDaUwk51LeMx7p2~xQu8k59B30YCvXi2Ho2LCxwxcFGy4KUc-mT6EVpRhh76QirwlBKO~Xn681d0PtdHDvFFRzX8VHtO57S74mQceodTfmw9QAOYhl1GrjsJldIqECQS-03NOHjeMPTYXYZA0nAa~~pHBnnwoiBkdUglg2DagIidLIFupzrMybCWP1BiWHJEVSvO~2zDsu-g0dVvI4FKzKPcG8hAOZDkNn0acZpzrxz66j4Bk7lLLCTdIcgI~R7VAC47MaidK7AXv2KOyhY1AivNg~msMIVWmaeMW4oheCo-MlyxKeUhEF~rv4x4LBjsbuwx9z74pDLmwClg~-VjVMcxKB10SCfQ8T8MBfzP9X9s6DFvoYp8cGfLPhDsbWE7MpRTsSROpsioohweJOncrBQAEAAcAAA==">Address helper</a>) - Un cliente de XMPP en tu navegador</li>
<li><a href=http://vern5vicrpk2n4knr3c2qfyu5g4cjiwiulqa4txrriske7vyv3ta.b32.i2p>FreshRSS (Requiere de registro)</a> (<a href="http://rss.vern.i2p/?i2paddresshelper=BzRZQhMgx1AI-XSH0PEpIWpTVsn~lTThaNFTb-49vdhbCHQvxaUiGkD6d8V6WWiG29~r2TcORKxGO9HcfgFnd9j8uKSL6-mvOAzsxcThxcE15-DuJ2BH0pKSmThiNvWQQkCAQPtdXCEXsTaD~ZjJ7KJfdYh-6JwoModhjAsRTgMrsm2-CdQYKR9r486GMqJqb1ZuroBg41W9KBsYToozsYt0VOYh82amz7TKZ4fCpiG~1IS0kTvSPlX3DLeeDFOIyn1dRPtb5Z0Qy0AhF9V4fT-COTgbscD7YpkqUSjhvLGJ~9LouMIqrd2fGy1J67BWy4m7gcMk6UYePd4voofE9Okv7XjUSfPAT5nAhYxW3dal3fWXG4ugzA0KjnWK0pFRoI044KbvBABYE-~466wxLk5~zGso7nqrAJnEi~d6NIl3azoLcG-MNPLXQKJcVqLeJWg729bukGOUPBZEwA6Rx9RvX0ENp3nEX3OLv3rug4XDZtJImr1s5toZsmLcP99BBQAEAAcAAA==">Address helper</a>) - Un agregador de fuentes de noticias libre y auto-hostable</li>
<li><a href=http://vern4yi5vpg5cp42pwxndb6jingckjofyxxvpwaonolqmn74wbqq.b32.i2p>Miniflux (Requiere de registro)</a> (<a href="http://mf.vern.i2p/?i2paddresshelper=GDffQ9y4-nL7i~Lfr-CwaTsZsWQAQdY1spOpmcYpF1ZDsXwy3djPipMr-X~lEnrqZszvvONNSaHo-EAKBqnxhIF6nF94poZICAkQ~sV~dJv-OGxdgK2rEahxkUPpJEcaQc14ShEzgSso4xmAVPLgwmOvA2W~pP3v6MIcHM12T6ua-cD~1-gMTxR3lKQ27zUujQPDlxEYVJuL76YOIpBx4my7xsrirhKleR0O8TbMVeHsl~D1hVw8M51KnDmC8yhd~MAfp9UwOfI4NavtdIHsTx6NrnyGh~b-PFJauvYmWrJiqZ9XAQqxPqyG8n6jM~4Lff-DPBSG0Bz-HpsfyBDhbNWU-FpF1WMlez~O54sy49PbXU9fgBg4qHZ-63f9Su7-P4iPUt9yxI6RIjv7EPP-20J7fR-nl-5CBWW2-jpVeEunXiEjuMUXqyNYnKUkmIJbPHB~7b0IpirhAcDibCH2Qp2mS0PxJd6xFxWesY138FwYxGZj5iRhXO7~baH~f9XXBQAEAAcAAA==">Address helper</a>) - Un lector de noticias minimalista y de opiniones fuertes</li>
<li><a href=irc://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p:6668>Soju (Requiere de registro)</a> - Un amigable bouncer de IRC</li>
<li><a href=irc://verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p:6667>ZNC (Por pedido)</a> (<a href=http://vernd722rkd3v2o5ppu3aphmfhdthmillq5patn4fa7qvk5ngiaq.b32.i2p>WebUI</a> (<a href="http://znc.vern.i2p/?i2paddresshelper=5bB7duCxzhc43QFrE19C2omvz~Ugl7Ioz24BZK3gehVU0qQueJqVCMVcM0wJ9F915HNXSsQQFRrpNoi4C6AAAWYDfibknVmc8OQn~9~jCJ-PCCrUdj0Yt9J~SGOR3wLMcpXRN6tVl0s6Iw5l2rKVlxy3KWo0W9F0fXLAw5DSEZyBvxooezKbahDLeA1EhQCQLALy4X1gXbdSBNH0Dl~lfEerPF1bX~vZZxRdtOwzot2KvVh614n1IoctC7wDQbzsBxbEu4OCDCsTEnuPF-e5ARIsyAtv4gc6A0rmGLVVV7HnqyCW8vNDilT1Vnc1s14~~l0HWEfWvaVl~-QO656K~E2l1PWdk0yEHoAQlPwYyCdSQFjwtbWqJqQPurWi9PWylZBjUOVXYCAjuBnDaw-WJimbYa8TqFOVWpz7LikwOo-c1ARRANkmdXg7Xva5CIbdFYPy8IVDG7rY~7G2cHiNNqDGauH62JqW2wcOYaih7GXJnUJfzyNRnXyDeZLGcQDNBQAEAAcAAA==">Address helper</a>)) - Un bouncer de IRC de la red (BNC)</li>
</ul>
<div class=h><b id=frontends>Frontends:</b> <a aria-hidden=true href=#frontends>#frontends</a></div>
<ul>
<li><a href=http://vernmzgraj6aaoafmehupvtkkynpaa67rxcdj2kinwiy6konn6rq.b32.i2p>AnonymousOverflow</a> (<a href="http://ao.vern.i2p/?i2paddresshelper=KDjf2SNDy~U5HdnFPtpYKxwQARgjhQaSoX~9JVlnqrVF-FuAAChPbc4qQjighm9~HW4Fuv8vhI7N5POUCT-nH0Z9DDv6yg-1KgQAnVzSPTEjvAPWsV072aXyhtvfeWSo~DrIvqIwg-roXH2ZatGJjtOZdifYSqzPnRrjR5H037lq2QVtMLgHlQHYLXNeswoD4pT6RtMIvCsZ440yd0hTDIMmUKnjWQIDuCLgLvlc6-PMMlQqlCpkzx4vmKGgzFrjnNOrM-ooBpJRruMxsYRdpky~yMI5ZG-AcXzfshntFoOBtSf6L1Ya8xWxiSn8GGB3BOswrkok3FbeK~Z9fNOXph97C08xYSDPvPMPS5IW48O2WrtbLVE3XSGJdY3yEmPDF4u5lbKh-cA2qaxleXLmX919c~P8uzqic9XYCHh9BH8x8mlFycOPqrVpXpvhe7QECRHgoeNh4EYvaDUpmYrmoDMFBSUfZ585GfT~igrnq23SvHTaWgpupLtEUiQ6suo0BQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para StackOverflow</li>
<li><a href=http://vern6inmbjzqpecx4kpkq5sln3cqqrfuxfzh4au3tpxbsfbwbnta.b32.i2p>Beatbump</a> (<a href="http://bb.vern.i2p/?i2paddresshelper=ClRoEpWK4WPpSvLYVG54V4LIJMItx4mfEpu2tyzkgRVXIFf6dGsQeh6LT4cx2P25ocFI-ZKf~RjbU-jJlhS1PiTBr5JdIJ6vkRqOt4SvENitaBUyO9qz9hPY3yZ~yNgL~SEwW~MxEHp905YaD2OUnd87ysJZi4mk7S9VhW5XheZITONnB166iR4CoJXl0COZamT7GWis9CKJOQq2qLRJZEis~8wlT7Nuhha2YpH9TNSzi~tn6zQC8WG3PbKlhWT8y-36baHlDn9bLTU7gvoo-jJ~wXRa0lA~ttQeWKWTJmj9wYFgrTwkmkfR-XxTX-eGKTLA0DblnmDvMYYOhxqzBDkyLY~aatuwGcJn4No17Rk4J1ffWUUNMqHOoylpbTSx9H0cNe1FmgKaDW~6bFKKaM6pMvjq9Y4TWC~wmpSr-Flkq1QduQsfLPLaaA0njnQKEW5ebp2CVi0fshN-QihPjP7IgqWymJaYfAw1ZT350mDImCGqBBhCClqQcWuJh7VzBQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para YouTube Music</li>
<li><a href=http://vernapl3lpo3huqdx3pjzxqgdgavxjlmdskbvejh2gfqgmjuyvxq.b32.i2p>BiblioReads</a> (<a href="http://bl.vern.i2p/?i2paddresshelper=hwbMjrXlEQZiRSmx4LUQe6uOfdi4Qk9vGKriPJE~HKctllhlAz-C4WrtE6syMdBSCa7cg61D7CwsdxIL28DtVkf2v7d~jmw5cc1lkZ-fARlpyg38LKm3w3w5YVApQ3XlrSuLysTdlc4RX88C4esVC7COZyiYb4gzw4CWFw-T~rcUXAfprmUTwR0XGpWOdfkI0sK0kprFDrlotGyBqmInyubXTXL3Ms~OFiu6vmsQPlL88hIDbtJWjmGRzLU4ahjkHo7v8kSpZzLUmLBSCmBxvQ50Xk8F6EFPe8hFwzzBjnC3AzaYIbOW5t5PFSYA-hTEJjm~WZPRS96PWzO-tBqY-Jx-AC~4ygrWGiflFGPzVRfZf37UOoPsDI0ageoiidN0FZ6REN4cAQ4o9f1u~xmdhLkmINyr442DB0PWZ-7eG6DhgkIcmHX4R-HqLbUh-LWFQCvU6PfzOWmoXxgYJ5eVv4WbCfQlI-9EiLfGRiq3f~lvPqH4R311hCxnN5VHXSQvBQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para Goodreads</li>
<li><a href=http://verne3vnw4i3qffozcjygtnv4uedwedtevxe7aoht7fngduuwcpa.b32.i2p>Binternet</a> (<a href="http://bn.vern.i2p/?i2paddresshelper=e8Wvr9GE12U9W~xG6ZI8yOENBs2Qy805QVlVHzma6GuNuJuZVopOTGz7xo6QBYCxVIjAM1nJOvWRBR~TAChKYWRdnjc5q1Yindssdr9lYk4TTx07ILcEUxaRn~PP6CoRlaGPbMaOHISEenFAFACMkmDOEYC7iwepltMPwDBEEeYa7brWKxbpTExfwxvZDtrcK~QJL1EUzfioEqBDiQK7gPth-AElnLn9Vp6I1QEGXMlrFL2dCQLF46PgXBV3HRbWem~4LGb09QR6VsFXvyuMR~2WKsC7Q6mrkytJKNgTqKoFMj~qhK8Husf~xbG~xBdLpOHcc7~4ES02PLb8M8LGxYypMHA1rkHYvvpoMM3wWY9LfY~DEencntm~oHXNLDmx7pQo5OBQ4rSca~80BV9YVNDKRCjIdbe8XjsKmQIsUL9u2~iYTPQaDry6n2upoCaxj7KDY8g7Mlgn7Nx-RDAIHBRg9LWIxQ-heVDm4VC~fxUimLSTKAXuYMl8AMXTAI4UBQAEAAcAAA==">Adress helper</a>) - Un frontend alternativo para Pintrest</li>
<li><a href=http://vern3g7d7ykel6suo6fxiqk5ijzof7rz7k5xqcdjhm66vz65ijva.b32.i2p>BreezeWiki</a> (<a href="http://bw.vern.i2p/?i2paddresshelper=QoCUMWcqrytBT8GFVqnPJKZdkMFPC9nYvNDRag-N3~CyU8jNFBp-oLrtgfjkFQ345XuKJxLGbJvRsFY2A1r0f8V18HuZknfQO9zYzEhJjhUitDbEKOp7U1m7jYmJVJGO2yiA~ZIJUL4obsLsGRFGLRPr0oSK0Xx3Z64U7PPdmvsh-SJ~LqPloZMNofnEt9dKNu-sxztAKS~NGZ6w8CdWkb-iBwZwLMy6p8xl6mtIIZR7TcrRvsigIPB02k9JYkSadMY18LOSHzQBUfFiOur70ZT7eZ7PgRaOZTeMlAHQZORocTk0KZqKlESj97U65ZNaqPxmyWZ9B6-h38rRZRvjccMXZ1I3UGBWBS5dUteQKaBmbbR4tAADZZfHTa~NaRvy2kQEWRNPYhsXUdW89v-0V1W6yvcvRVT45jjcPoY5ID0IydCYdajG5OB~u~uhYSOiiyw7M6sNkvN~VQa58eYGDuPYogvhOgYGc4yVknsz5lb0xxmGzcMxs4m9goUYjopGBQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para Fandom</li>
<li><a href=http://vern543vpdnea54gxj4ra66ijciu4fff26emabkdz4w4rgnyx2eq.b32.i2p>Destructables</a> (<a href="http://ds.vern.i2p/?i2paddresshelper=3DB3OA796e-2p0YhmDilrbgTXujfiZc6JgSiifqGAeZKRUUzDwrk2SGMIquGt25Y85ScQ7zQ~IGvBIxEcz0PAS5neTuDRHm8otHv~ZbEaSI69zKU1JbBmnVvVth8B2w0cmxm~bLBbfRVeZhMC8Hss64rM5v1gwW7sjzeQJllk~4HTI8XfRJWq8hnUel0uFQzLkhSv-SaXXpELqGcALpIjDae54D3PCM0k2ay~c3AYdst0rvRRthXbyKtRNt-w83P3Ko2Cta~qUiBwQDZ2y9no1KbmuvM7COn-hIqagg06yxGjbCEM~1MwafpeCQCEGckH1hCGrDzL4VLBOdFxO5yjheFQ3OzPWDDKlPq14Is0yW--iR8HDQrbtVTXeLYdzSKlZI1SIKpga-05AoqpNJyX9P63byk-jjuR8zGkKVXcO6my3T5GyTNXnOC9niHImOjxw~Qc-7IE9xRenIWhYJxgf0qL6-uMFqcFNl3VVok2-L44wCwMbfWsfZsja-lA2BzBQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para Instructables</li>
<li><a href=http://vernxpcpqi2y4uhu7to4rnjmyjjgzh3x3qxyzpmkhykefchkmleq.b32.i2p>Dumb</a> (<a href="http://db.vern.i2p/?i2paddresshelper=0vbHzZsnrTyx~DKbRfo0r5cJE5IZfenJqUzAutNZRm6~BMBlJ~HA3c9ZKq2qA86DRI0WcsO53Ijago9QrDU7Ayx647Z~3-K-sNEgAJBhC1A3sCSEVMssp12gYitmZIoBCmYR85zOKnB-SY-6RoNOSN7SKsmaybiSoB9lb57ofdMZu0lbiwRT~RQWjlwjKJFV-nlEzaUr4U4kHVh5F28F7MVB-fA4MEQmF50vav7ZFOAidEOsaUplCofAewBJIBesf6x6ddRF7NC4YoIdwHL17k3UqPCLECPmHv7WuIAl4k819meira5tVkNUfQ1TopLjNHPTwO2zmgsin6UwZegjRb3CrubUSuGPU~7jFLyFUSHNcV7aHWyUBRohJRrC0y6s26q62aS53mJjT7c6Fl82ZRVq4Zhp9XVTnhenG4n0W6E6JK7wORcvzavw1CwEAGte8xUlfBgsbV92dXk48GFuLxudrKxrBy5iBYXKHvbBUuqoid0lt6wMm2e0SEdEU9mPBQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para Genius</li>
<li><a href=http://vern6p7g27bt6q5d73cxvhgu2gnn6f5sw3nmvqvremqdlvo3aydq.b32.i2p>hckrnws</a> (<a href="http://hn.vern.i2p/?i2paddresshelper=3uurVVhZ4uHE56nssRhFhJV2Z8RmTt5~Q~BiMIuniLmKL1LviDgW3fo3WERsb4KgrBTbWELj3niJ1OAnsRTu0UQF1MimmDJUDCeHqi4bXxUGXMMrhK~tamk3ElAuaEY3nghov6YJaWmhy-vD7ezhxi47Auy88v1HdMTiv7JmeeYBDVGbT93g3yVqEthOBIqjjuOgedCDuT6ceetzGmTyJ0pKHjbluASGMbYUskaiu3gR5nUyqkn-nJLvqa0MPEjZzD-uxKMFqM7IadPMbGoXpPBOfFqCIBBq62XCnT84jhetlrR5zh6iscx-70P6~5qayEC1U4eycZWo-MZiMQJeRhEXz3EonOIHjE6X3OUqVpbEKaM1iBRbELVSa9TFqjS7rY6WzTpHlZ7X79v6FLkW3I7Td8I2MXNULEhbQFfQRFKSQ56RRlU1zn523r-40-wJ0Wl2ofpQSzDq~uqO5d2xOBP-rZSaYQQgSRw3CIlltvJpO6x2tfMApQ7kfPushGV5BQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para Hacker News</li>
<li><a href=http://vern7nnj3r5tun7enrxq5sotec6yhtdlisvq7kwhs22f6htmgj2a.b32.i2p>Hyperpipe</a> (<a href="http://hp.vern.i2p/?i2paddresshelper=ULj9t4z1ULYg8BCY8Y14XYMbU5JUEnJnf8wilNM~5ZVsj6a3GSGfc-LUX2ZkQcjPLJhk7aow-UGmYPl4rSfY8u59xsFJS0K7KEUTynbVJA3JI~lGynMTfHToTfXHQF5aX4rSmeEokOv5fxl9-m5JhklGgAkvNS8w4o109Vr3Zc4MBwK5HzjpJNJl0JNocwkOVcVS7TwBiExg0mHkeTMOVt9a7cwrHzJxTztUQ9q7562THo2A-CIf-44Ec4JZpuQG2fgL~hd9N9So9NKz6G5--BjfEdTs1pp84anzaox19912ZR91kK11k2qBksAE4NMzikYZZGiC0TZ4rO00uWUwrPFLCpI8Msj0UyngIv5zJ4OW2nvD4awtVxQf43~0UKx18C8LQ2UrUwUBQF6PSPiz8w6bJef3hlBunQjr28ZcnCi~0fgUZ2pbxZzEl7nzErDl0WIM5ioWTiqRloVlyZt5KODSdOj58wypBhrXpOPhw2WqQWZHws~jGOF38PsyVFklBQAEAAcAAA==">Address helper</a>) - Otro frontend alternativo para YouTube Music</li>
<li><a href=http://verni6dr4qxjgjumnvesxerh5rvhv6oy5ddeibaqy5d7tgbiiyfa.b32.i2p>Invidious</a> (<a href="http://inv.vern.i2p/?i2paddresshelper=Bl5CsPhxX8UNSo2qdYkStaF-NPjEzMJLUbLrvr3lwijid8MVcrMSnCPHjS6RxZW3LJ3yH9NIfarFAYtBlcBNsW1HQHDpNi9MUP~i1WBWX8VD4CfcSZg0s0~7yfzuFn2IRQqn8iuPj-61NTdy7Oxg1vovM~dXzi8Ag1T~YcELzT9fIwZc8i09dRlLg6lsLdgJPvw-zxLgCNHd7QeM5Q5tn2qDtuaIXGO6bg5V4fi4OIbK7TZFqw5M7nnkNmteqss~FtqP~FxliN0KB-7TwZGPzJBPJw~AfMaF-FCEWhZcfsbR7cTk5qX-aapVjICXJFcbIGsDKBWslS~sfLh4GQHefcXpuPHUhSOAwFvoEqF4L7xE2q~zyUs0NpUwx93CprKO6lioecvO-NdTJBD32aIBPTK6tC8yinPv09RdJEg8TSI8sIKuDECjd~2NjCmigBhWEKDA~Ju2H56pFkTGf6ouDOoD7P-1kJeHuM~EAyOdqJfTPK41i9tDN240dTflm7A5BQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para YouTube</li>
<li><a href=http://vernfhoyrbg5khg5ub6macvqy3hqlumusjyk3zjmahnupz3s3ola.b32.i2p>Laboratory</a> (<a href="http://lab.vern.i2p/?i2paddresshelper=FqRdZMvacqJNh3R~9mOEOx5BnR4XgvcUQkuoohuo2CnLNLXdb6tusjJxc2AFQxxNRQfC51SPa-0pLVrIYUkuzBJFfAAOTDqrCe5gBx-YHDh4YVKw2Jj6eabfM2fHq9ADeCIUZ4Fgp3VXlOS6AZ~BFHAjotzminOYZnFK6410PLMis0N7NklivMTYsga78sg5i~G7Q~M1vGYPJY2Oh3cNjsvCmlcVBzdZlZYhSG1e~IB6L5WAh4qK-yeM~wAUVaxn25b4Ajy6oujZWsJI0K4L32ZRP9kxelk5Narlj0XmjkSX2i8aFL79CWT~3gdz3-XbuldlS8PNnENtUzdyg0I2z5y0uR12UE~d4~ojj0WWDLgNkvl1aB0-RPP-tNPjE4w7HdD1IGXEkcLUC4XHP3Z1Z4KpN6RHwEyW2GjOWXrieUZI7VWeRhweYZUAG1WoSs4WpI3WHNKQhd0ja4elCMGPsRMu9NUMeS-6ydnwL-k5cWcrCbb0Hg38~Knio0p0zTU9BQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para GitLab y GitLabCE</li>
<li><a href=http://vernaqj2qr2pijpgvf3od6ssc3ulz3nv52gwr3hba5l6humuzmgq.b32.i2p>LibMedium</a> (<a href="http://md.vern.i2p/?i2paddresshelper=u-DgQIiwK9-6PI~JBr5T-3aoXO3jMVugAsoYZ3tNEoP-bzP2uDWolmR-cYfOJ~UC25c7B04CoN7tBs6pWMWGej4MeNa9gNOaKOWPofMHrKII-MtSYwt8Knc0bgmNQwVzIbrUSgxYuM-yw-tY9Nqt7sA8iiKSwbuGBh4l~UgNrOZfWlI1~qjglIFV7JLTS4sau~QR8S-mLq84YNMjJ6r2fm9xQcCNYLrvy3UAbSI4jLlij59Uwq9dCBKm9I4oro~i6h81WnK0OcH~kjTbNxwIl5d8Zp1LPg7yLY4Vd3yqUumSea3gHmchIgbK~lVs8B77lZhDuchALKEp3ZJth6We2aZ2Cqdvk1mH5D9I2FBPZZu-e9SwTnVCWKFII1MogluERvMi2o4z62zTm8G0cSXePZ8x9PjdxxOZxMBuGCnkU-Dq2UtDg6wQij~YJYKQY2yRZkzMtzGGeeAopxcwlS2kwzSTLJNgj6p79rMbO8UyqtNcfNpwmKZ7WlnBwSsufa~7BQAEAAcAAA==">Address helper</a>) - Otro frontend alternativo para Medium</li>
<li><a href=http://vernb4mvgeej5kawfg3tm337sbihdf4i6oy7w4trirgsnaq67zva.b32.i2p>Librarian</a> (<a href="http://lbry.vern.i2p/?i2paddresshelper=~aJ0dvCU8CGnTCNK~2hzqjN1dejvsjQl9TnyU-6fx3I8tWhby-6SUvgVn6RSdH-hfAw94a6YG1oDT1dNrdi~F5mjqFpXL3uB2wPOT0t~oTTD1PXTjja7pKt1URn4~mmJ1zkekLeGm-1qVoIjqY2SI0O4yuU9BiBFluuYRdFLpTBS1yp-al69sUnvz8ATBS6LmsxqfgnMi5pK4nJJ78QX-uwiTWXOTeJB~wK3qE9BDisqoUk0lAXZHcZJ3OM42VbQe5QmvR1a7vb88dY~Vz1EvyShZzEI5fCTVaqXxgndhHX2h8HG~8uwv4EiUG3qZ2dorPFNzIWZ~1zq-uxil42U1w50MBiL1mSd0FkB4L~bNyZ0U4eEBUhu8fTrR3YOfes0W7ZNJc1HdIQTa1dgNt5gfT0FtZZOIeQ6dCdQcoPtT9~I5sjwB~6VCT0jKlBU8x1A0MTpdnWV8CB5xkWXY5BOMM1BO2SI8v07l1MufF~B5oE23ffVxVl2-BB7p0JSUzhMBQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para LBRY/Odysee</li>
<li><a href=http://vernchoyi4qjf6sz5vi57sskoelw5lsf53u62i5uvktzpa6sxv3a.b32.i2p>redlib</a> (<a href="http://lr.vern.i2p/?i2paddresshelper=0U73L4kx5lSBfantzfCBd5cmXhRQmlhmyUORWhNzWtLKG12tpNc23Xff2uFXxm1IGdxYkenvDQ23V4b0FuF7119N8NCniTT8~scfuvRfZImIXISO5klcSXKzcVCHgJC0LIfuC7saNl5AiOcNM3dIix7jmBvvoJUn4PuRZFdmI5U7~9-czgE-uzUq1IUcAjwykeXygh4zhb5DTiykivBZY3IoYCy2JipNKHkIyJfvfwNziJjc2nXpqJht0VSCH~~UPq1l3yQfyXy3p0oMrkYR0rhmwp5ikcDYZIK9m1YgJo8p0xyUEOafcn3IudOh3PQ8Buh4Mn7R5gy1tmlBB72v0b1xwhJ~jbDJ1syx6aBhbHjp7tZoyVUSpoWM32N~H0v9IksJthwf6Qg-mMnsG1rW~nV~er11sUYNEbGM8WA2i25dQkSTr8LERBIcSQzsyKW9~J~VrSk6M1WQwkTnbcAbimxh~aIrSV5ymcj56hMugWhsA2IGmPNF2GDQWEVbtFdQBQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para Reddit</li>
<li><a href=http://vernz3ubrntql4wrgyrssd6u3qzi36zrhz2agbo6vibzbs5olk2q.b32.i2p>LibremDB</a> (<a href="http://ld.vern.i2p/?i2paddresshelper=Ruuf9nd2isRebC0kS18vtzM3pRScKisYEfyyabNROiuiwdIHF0yO04IjjcNalfHNEsPObnYvemGJ1746lJ7koR5KbqY47AkUrUdtMcreRfUGwRm-mUcoGo8JlC5-WNNNDrdxm0dVxFRkY3~RutgmpIhB35qJ0kPe4EovmFssflSJS7E9osbkCJWRae2KaZyLJfk3JGGoWFTeIjSXANw4L7Kl6D3Khf1cMzyk71G~TiUgfPnjoluFrWsJYIml692~XrxWlUPvpLEJ5WKjAvVskaZrCW0Bkxd5d6rRjosXQzwhkRUTiZgKYnD3QdNm3CdHrqlaPModq0-8FZTYutGeYnmBoDNGwcdfHT8z5LqVTGBXqrg1gcnmK-ktudEhFV0fxOwZqJgDnMFJ~9aj2vUJB1FamxPz9gy14-jWAiXylEeG7cUjsKpSANDhjstJN95qUz8mrlsmCKCbVoty19xbejZScByL1G~WRSNx8rXb3vO9DZzUfsppDtbJ3~gxwkzFBQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para IMDb</li>
<li><a href=http://vernziqfqvweijfaacmwazohgpdo2bt2ib2jlupt2pwwu27bhgxq.b32.i2p>LibreY</a> (<a href="http://lx.vern.i2p/?i2paddresshelper=7etEuQdh3-j~YmT422p~MjCWgj84lPbo0hkfoGTjotdKG5em3OIS5nvp4ooq4KD72kod8MyFSrWOUcqRTcEc8sJm5zVMocbmMbxKkFyehpCqq7s3n2QLd-P1VFg9ufTcp7kEsfKhKuCi9CtAEt87RIUhLIhPkdvLNw21Oxe-3Y~jcZ1FutcXQCm9TsyEkEZBVueqBM1akm~wr0mY6w~d2kTXvOZ2l5xX6UjTFv2t6GAh5sup63V-FazU1tL~EQOWuhR~Bv~i-fBqRlvqMJhXn3Wkx7Nk6Ql9cZa9-UKCLX8u5DWxWDQl78WTr~ROb~uSNOAWY0Ex2PZ9Y6KTTMrVPtMcvqZ7nQ7rVEQgHqUBlFmLydso5s8l8f1~x9FfaYdc3Opj-Kebg8FC2SOgIo6ZoGvLvMf-TT70N-L6DJv9nuap0h64sAa9CkkH7ytOm5qZcp2icCYBIMQTccq8w4VF3OiKwLjyMdhfULjLkAKi6oefAQjh52T5Z13O54IwwKYfBQAEAAcAAA==">Address helper</a>) - Un meta-buscador para Google y sitios de torrent populares</li>
<li><a href=http://vernerox4q74g7o5vunlrisutgriuyl5qcoooinmzhrflse62nwa.b32.i2p>MeMe</a> (<a href="http://mm.vern.i2p/?i2paddresshelper=7Zk0psvyaWPnAaqypqady7-pJWGhACPHuteBLlvbiLBk2zvksfF8ulyJwPUw8qab3tsE3z-xJ44l1iUZS~jIdqpHHsHwV2OrFNTEwj0kMx~gjaF6EraAB4z1Lt06~7oB3bKSWczGKFaZBKmbqfakCZ~psFxSavcipkvfY~b6LWLsUF02w8Csg4QKyoTv~GSIiWdRVhAkXLhRJJoKnNqSNHUu2y5wCadES3B0nwrj4TBfDa89tXbzafnk8qVU1IYYwvXoJDXEwAIKartkGY1slEuAEtLlPZyre1N4OY1h6MHbzHwYxvY5H8ec3ppullH7LDdXSpdGOC8HjDHsuMwDnVAtYa8DSBjxWNBemRIvq074mtNre1mNM9rTEvrWfsvWnh85y2yOEjs7kqHyr0hVW07uDlIxtgPGgTuKOJCKbrC8AS4iqyz9cMDO9-UsT71QvmY4KO4ovXllzo-1C~~da20uUWUB~7w17rL0qlE3Irm2MQEvtp-ksMgy76tHhmbsBQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para Know Your Meme</li>
<li><a href=http://vernkhr6duyh3tvrh7erkrwpwbqpztulwizzr2ma4ivvmr3xbdga.b32.i2p>Neuters</a> (<a href="http://nu.vern.i2p/?i2paddresshelper=4-kjooNgfUsbLj-d--5YzsBF8nKISvTJ5WpCJlgmF9lljKEoUkT0IrRjUaAWDnErafEjAXrpUtBAneNDVucOk7srn4OfFGxjtu9J~rXRGzHUhI8ln7zEWYorVe3629~XZsUwK~pFp3a5jltwC9wjj-bQjQSzGR25z5baSyDc70kitzdiRVHehY3rHWfWNP8nHGMsai4Guw2kg4UF19qUhA~imFP32MoVHU9saY8OqnGUbGCfNmJyLWF-RUFh9wgmuDj7o44HAi26rYek-1OS9V4umfQV3X0oVafGTtTid2vOzgjj0eKXOVkRndAGHUp3PyT6xcrjttYZ3Y0EutJ9tU28zZd~ZJqfUVgUWxzeRt-muQHIqwEen5d1jHKXTWEvhZNBTo9fqUdKCDS5kGMiCD5z1wQI4H9us5pfsgH-~uE0Pn3Zj8nkqU358vrJfvOwJB0V8g4np3B0mkLK2qKG9D~Sl24-TmZENTxdR55kFAKfEEqvT3EurbnKVbxpIAQIBQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para Reuters</li>
<li><a href=http://vernzdedoxuflrrxc4vbatbkpjh4k22ecgiqgimdiif62onhagva.b32.i2p>Nitter</a> (<a href="http://nt.vern.i2p/?i2paddresshelper=yxgmxe2a4f2vk1JkoC5ErcdNiN9e7ajPzgImNoqURwxyHhh2Vz0tpeX-mkWOvL-wIZ7B7yhOwVZD54C6J20bn4ny6tc4yD01-TTakxM6NN7NN012jgYwTNF6lCtfZb6pp-HdNbGqbSdNNMyCN52M~28hKBu-7ccAaQBcWhG0whDRgX6yGCpI4Dfm4aQppwf2asFtLATdSnHNh7ko6Ojpe1cJO2fEiHXg62qJxb3tgk42Pxs8GEuDp1~Zif0DYtvTZyj3srr9BvTF2KsZsFLyWwJHb7LiBnFhnG9YZX-CqtSl5JDcNv~e2jyu4M~28sQulTp912b2y8favF6SqsSYl1C~BbCscJnLj3Txh6dNDTXbEaUINzWdLFXbLNlWOXAn0Yj50n5stWmXx2zxANaS7GkvtHTycbF9lbbmarzuHLDoE0kkCx9BlBF7mVMcNWBYs1faqaPFeIoArcZ~E5sP3FiWQw6HALCXp4yhytGYvHoThkfb1EBpbzgOHrMDsk0SBQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para Twitter</li>
<li><a href=http://vern2dwmqcksmq3oe5kynqc6gy4btviaimqhr55kg6zedjckwnoq.b32.i2p>Piped</a> (<a href="http://pd.vern.i2p/?i2paddresshelper=UE1rGL~DNPx-i-aY~dCKBKxdrjPXBIHrwgECaIuxGyO3dZReIOemvvdu7LKrnz0qpdZ~B-D-m~25ENSN7rffnduxABjdgfR1S3kmyaihB22yE0-9Y6hrMI5icT9oVVyhHmUvJx0kO2R1AGvyKcGp1jg6Gm4092Lik9ycendeVChJbm6gIeS805BYuI9fE7TpP3gKpW9HzrUCiLEr~3ra8~RmE4lbftIHRDVP5lMMqJHyz1b6XGy91nko5rfRgjCkNE2uKv-EQ~nqI9ngiRF1YJcuwsIKv-5qiTux5bsQPRz-aN0DGIjpTy0Q~E-it4KmQ-q9ymbt6M1tJ7pldNq3Zb5R1qVJtgcyicnhj4TQcERIpGAwEhVgw2t9Kaka8f-wgsoPMXdqXfosH0c4B4DZz4mZPnZIly9NGMoYFWALHkzakGQm6NQKfA76s1jMuTM2cUz7g3nI7u0sc2qPHNWcR64UAV9e-N5FYdWcu269EtUQVqgevd-wpBoMicNbhS6uBQAEAAcAAA==">Address helper</a>) - Un frontend alternativo y que respeta la privacidad para YouTube que es eficiente por su diseño</li>
<li><a href=http://vernatajdc43yxqrtgyhpynuxxksiwrcayqk7xdflkuqss2f4soa.b32.i2p>Proxigram</a> (<a href="http://ig.vern.i2p/?i2paddresshelper=54zMKrQpqYDgYw0TLDeaQLo~-hEbCg4XV7Qj9-f1raO5lRzFJu0FfSssXql7gOxnmQJ-UwliQVjV7-zl-R3Ry0ch6yQBPWQIQAX253ZsHO4Fty~0ubYKptZ9A7KXQeZB7xwtY9OnGOVu3ytU1tpDfGaeK13ZQVi4zAcyFKZslklQ6FoAhMwXO6i2ooY1qgiNHmdZs7klbL2xfaIJIpoCYKGVrti9ji4LDENsftmbbzpqJ4dOsMQGorDfb6kBU44YsEiqEH5GxLvGncKSLcYZM2A8yxxrHdPb7~5IQ2zExpG39PeuU5XXvSkJopduQUBJ81uWDSXInR2XjutBycEblrlploGGvso8zjw3bsj~Vbplyo~hKNqyJJS8ydXWXMJ4FBW~dVg1A2fQ3mlYYBEqfbFvdkAjlmfZDnKePLLjADdpB8WvTY4UnVaUzGprl6Nu7kYxq1OrY3AIUrfPVt1ZljyNTioqBomOdgMc~BmvRgePFRUl-KWUpA-4op8Yw2a6BQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para Instagram</li>
<li><a href=http://vern2gwxbtxzhb3rgchv4kbhlqppijhjqg7rmgvp4c5bxihxcm3a.b32.i2p>ProxiTok</a> (<a href="http://tt.vern.i2p/?i2paddresshelper=BzCUzyMAfYfW8OwTSRNZqv7tkFH6b8wxKpyIc64aA~bOo-jsMG9BC6im64f3W7jQhu7YDu0pbhxeGCwk6Sj2gAJmTvStIohCqbpadOIjZjQW53mGexTSzV1H612PUotZSZHKnYpV30BLtQn4klEDJxBCi0tOQBXH6bLgFP~wAO71LWr3pFomWT3fKbc0Aoi0PZ1yXu6402uTBEvupbEXbapglM4Bs~5sZ96pdEO6k~-Rzy6psgVYd5RY8r8aV92ZcHHdwngtaWWLoBhPg9OK3Uv8zwRMSGz6rBJu1XhvtTYD8sfMU-1iKFsU39CnlpT1PFcK9zY7FXXnWPCDhYQB3UT0J2k-bmy4FM0pLnTcaNi-aqsY1GTE-G7ldIrczj5hnHWcxUL7COK6euOqkWnK2GAJbTC7BP2nsXhUtu-NzusBAETeLkItx7CZhaEkQZEibJ3v1wqeGlahWfROl-oDwOy3-4tzR5tGc2hSmqjOJu8vT-q43oVzULkAiyHQMEW7BQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para TikTok</li>
<li><a href=http://vernnflenvsqccuanaun7yydnmturi4jkyxlyzhn6ultpje66c3q.b32.i2p>Quetre</a> (<a href="http://qr.vern.i2p/?i2paddresshelper=8~I39KBXP845Ov9TWp30TxYClGZknYcLmY5hBgWs-ayOd1GgRrYNrPCTI2sKB8k-49QIbriPLv~32QME1HCdF1hbhMCnYxrBhfSW2MBBoP-0X0xAqrcFyn2DyCtxKoVUuaAZIZGkxV84~~~T2O9ambvSCfr-1R-HztfBjrGboy~4VtdYr6q3uhDRh1Pn8IHjT1GE7xvTwg3VT3c6VAL0tJ3lfS~uy3EM~OQrX9glqWAf9rh9qdWfhxrJTYicPfAp787KY4RpI9kqeYIol9uCRZTUhtg~fEKWwzKxEaLEe0fOP~2PQKpNNUpJ7sRFbXrrGGGlprrpEbu6HgoloCY-n012u4b4hcLl0daW-QhF3QDcaC-QISBMRL7hutl6QNq-NIyhviPVYPUWABN8A2FTZ~85691zEpUc2Ua7wM8whZzzVZEHf2wXPIVRrnNLuXBHpcebbafzgudlqpymTrZSoLcT8~H3KaD5FpKR7Ml70Wpv7imLPQEVMLybpaoGBAWaBQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para Quora</li>
<li><a href=http://vernu3bfx2rvpuaccs5q27yncv6srdijkan6ixbkvyc2lsbrslxq.b32.i2p>Rimgo</a> (<a href="http://rg.vern.i2p/?i2paddresshelper=sfbCMTs1JLmWDTXmy7lr3kRE82RvYLkbnZ-xD5IJAMkRZxO-PoKk4Kf3UK~PF8bdD9yE-S7cPO7BXHQuAAO4d7rNJcO4z4F-biSlw7W2gY5zfRDsUwOfXIc3nIk6fO1HeWTlesYP2U8jiOyD2PiF-XTDtejTPieYxktXWniN8UfVYY0bJbSZZEVCLyHAeqwxpJdcXKHQOeb5hybth5oaldM40z5umaCWyHjOM0Q~jRqfH8sXM9MBD9sZp6ixJkHj7RRPLki9F7Qk2Vg1Slwq~WSeH3d1jmQ6p7kYW6ILusFVZZACGcOaDhDc-vMmbeNj7QJqnb9a8~duZagZoEBnFRWFI9fGhWSh3lneE~KHETntq77fDgmPJeIq8~aOYHmkP7SkBuhlrbwob3a4aHFFNTdOWYu8vFydcWAZTtafB5HYNHjigklfvPrmBW5D1Kw8SAS2Zmxt3CRvWcQxZl2nKi0s4FNl75Qq4HESrznEa~XCXHfjqDbTpOvd3gS2vORHBQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para Imgur</li>
<li><a href=http://vern4nm37gbhaly4gkoxw4njqoyd5bmkgzjbumtpccmqxlilud3q.b32.i2p>RSS-Bridge</a> (<a href="http://rb.vern.i2p/?i2paddresshelper=lMBDxY8iFpybUTdIeFCdLdwuj57Abqn3arcx9DF18A9FIpUNSO280WfwZJUIn97BzkUMR1oERCOJWIHuoLVAvgcPhS8ahIC1E3~VtZjUYkbiVR4iAdSLpGO2bBPyhIIAfs6p4ROdPV5TwH4ji8lwC3Cw81us~m3h9ygQSbMaXaZ60xzkwrPxrPO~vhiM7z3wS1iqB8o8i-W7lS4IUjWzFMP6T0~poqgBIFSXn13Zjgiif2sfOuam2ElcQf8dNDEoYIw62rKuQXNvn7IUprLbrlz4S9DlzsRZKSEBJFlXYoWGona6aw5exh37X4A9I--dCyU0B~yZELJ1~jcIUCSrGUBQ9vO9I~r6G~rlZyw2cXL-J-JH-Vlqw0OjTYSXNdAm7algq9JM-Cl0a0fzrPuN-DYOC9mKQf7mUe7y2qwy2nT6X21P23GaDok9t2aUGrlP128y11OiaMUbMUMAIvdp1J7FPLhxzJcjeV2Q-1E1m0wY3eqvc5wqEOnXpxXoFHIjBQAEAAcAAA==">Address helper</a>) - El feed RSS para las páginas que no lo tienen</li>
<li><a href=http://vern5cxiaufqvhv4hu5ypkvw3tiwvuinae4evdbqzrioql6s2sha.b32.i2p>Rural Dictionary</a> (<a href="http://rd.vern.i2p/?i2paddresshelper=UdKP-Y-ICzKok1t5EDXDSbWQixDKmqCKZmJ8yiSI9SfzHefda8yAl0MfazfyvICfERPRmG-yfKOyAyIJEqGhQSpmdV3qP3C2A5~iTTlSXRPjSEg7QCz50hxe~3I86aBSvyo7QN632iZdSawMa9VdNHxzY~pjnDWYNX8QKpDk7Ao8maRxTnqK6MLIKwZb6htDFDjIHygLq7eEb8bv~J-UskFEBf~FXlgVMVlAgd1406r7XFAW~pGcUN15z2uPaPirEh13cnxVKZtxhZe8PiN8Vx9eOcjbQdacTbzAz7gg4szabIriLY6T89jorxrmOKOK2SydmND9NmaEz9uZy7xVSe-bYEyQVpU9S-W9~vxoYoWUX5Kes~1g8TG-iZeMY30pWmZApVX6ZXFwWS8uBbrbrVnxSzbur~5B8WIp5IPioJdOhpmlWT~0MBIAgRh-GkmSSeXNRZzeKuAZIGq8OmqnkRF10BC7BDWfmT4k2QdghMWJUxCHoC9SMMlulNRk521eBQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para Urban Dictionary</li>
<li><a href=http://vernz43kgqiy3nzzof3nejeo4hh3bjgyqi3b3hijchilv7noqtrq.b32.i2p>SafeTwitch</a> (<a href="http://ttv.vern.i2p/?i2paddresshelper=S9gVBLOvegccXhpHk2rD-LoVLtbcFjgNnj8WFy50jFeARZEY9RgNCHJWV5yp1-CT6XKrbivxpEDhjmshxaSyIa1QCNclxpcm0GxFVtWoicLiXyilE~QDMIDlGioA1otl7xInXFBMuLoQ3BF~JiLsjBh0nBloqCM4qhV7R1wJDQ0UJDS3Kox~OFIthSjaWUMZssAKZuajAgIMWKFj228HCfLhyy9fSv4UV-Cm3s-kK1gcbAUZhdGIImL29MRBEqrv3~wnu3qKs4REI0dZNL0rkXVVLbOIDijogAc~o1Tqj3L-BfmU676-Wh2uk6r7VuZ7xa748Ys620dLgQ31ksl-TSQGWnvJH33DyJdEw4OU8OWILQ7Tf9jmVlN6aMfP0E2vlWLp1cbDJf0dLCP6~AgJQQX-IOWuKX6qGDM2VaAlNNmo2bJtId1PPJ2nOOSHcoGsrT3qrOCPgjtb8CbErVydHbqbAOOOibMNJVEAZTNim~ha8v1DqpVvXvaIwBdpHa-9BQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para Twitch</li>
<li><a href=http://vern3whzyfmjclq6snhlupma6nrmojghwp37tydfgqotj7sc6izq.b32.i2p>Scribe</a> (<a href="http://sc.vern.i2p/?i2paddresshelper=fIadrH9cp96aSUa3h3cp9aox9HDv0xF28BYoFvF9FZ-vPaeWBhdXIIu-N0DdvLt2BfoOYLiq8r6wt7YXPB0lgmd0ECQC5UiQ8vhl5xyhaB4d2KPzadDph-PD3hZQEuHNYnenYEzEuvDl--ftHyMG3wAMVfW99GqYBcm18DtZkDmzheGGfxu7Hb59t-ZjyPj8vsrRGkOp8GikGlEBY1nS8u7rrMBCbjFB96LtxL0daf1DXzHt82Ainhlmzx3mALUSANLwCwpF5LQclIven90DAeBJuJMV22XBjdhSNphVm8zfBwyO~ApOcoaskTJFPwlcvPPaCNhSR9hUYReAbedQ37VfdI2yDz30sRACsm-gQfSx1l8o-2i3LdIcsW4yfQm6Iden8RYWyL3LT-DptP2jsAg2BObGPjf7rpkvmA6cqkOFdSCMoQzt6GOD92OhPaeQJg9ahrhMMJvLGqdoiM5lCiNfBrhU-n5e7A-XyfQsyYCOsjTJ2o1beB-HKyWRkIphBQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para Medium</li>
<li><a href=http://vernvtyi6rdcmv646in4qb4qkbtdi32f4m7zbkcoyualz7bzsfrq.b32.i2p>SearXNG</a> (<a href="http://sx.vern.i2p/?i2paddresshelper=x3iF8a8XzJ6hiFGf1TgC2Sy3Naoq0bVjZ7EPlMzTuXI1Ah9-lu-c6-GuZxemHogi8O~WeKPDamc0QzAf6t5Pn0MeEO~0oRg38cErBkWVw6Dy~8mAbVdfqvc7QeIqCsm8YgMgt~bqMkBvqMDuC-hfvuE3RKQr16a~FcdBiv9HoQ5qxDD4iKg05ebSryzOxFf7niiGPyoe0D8xMKXskjz2YaiZfT~rjWyzNjz2NYzkYwc-ZqbIzmhOome4HnPz8YAUX3xHD0XLEOBqy0aG6EX0hOSSyvla4pGHD0JAGW4ryz3gwJhXRBOnmZXtgXSwXzuJGtWETgdcEH2eVO3mrj5MXTiYjpvUapMkHNrdSUSNRKUO2VsEH4trE0fkl6cuWtoZEIMwMtgcRrLT5r6krGnB98qf8UJzdlysmpusKMfuGwq2oeE8-cDYSFdNxc4dLm0Nehunzc5Yj3LUq9AX-LNKc3hjV~q2qgPCpa43TDlu7EWu4vTij2AxjbBD2vSuaVILBQAEAAcAAA==">Address helper</a>) - Un meta-buscador que agrega resultados de más de 70 servicios de búsqueda</li>
<li><a href=http://vernlncxo4aswplv7naacpjvp5ts4uhrv4wbv3y4skufdbz763gq.b32.i2p>SimpleAmazon</a> (<a href="http://az.vern.i2p/?i2paddresshelper=Vni8Xh7eO7Z7LZrFSfO--N2LJyqvDdX1O2uisX~Ihw1F6Ihnh06AEVDoHhAOBB3dHQsXHBwiOROGRIMTDDvuKrlXSyCZ-3Lc1~VIEN~rHSWQuFhi944qpt-16uhGY1LvIWwJ5nwWHiFfO78a28pXK5ejwgvupPheDoLi25TOftiLM88-hCBRuybhLSibL1i8XO80ew4Kmpp7GD641QImCzVtfz6H8DM9jVT~zOsbv0DGr3ceA4i9Ju87UttomY2qbeCOWriYRljUkDJ2vIjnOmMP-G-k8uSa9UMuiswWOLp5o6Ayz0Hm2C7qdg~hjujpsM2-U93EbYSWEr4EXt7Cxk9b7tDlbOg-o8gmgu7QC0kujDT1QItEt12iEVKaeLbtNbCfL9cxjtlD8OJdsWFAcz6rwdeP2XH8Xyk4hqgXQzky9SvXist6YSMvcYbiF5KYrxQkrUllx9qfxx3MUpgBmpS5tyNrdB1WFsrc834~lBgkHKctJtKiwJ6zfsK9a0KqBQAEAAcAAA==">Address helper</a>) - Una interfaz web simple para Amazon</li>
<li><a href=http://verntblehhel4dx6ntyxkj4mryvic3s3yptzxewzwnldq3esi4qq.b32.i2p>SimpleerTube</a> (<a href="http://st.vern.i2p/?i2paddresshelper=RX43zEeA6NmQNfYawKnn8VMwL9njTvoyj3bJdBWSK4zBJKkM03a7SoifenyG~MAbHW9yADPR~cX3XT6VdonDc6aqQzmo0mAOAV3sxVPKriVK-bNAP1L3eQePhjnnQzxpN07c02a8RUzWVye8M32pM-DjXwuQg4hARK7gwTSCkqm4PLjCsxqhi8lxmyPjRRmwttubsbBrjZIN3lWK7i3R3HtiTYKPdccMUh9iylSHao571uw-XZ0-afO1WKEe93CWMSIgXFarHbIHlJViZAg5MBFwWf-QhnGibRsz8UQIYYuc9rlFRDWjZSZz7P2SNJ7Np3C3jfjajLQUp6k9IEZoNtsNTyqIe746BcNDjk9Hgbje9rf4U2FMNrimMUYJ13ICtYB7DBy~BwZ2R8rlz-3TcwDDZ0bEsSJN3IQDMgNi7UY717RTsU4F5hVkEaSnVNPKhfJexkY7GSN8GJmEphDM4n5WbTcQZuj3UNcSzQO9gEti46zUCQO~e3ycn6OIUORPBQAEAAcAAA==">Address helper</a>) - Una interfaz web simple para PeerTube</li>
<li><a href=http://verna7avzgd4qqal7k2onjzwxcceqby2gwvya2a2frdswb7z2k4q.b32.i2p>SimplyTranslate</a> (<a href="http://tl.vern.i2p/?i2paddresshelper=ozDx2rB0er1JcFY3mfAkExLJGEnzuNEobnrEAzgj1XEPxiPt1NN2J7xyXjazYRe3g56atFkjjEIKgAYjusvens~YS~Od6zhSfUYjNevJulwEHwBen9v2FxTnLiqG-Z-Qfot1BHHSQV4sXFEfHrrBAH1qPJ014u96logG4WYLBAuzjoHWMwNWcH6zGYMLrhBUgVN8DNM5tuPpRRwTdfVLu3W~hYes0s8G0gqTmQkaVYusoqDugMR8t8j5gAIQ~GjFO0q1yvk4rn024JQA23TK7wsx8LtPJquqDMwdIRydLwsv~3luRN2bKqIu6yXwYvQ4z5cQy5S-zutI7u-7050EAzCEWqG92LJBMf6LFEobNVfveEV3O2YqAqzyPc8CBx9qN8rnrv1urPtugVsVcOKBxwQC~Pb7mJeDH1sBTuumxg2Q1-fiIgZ4orzkWQdR896LM-G~hvqKct0HaA7ehDFGCMegRoZiC~ScikBw-kaB4swfwMF7nSITR5tpyzICHOMCBQAEAAcAAA==">Address helper</a>) - Traducciones minimalistas y privadas con muchos motores</li>
<li><a href=http://vernusqvmcnvmbewuec5d3vvnh3xpejcn74pkkjhj2qzfvgpogkq.b32.i2p>Soprano</a> (<a href="http://sp.vern.i2p/?i2paddresshelper=hpJigLh6YsmVwHcXqLdph9xgU14p90JaEXv40EVgED2FxgJCLt6ZtwvLV-9Ic0R7vmdK8JYQXr3PevJWpuKUrUQl~KYQG3xGgQ9v1e18hJZH5TFd~uG8gkxeEN~uVoI--~P7KVaUaw7BOzBUino94reaVyzkibHGvHB4AIGmFP4bPdnHAppM1b2l1WCz~YlaoeiP8dohH-u7TFpd~hJ5OK9CAYkdiMTIvmypzMtjSrjn0ZQRqSF7ljNt6WZt9Ci2i-RSyFFAwAhQS0FMcNsrUqYMg6F99E-ihClt8AeXNiTXaAl-ZQ2ZqT4EpvJICMnPHxfAMhZm2XKYNuMu4U1WS-Q5Xqix-lQ6w5hRWSffajHCpOiKpzJnkSRuzY3pVLPQVrrLfJ3EIP5ghwdBm2KmzH3gHgTzjdSlI~wnoZTLYMnhJkyjEdmmFHZo4YuDU5PnWGZsG47OWmlUouZ9BTQKmQ3hBQ8tVOESLsmyaI7wx9I3kpkwNvnzVTpJ7SPeLEdrBQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para Tenor</li>
<li><a href=http://vernrdigztvu3427stlditjofgkuoc3b7kbkxvlecaej5ufe4l5q.b32.i2p>Suds</a> (<a href="http://sd.vern.i2p/?i2paddresshelper=AcSiFAApixnWEGLQufeESK0rIupQdG9NIwnvM~q7SG31iZoJNkco6Xw19p3-9xkb8CI0ySn5KKOlKTnejy4w7qy44bO3hsyKaNMVyIcQpeov-~WTWf4chZ-s6l5Gt4IH9HzLNOeEcGluWhvnDsub7mmqokwL~snvyWFJ8I7QSkr5sWp7dhkA4yTwVkw3TrMu3RlzY6RDkQyG5LavevcTCPWpLfL-ulUDvtou7wC0ahFZXbV7rgVImECC4RWQ3Zf-9VZVvkQSCG3Kw7dYye5iXYjrMJ9UsrAZSvZUZQaDlepTBQkysha45sTz9kv8bpS7DNT~~luY-FSsElOAJWUouiTTNiwYznkhJu3N1Lrl5sjzcapR~nREWoQYlFwqpPx3yFJ5-JUmf1YDk6-8UKmdAV6C3vd9FJOKLIblVJ~W32-eqKE~hm349gj5DgyzR6bmS-XCfdG~1lTWrAKNC7koImAwBKY1jXrJiheG8sGOL1i2ipLPZgxBBqf6Zf~1-5nUBQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para Snopes.com</li>
<li><a href=http://verncco2oaxjikammz4pi7umzp673cme6zuemx7yeeewspwrw3va.b32.i2p>Teddit</a> (<a href="http://td.vern.i2p/?i2paddresshelper=arrnPCbpFzAX~-pY9-s18cOIHjWieSvhSzw7IukhqGDzug7unHh2dQ4uXIIIveJVhszQrYGlNkFcvkapo-Iwo4RAW8ZaWRlCMfFxNVXD1l8yiAMrDgFQ6ErS1hVhv9FKgFYLthNxhvj~aVtvP9aMSfy66~FCHBkmTs199-MtMZ3TzpUtZM9lQG~7JI9aM6LMdNnKBcCTH9adtH0yvuY-HBzNzp8B93h8mmCCR8kWRieg1HWouagR3H6iIOKd4udknC3deTFeTEZgb8mTDu6Y6~HI9SSyiUVwuBjyWMma7YogpJrC8Qi59NFBBPOzoJp~ue-b~hXmH7tcW74m1-xgRKVkJZv5-PC6aKMDKGhw63wacvxz~a0AM50hx0-6uB6QyErV90Pytnk79dvo7mlvvjfZ9vik3iHqCZ7-WEX72Wkl4h4mb8Lp34Hla8BN56EFC~rkgBK5wrWY0cVbeopBM5jTzIiiXEMWouhFikl1~c3EuoraLB-NrWctKVw6FkCYBQAEAAcAAA==">Address helper</a>) - Otro frontend alternativo para Reddit</li>
<li><a href=http://vernk23oml2talve3keetcqmjylmu7r7kdrcfciv36oxitgpos5a.b32.i2p>Tent</a> (<a href="http://tn.vern.i2p/?i2paddresshelper=~cRY8tLIq8eG3AI9vHzeZna2dolZJsDvK5xLB9Xqvn2cunBUVGVkSwRvClST~s8qzplypVeBKxzQNR6MMGz2WpKOv3XTdVkam1X56PzmHB~7DGyuJtj58cgsU07INmFrqLHwGwwJ-~E0fx29W9No32OfNiA7maDie~MmBu8HBaJFZbs3FMtvR~JZl3DP4iz8NDHMz9gcI5MQKShhvhbDun5mxc30mxvwDvYuZw0WMglKwWhMGh2EqCTtLTCBRY24rXmC3eOLiqIMhpRWrSI6QbES~wJB0gXyzFVRzYlGbudeyIUTbFeDNke8GX-WrUQuKMTHraxJ1qpW85jjANAGKjxP8GTPze3so2DjLqOrKAsKUei2k2LZZ~iCh636mS-fCDF2rEHVkpfz0fIBclZMQvBy0O~5mJXuDOGB~NwebtOIm2JfuGrZ1hsTgvnkKh8CvvYJBUrQEfD-LaW5q7R89LB~wnbk0UzN~ys~V~zUDMgKPMZ2i8CRTXSNUgWO-LpzBQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para Bandcamp</li>
<li><a href=http://verndplgltq6nry6rqpdmieomqfsrgxzowqzglvgd7rex5vmehxq.b32.i2p>UNfunny</a> (<a href="http://uf.vern.i2p/?i2paddresshelper=Mrqd0~0uWEv3ijfDbEkNC1qYYubvKXFGQwOcBebxe7V-7-CIF8ahrZwObtJaqHYK91xOAkalWXJg4AodC3JaMvif3U3xvlmmYOY25WAsfiTjN15uzhxoIaJbrcMOWsC7UD~a3xZhCJ-HKR9kZ-8r0XIujQewtw2Lr0jtjmRkhwFL2QWPlFSDWG28atpQD2CHLa26rhUyrqVtNyTPkF00xbYp2AcOWAkOtv-lFU6pYyo1JyMQdhM-xKc3qTUjF0wDFlkhWDajIpT12D2lI6zFasTsF-PAb~-3Z1nQSqbJfIGf8oot5kRNuLA1d1rCPY2dSwS3np7EJ43qmxbNbHM35wVaQ~GYCe2BEIGht59eSWgrdSztOhRwxv8K~Hu81NEKukrEk74qf56A4tUuAOvWvya1ZHFD7nEQ7F0GAj90852n3WFx23gMtenOiwUeCO9AQgOKgNpL7vHm-JGYDJ-vSpRiLC9sIh775ozxV1-diE4NaubDNzVOAFFNAHZpeuCqBQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para iFunny</li>
<li><a href=http://verneks7rfjptpz5fpii7n7nrxilsidi2qxepeuuf66c3tsf4nhq.b32.i2p>Whoogle</a> (<a href="http://wg.vern.i2p/?i2paddresshelper=6wjgwtusev0iOQZI2kGVQWrCHjS-xV20hECX7OpJdsmlJSTVzBkNZ~WsCZq2ieP7ESMT97MRxgdKWmw8AuHY6r7Ltyq9QBDc59Ec9f6djrMY2j7GmZykac1p78I4bymaONVL04OA4v4SOOTnTJbeDE7qGmAanlNZPXLzOFK0J7sQaotBdyQka75NlmvQmSpss8Pqr2FUV1zOYxFnymiIERIM6VBDNIoSesXHaQ2P-oxa8YPdMC3h-D4-WrDiKZjv9Lxu7xXMdpalZeolHktSTppfg7GiGcAxn9JQS2w1~MomXodwEBWAkQu8wIvGi87CSyrqB3eZPVwrSgcovOMtw1i3VrvYGOk8n3EMh7SkH~GxJGIABVXJTJ6iiMwj2bI521P6plkUwfQyLfxAE~17nI6XdRtwuBqRqZaZExO~6uq4HcYCmfNIZKXtNttJEh0B7wpbyEjDpHKpHXOLxKacdeqk2ss-4~5f-xI1jQyhFFG~rHf52D9NtYbZFTvc865mBQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para Google Search</li>
<li><a href=http://vernesciy2defjsputrjrv6pa5ll6qzrckfffi5lgkumstdojyga.b32.i2p>Wikiless</a> (<a href="http://wl.vern.i2p/?i2paddresshelper=OniLVp4DPG7ZJiHmXN8dwbsuVfBqSLXj1VmlajqZUvE8DvkeKkBSjZHuREL9QeK5tpAJDt1S9w9vC6vRMygIipRvMyaMmBmOvcg4~W9yJLA8FUCaf4RYwsXzitA~Vqgj9yKCgfOpTHleE7RBdTbpD9sioJmNX84oPyn5ryxU7PdITCPi5zpYStyIO6NLAYYO4Wxdhxi55UrRE3YdhsJWQ7JxJ3RcNr~TV8EV61Zf1lhaRDhZYSifNU4R4NClApOlJ7tC3eB25mBXDk2PU3xBH2RrFhDNpUBsrOEtra7D3JsvaRxQytv0iceBsbCPY70ENPZ53W7csutB3JCgE0uXiPoHPp8mw3efq5uyso-WMkWidmkGR3wlS7KXrFtWMwPjp6tKHzqlO6uQFkiGt41XI4RXya4JkfLKlbpbuWWXdJNx5oJMT61NluiLsftWnfSeTPJEt2CeZk3rqHDJL6PsyLUeoTMB5DJicVFzxXTVVrDoHA8PiX5hjKJWmNwPs4KEBQAEAAcAAA==">Address helper</a>) - Un frontend alternativo para Wikipedia</li>
</ul>
<div class=h><b id=email>Correo electrónico:</b> <a aria-hidden=true href=#email>#email</a></div>
<ul>
<li><a href=http://vernczqka6xy7ounc2t72aqgctupgnha2qfr2r4qbf3ik2tcdmjq.b32.i2p>Modoboa (Requiere de registro)</a> (<a href="http://mail.vern.i2p/?i2paddresshelper=h4zGMlJKZa-oKiivYZfBS-DFjJIU2ALtycveH9Ld9b-kG9NtRulUEWymGG9I2jz1STwhLTAHC~~SiccoU4AiplNGJw~NaE9a22DTv~q6ZEhKWmtIvg-N68P0KwqH5xqNnJgUCnydF9gGYP-9pIVy1cnVkPuEtSKKT~l0Mi1DHe9PTyIAcsGQNn388yreFn8Vxl9ZM14O9pzrM8rtxJ-NwPaukLw4l0cMBs9PT52ZBuO~E3WtPvNlwuPQAfQ9slSYjDc6ZGIquXmkMzW9xMP-3cAElGcHC29xZIWLEcXgW4Qd4P3bExXRWtJLczBKdULwUDYxlT9u2dwurbBqTZjDbjN-NUxLR7oAz2QWJcpsjrLjBSKAqV7ACeyYP2ySd0brBqlX9tQGIIH-ll~~Z4Cozfxy~k07D7pjgakqvK3bYZ8K8EFkzbzdp5j7AEm8ksg~nZ8OV0cKn~6VoS5ERJgVT7c3ieGZ0O4PPfHOcVTYhlRuAX9mlYalowaJ0-WAsp7IBQAEAAcAAA==">Address helper</a>) - Correo electrónico Modoboa</li>
<li><a href=http://vernzzwbnjy6ro2zg5rxgo7eylkcyi6zuf4hhvsdbwvvxa3grsxq.b32.i2p>Roundcube</a> (<a href="http://rc.vern.i2p/?i2paddresshelper=1Mt2pcS7dDLg-tBBPCqP8WCi5b3R2dYb01OMWSgo76hgq8z~UefN-SmGlO9zEa3wZeHhZ~qIVVcn-Mp~mRARb-lbZhROWZk5dI1a5EmAcg3Gk-04ry68hYOj~RhW~s5ZQ-soaYccB83j8li2HYEJ7H33dcs5e7h1ADDOkn~Y5fILujz4LaYk8lXK~m16UrdALGqJR1qQ-oeZ~6ZtAqJp4QaO2JEUR~1gmR17DIgtccuu7k-gVVsArQ2QqSyBkZRGC60zn7Rosh0lKfDE05ap-1YLzq4QdXWjd4zdVoE8Xm3~RvKPj24VavKlWrImNq~7ZVevfdOaX1LVaYMDQ5-zEz4SfjGZkBiv9W7iZ~IoVoi8dCBP5TEdxqXWOG5D2nd6SM2nsuMkygC~QD4CELsvc5C~TO6Q8wjF9hBuqx615hnRzYjed4ZhLcEUV~WuX3vLq1zIl6qyyZUaWMJr2wvuhsUNsSUKswVh7NQsW-EKIy9rERC6KmEo11s2JklPe-muBQAEAAcAAA==">Address helper</a>) - Cliente multilenguaje de IMAP para navegadores</li>
<li><a href=http://verndokks33kdmyo23qihg45lb4sinl6f6b34hc7be6754p3b4aa.b32.i2p>SimpleLogin (Por pedido)</a> (<a href="http://sl.vern.i2p/?i2paddresshelper=KHEco6Acj7jFd~fH1doDM6z8dpoSUdvG0WOgEgtvaIuhDsrNfONtNhfdEdxOgldmo5Be11w5f~qiHTL-IH9Kh4ZkRLSh5jwYy4G0Yw39z2FwM3-56RsuIap5o188PhjcklqKK0JKYVPBLMLsoFpW-KqhYNYBGe4J6SCGrLu7gYH21xjyAulyFwJag4vdfEJBxWueGWypZhtrRXDb77iGIUReA-vPW2B0gO4uc~-cEpxaspwvflR~T8Id1wQ1ijqy6ghTV0JNpO6OvyZCgQX4dMGgPup0SOp8nIeOBxDIms4JHJ27EvPf8H0KUHULQKy5e-qm3bxhLonfwtO6aorZEzMAvScB12zd4N7f8oTm2ESVrRPv2Rj7NSobTVtzIa~hVPMenZ~rRhqS-2ZTsqBDRjd1cbTZyjkN5hL9e-INyJA2qr~LwEvb1Har-dFHlIHqPkapfZckUwLUCrDZeeAKqBUM8GIOOtbAkwDBb4oFk~WKBnDBCxLqZrXMRl~jtFKxBQAEAAcAAA==">Address helper</a>) - Servicio de correo electrónico libre y anónimo</li>
</ul>
<div class=h><b id=misc>Otros:</b> <a aria-hidden=true href=#misc>#misc</a></div>
<ul>
<li><a href=http://vernpizcdua537tg7wbhtrjumxotqbpj34w6gqzgnnqhgsavvbaa.b32.i2p>LibreTranslate</a> (<a href="http://lt.vern.i2p/?i2paddresshelper=dExHjQWOi4Rdq0EBX5dzPxg2fyJ7vbIyiQAtT3Y6xIsQO-h4apFzr4D6rUmEFJ9dUfG-1cjiyuHsC4y1yxe41X8W6cbmsKVwdpkIpAaRfXR2W9I7P7ZKiGCusFwZkwJ3BOLZUqAKHTU3fCjT6Thuuy5upd0xjYWA3I3728CcPgGS-mTVMqQmmKYPDHfczRq03t0~YZXUtxzbYRmJcGq30RmKGbO5NmU7Gp7ix8A04K4mpUztThZbs7b8-P5mVQh4YEyz3b2k3SuM3nHIlYd7re7W0wc8B1gaS6GL58DkgfEcgN6t~OnEHoFGo6RtNHfQZD-8Jxfc39lOHQuLbeFt9XjWGcpEDMctrKvfK1yo~l8UmQRUNMESoUSFypxnX352eZJG6lNMZMjVLcFrS8AJJD4fO8oBiRzVh0s-HOP8gJ7H8q8LVHIclZ3VZou84nFN0Bndfnv9~Pv7jPrItb1W~giIkmTrpba7uvAhOLFLfdi3qK8azfSE2xzPHO9picmLBQAEAAcAAA==">Address helper</a>) - API libre para traducciones automáticas</li>
<li><a href=http://vernqfnkg7oybcbrr6roinm64wkd6goetv4funbqjgtddmsexo7q.b32.i2p>PGP Suite</a> (<a href="http://pgp.vern.i2p/?i2paddresshelper=s520shqOAkZs3ULod6SXvI9WEJu5FxRS6eE2JADSZ9SYxSr-kTDm1TFXd0KDBTRZyLDU938eEPPzMLZOuTuRJ8Gw8JDGRHCHe9TDEb2sQNleTwfWJh4i8sPGzEovfuq7Ay3C3u-la9tJ7vlCcTMYqMxjCiDYdECz653QCYctOixeyyLEQEB8eSHXa2tUd-PGi~O98h0DMA7z62h8RRbvy4ZupGG491x73w9nYObbJIRxI0~WfH0-Mj8WW5H~ldvA3I~Ewqi68Xb3peCJzUcGvFYg7ETHujtB39KN2mkK4FJbu5bqTsij5YZToKp5tfulldnQJhMEMf0ovyhkr4xv5p1TkGaXACflrF7OItcINaVTKfGRbR1GMQYyhJT830jK-Ik-o4TnWOmHcnREB9gDm2QfcVZIA~UBXxhptIbYmABPbL6SkhFB5XRubUKbZseNyEcpgEMzD-SgQa1x8d-jUjKWWdLSqWUuuXqFpmc194amacjdJE3mMMzGBs7DydzTBQAEAAcAAA==">Address hepler</a>) - Herramienta PGP client-side simple y fácil de usar</li>
<li><a href=http://vern7ilzglebf3zam23vf5fnv76jgjp4pj6ouyzunorsxhqrjtja.b32.i2p>v.Nu</a> (<a href="http://vnu.vern.i2p/?i2paddresshelper=vrbWe6VwdiwMJsgi~~NRHvCgA35HULFkIG3QVhJ3UIUctnpTyRADozPppIgiRYGEMv7CsVPW9bTSQvhoOACDgB3C5oyBQrCzrBLDsBftOWD9LtluKSWWz1nI7bZzzrTJq~ScLZxXFOYzXABtIz1hzEtcW9br5zTcAtG1OpfoU6KEJKki-ubdtGqCq0DfxpeVBlIwuxXZrNVtqO0TGYcpaC~GFCl77tuxDuxvFyjF0DupKPMZ9yNKvjgs1W-jTeTHskRZM2o9-hXE4-IkGmpkfIWO1-0iFzcyvtfGQ1bdrTSH8cZJz2HnXr3SzIH9vb7SXqv1PlCGndF2RaDEgjHVqu4fh835IAOVcmgL5aER-oaGNmYSK6jMCdFFNJsc4P49xHNAFsl7IISy~crBEsfGvQSUxmhBqeCsgGEAI2uERNHglIwHD7eeCSSRTWvW3V55aEzrz8pj494q9MTFstRk29sEgS6rED1yy7JAtpXOuoArqYkYurMySd2-rj4Wk81UBQAEAAcAAA==">Address helper</a>) - Te ayuda a encontrar errores en tu HTML, CSS, y SVG</li>
</ul>

19
spa-AR/i2p.html Normal file
View File

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="I2P en ~vern">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, invidious, nitter, i2p, darknet">
<title>Servicios de I2P | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<div class=h><h1 id=i2p>I2P</h1> <a aria-hidden=true href=#i2p>#i2p</a></div>
<p>Respetamos tu privacidad y queremos que puedas elegir mantener el anonimato, por lo que la mayoría de nuestros servicios tienen links a <a href=//wl.vern.cc/wiki/I2P#Terminology>eepsites</a> de <a href=//i2p.net>I2P</a>. Si un servicio no tiene un address helper, su dirección es vern.i2p por defecto. Es posible usar la extensión Redirector en tu navegador para evitar conexiones a la clearnet si el sitio las realiza.</p>
<!--#include file="i2p-services.html" -->
<!--#include file="footer.cgi" -->
</body>
</html>

47
spa-AR/index.html Normal file
View File

@ -0,0 +1,47 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Una tilde no comercial orientada al software y a los servicios libres">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, invidious, nitter">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<div class=h><h1 id=vern>Bienvenido a ~vern!</h1> <a aria-hidden=true href=#vern>#vern</a></div>
<p>~vern es una <a href=//tildeverse.org>tilde</a> no comercial orientada al software y a los servicios libres. Somos una comunidad abierta a compartir, participar y crear software libre para todos, sin excepciones.</p>
<p>Aunque hosteemos muchos servicios, tales como frontends privados, ~vern is conocido por su comunidad participativa. No estamos aquí solo para hacerte llegar el software, sino también para ayudarte con el mismo.</p>
<p>~vern también tiene una <a href=/spa-AR/sysinfo#pubnix>pubnix</a>, una máquina pública que ejecuta NixOS sobre el kernel Linux-Libre. Los repositorios de software propietario están desactivados por defecto.</p>
<p>¡El propósito de ~vern es darte la mejor experiencia que puedas tener en este Internet sin esperanza, y de que puedas ser tan productivo como quieras!</p>
<p>Todos nuestros servidores ejecutan <a href=/spa-AR/sysinfo>distribuciones GNU/Linux libres</a>. Mirá nuestro <a href=/roadmap>camino a seguir para ~vern</a>.</p>
<div class=h><h2 id=announcements>Anuncios</h2> <a aria-hidden=true href=#announcements>#announcements</a></div>
<p>Una lista de anuncios se puede encontrar en <a href=/spa-AR/announcements>/announcements</a>
<!--#include file="ssi_anno.shtml" -->
<div class=h><h2 id=community>Comunidad</h2> <a aria-hidden=true href=#community>#community</a></div>
<p><b>Puedes unirte a nuestra comunidad en la mayoría de programas de chat libres y populares:</b></p>
<p>Usamos bridging así podés chatear con nosotros sin importar qué programa usás</p>
<ul>
<li>Chat principal - <a href="//mto.vern.cc/#/#vern:vern.cc" target="_blank">Matrix</a>, <a href="xmpp:vern@muc.vern.cc" target="_blank">XMPP</a>, <a href="ircs://irc.tilde.chat:6697/#vern" target="_blank">IRC</a></li>
<li>Chat offtopic - <a href="//mto.vern.cc/#/#chat:vern.cc" target="_blank">Matrix</a>, <a href="xmpp:chat@muc.vern.cc" target="_blank">XMPP</a>, <a href="ircs://irc.tilde.chat:6697/#vern-chat" target="_blank">IRC</a></li>
<li>Avisos - <a href="//mto.vern.cc/#/#announcements:vern.cc" target="_blank">Matrix</a>, <a href="xmpp:announcements@muc.vern.cc" target="_blank">XMPP</a>, <a href="ircs://irc.tilde.chat:6697/#vern-announcements" target="_blank">IRC</a></li>
<li>Chat de juegos - <a href="//mto.vern.cc/#/#games:vern.cc" target="_blank">Matrix</a>, <a href="xmpp:games@muc.vern.cc" target="_blank">XMPP</a>, <a href="ircs://irc.tilde.chat:6697/#vern-games" target="_blank">IRC</a></li>
<li>Reportes de abusos - <a href="//mto.vern.cc/#/#abuse:vern.cc" target="_blank">Matrix</a>, <a href="xmpp:abuse@muc.vern.cc" target="_blank">XMPP</a>, <a href="ircs://irc.tilde.chat:6697/#vern-abuse" target="_blank">IRC</a></li>
<li>Fridge (capturas de pantalla del chat) - <a href="//mto.vern.cc/#/#fridge:vern.cc" target="_blank">Matrix</a>, <a href="xmpp:fridge@muc.vern.cc" target="_blank">XMPP</a>, <a href="ircs://irc.tilde.chat:6697/#vern-fridge" target="_blank">IRC</a></li>
<li>Chat de la radio - <a href="//mto.vern.cc/#/#radio:vern.cc" target="_blank">Matrix</a>, <a href="xmpp:radio@muc.vern.cc" target="_blank">XMPP</a>, <a href="ircs://irc.tilde.chat:6697/#vern-radio" target="_blank">IRC</a></li>
<li>Caos (cosas que no van en offtopic) - <a href="//mto.vern.cc/#/#chaos:vern,cc" target="_blank">Matrix</a>, <a href="xmpp:chaos@muc.vern.cc" target="_blank">XMPP</a>, <a href="ircs://irc.tilde.chat:6697/#vern-chaos" target="_blank">IRC</a></li>
<li>Monitoreo de uptime - <a href="//mto.vern.cc/#/#uptime:vern.cc" target="_blank">Matrix</a>, <a href="xmpp:uptimekuma@muc.vern.cc" target="_blank">XMPP</a>, <a href="ircs://irc.tilde.chat:6697/#vern-uptime" target="_blank">IRC</a></li>
</ul>
<div class=h><h2 id=services>Servicios</h2> <a aria-hidden=true href=#services>#services</a></div>
<p>Podés obtener acceso a los servicios de "Registro necesario" <a href=/spa-AR/register>registrándote</a> en el formulario correspondiente.</p>
<p>A excepción de Minetest en la clearnet &amp; servicios hosteados en <a href=/spa-AR/sysinfo#iceberg>Iceberg</a> y <a href="/spa-AR/sysinfo#typhoon">Typhoon</a>, ninguno de los servicios que hosteamos tienen la capacidad de guardar direcciones IP en sus registros debido a nuestro uso de WireGuard. El registro de IPs está deshabilitado en Iceberg.</p>
<p>También hosteamos versiones de <a href=/spa-AR/tor>Tor</a> e <a href=/spa-AR/i2p>I2P</a> de la mayoría de servicios.</p>
<p>Los servicios marcados con "AD:" tienen subdominios alternativos que puedes usar para acceder a ellos.</p>
<!--#include file="services.html" -->
<div class=h><h2 id=sysinfo>¿En qué computadoras funcionan los servidores de ~vern?</h2> <a aria-hidden=true href=#sysinfo>#sysinfo</a></div>
<p>~vern tiene varios servidores con diferentes configuraciones. Podés encontrar una lista de ellas y sus usos en <a href=/spa-AR/sysinfo>/sysinfo</a>.</p>
<!--#include file="footer.cgi" -->
</body>
</html>

36
spa-AR/logo.html Normal file
View File

@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Variaciones del logo de ~vern junto con sus respectivos archivos XCF">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, logo, ícono, png, svg">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Logo | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<div class=h><h1 id=logo>Logo</h1> <a aria-hidden=true href=#logo>#logo</a></div>
<p>El logo ~V de ~vern fue creado por Arya. La versión completa ~Vern fue hecha por Cobra.</p>
<p>Cada logo tiene licencia CC BY-SA 4.0.</p>
<p>Elegimos no proveer las imágenes de las salas de Matrix, ya que sería supérfluo.</p>
<div class=h><h2 id=main>Logo ~V principal (<a href=/media/vern.xcf>archivo XCF</a>)</h2> <a aria-hidden=true href=#main>#main</a></div>
<img src=/media/vern.png alt="Logo principal de ~vern">
<br>
<div class=h><h2 id=transparent>Fondo transparente (<a href=/media/verntrans.xcf>archivo XCF</a>)</h2> <a aria-hidden=true href=#transparent>#transparent</a></div>
<img src=/media/verntrans.png alt="Logo de ~vern con un fondo transparente">
<br>
<div class=h><h2 id=full>Logo ~Vern completo (<a href=/media/vernfull.xcf>archivo XCF</a>)</h2> <a aria-hidden=true href=#full>#full</a></div>
<img src=/media/vernfull.png alt="Logo ~vern completo">
<br>
<div class=h><h2 id=full-transparent>Logo completo y transparente (<a href=/media/vernfulltrans.xcf>archivo XCF</a>)</h2> <a aria-hidden=true href=#full-transparent>#full-transparent</a></div>
<img src=/media/vernfulltrans.png alt="Logo ~vern completo con un fondo transparente">
<!--#include file="footer.cgi" -->
</body>
</html>

17
spa-AR/nav.php Executable file
View File

@ -0,0 +1,17 @@
<!--<link rel=stylesheet href="//gcdn.vern.cc/vernsite/style.css">-->
<header>
<a href=/spa-AR/><img src="/media/verntrans.svg" alt="~V" class="navlogo"></a>
<nav>
<a href="//status.vern.cc">Estado</a>
<a href="/users">Usuarios</a>
<a href="/register">Registrarse</a>
<a href="//wiki.vern.cc">Wiki</a>
<a href="/blog">Blog</a>
<a href="/faq">FAQ</a>
<a href="/rules">Reglas</a>
<a href="/privpol">Privacidad</a>
<a href="/donate">Donar</a>
<a aria-label="RSS" href="/blog/feed.xml"><i style="color: #EE802F;" data-content="RSS Feed" data-position="top center" data-variation="inverted tiny"><svg style="display: inline-block; vertical-align: text-top; fill: currentcolor;" viewBox="0 0 16 16" class="svg octicon-rss" width="18" height="18" aria-hidden="true"><path fill-rule="evenodd" d="M2.002 2.725a.75.75 0 0 1 .797-.699C8.79 2.42 13.58 7.21 13.974 13.201a.75.75 0 1 1-1.497.098 10.502 10.502 0 0 0-9.776-9.776.75.75 0 0 1-.7-.798zM2 13a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm.84-5.95a.75.75 0 0 0-.179 1.489c2.509.3 4.5 2.291 4.8 4.8a.75.75 0 1 0 1.49-.178A7.003 7.003 0 0 0 2.838 7.05z"></path></svg></i></a>
</nav>
</header>
<br>

136
spa-AR/newsletter.php Normal file
View File

@ -0,0 +1,136 @@
<!DOCTYPE html>
<!--
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<html lang="en">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Registrarse a la lista de correo de ~vern">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Lista de correo | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<?php
function sanitize($str) {
$str = trim($str);
$str = stripslashes($str);
$str = htmlspecialchars($str);
$str = str_replace("\r", '', $str);
return $str;
}
$err = $email = $code = $code_err = '';
$confirmed = false;
if (!empty($_GET['action'])) {
if (!empty($_GET['email'])) {
if (filter_var(sanitize($_GET['email']), FILTER_VALIDATE_EMAIL)) {
if (preg_match("/^" . preg_quote($_GET['email']) . "$/m", file_get_contents("/var/spool/list")) === 1) {
if ($_GET['action'] == "unsub")
$email = sanitize($_GET['email']);
else $err = "El correo ya está en la lista";
} else {
if ($_GET['action'] == "sub")
$email = sanitize($_GET['email']);
else $err = "El correo no está en la lista";
}
} else $err = "Correo inválido";
} else $err = "Se requiere un correo";
}
$filename = "/tmp/list-code-" . $email;
if (empty($err)) {
if (!empty($_GET['code'])) {
if (file_get_contents($filename) == $_GET['code']) {
if ($_GET['action'] == "sub") {
file_put_contents("/var/spool/list", $email . PHP_EOL, FILE_APPEND);
} else {
$contents = file_get_contents("/var/spool/list");
$contents = preg_replace("/^" . preg_quote($email) . "$/m", '', $contents);
$contents = preg_replace("/(^[\r\n]*|[\r\n]+)[\s\t]*[\r\n]+/", "\n", $contents);
file_put_contents("/var/spool/list", $contents);
}
unlink($filename);
$subject = ($_GET['action'] == "sub" ? "S" : "Des") . "ubscripción confirmada";
$headers = "From: announcements@vern.cc\n";
$headers .= "MIME-Version: 1.0\n";
$headers .= "Content-type: text/plain\n";
$message = "Has sido " . ($_GET['action'] == "sub" ? "agregado a" : "removido de") . " la lista de correo de avisos de ~vern";
mail($email, $subject, $message, $headers);
$confirmed = true;
} else {
$code_err = 'Código incorrecto';
}
} else {
$code = substr(md5(rand()), 0, 8);
$handle = fopen($filename, "w+");
chmod($filename, 0600);
fwrite($handle, $code);
fclose($handle);
$subject = "Su código de confirmación";
$headers = "From: announcements@vern.cc\n";
$headers .= "MIME-Version: 1.0\n";
$headers .= "Content-type: text/plain\n";
$message = "Su código de confirmación es $code. No lo compartas con nadie.\n\nSi no iniciaste este trámite, puedes ignorar este mensaje.";
mail($email, $subject, $message, $headers);
}
}
if ((($_GET['action'] != "sub" && $_GET['action'] != "unsub")) || (!empty($err) && empty($code_err))) {
?>
<div class=h><h1 id=list>Lista de correo</h1> <a aria-hidden=true href=#list>#list</a></div>
<form method="get" action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]) ?>">
<p>Correo <span class="red">* <?php echo $err; ?></span>
<input type="text" name="email"></p>
<select id="action" name="action">
<option value="sub">Subscribirse</option>
<option value="unsub">Desuscribirse</option>
</select><br>
<br>
<span><input type="submit" value="Submit" style="width:100px;height:40px;font-size:20px"></span>
</form><br>
<?php
} else if (!$confirmed) {
?>
<div class=h><h1 id=confirm>Confirmar acción</h1> <a aria-hidden=true href=#confirm>#confirm</a></div>
<p>Un código de confirmación se envió a <?php echo htmlspecialchars($email); ?></p>
<form method="get" action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]) ?>">
<input type="text" id="email" name="email" value="<?php echo htmlspecialchars($email); ?>" hidden>
<p>Código <span class="red">* <?php echo $code_err; ?></span>
<input type="text" name="code"></p>
<select id="action" name="action" hidden>
<option value="<?php echo htmlspecialchars($_GET['action']); ?>"></option>
</select>
<br>
<span><input type="submit" value="Confirm" style="width:100px;height:40px;font-size:20px"></span>
</form><br>
<?php
} else {
?>
<meta http-equiv="refresh" content="5;url=/spa-AR/" />
<div class=h><h1 id=thanks>¡Confirmado!</h1> <a aria-hidden=true href=#thanks>#thanks</a></div>
<p>También recibiste un correo confirmando la acción.</p>
<p>Serás redirigido de vuelta a <a href=/spa-AR/>la página principal</a> en 5 segundos.</p>
<?php
}
?>
<!--#include file="footer.cgi" -->
</body>
</html>

1
spa-AR/onion.html Normal file
View File

@ -0,0 +1 @@
<meta http-equiv="Refresh" content="0; url='/spa-AR/tor'" />

39
spa-AR/p/index.php Normal file
View File

@ -0,0 +1,39 @@
<!DOCTYPE html>
<!--
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Una lista de las claves PGP de los usuarios">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>PGP | ~vern</title>
</head>
<body>
<?php
$list = '';
$subdirs = scandir('/vm', SCANDIR_SORT_ASCENDING);
foreach ($subdirs as $subdir) {
if ($subdir != '.' && $subdir != '..') {
$ph_index = '/sshfs/home/' . $subdir . '/public_html/index.';
if (is_readable('/vm/' . $subdir . '/.pgp.asc') && !is_file('/vm/' . $subdir . '/.pgp.hide'))
$list .= " <li><a href='/p/$subdir.asc'>$subdir</a></li>\n";
}
}
?>
<!--#include file="/spa-AR/nav.php" -->
<div class=h><h1 id=pgp>Claves PGP de usuarios</h1> <a aria-hidden=true href=#pgp>#pgp</a></div>
<p>Esta es una lista de usuarios con claves PGP en ~vern.</p>
<ol>
<?php echo $list; ?>
</ol>
<!--#include file="/spa-AR/footer.cgi" -->
</body>
</html>

11
spa-AR/p/list.php Normal file
View File

@ -0,0 +1,11 @@
<?php
$subdirs = scandir('/vm', SCANDIR_SORT_ASCENDING);
$protocol = $_SERVER['HTTPS'] ? 'https://' : 'http://';
foreach ($subdirs as $subdir) {
if ($subdir != '.' && $subdir != '..') {
$ph_index = '/sshfs/home/' . $subdir . '/public_html/index.';
if (is_readable('/vm/' . $subdir . '/.pgp.asc') && !is_file('/vm/' . $subdir . '/.pgp.hide'))
echo $protocol . $_SERVER['HTTP_HOST'] . "/p/$subdir.asc\n";
}
}
?>

281
spa-AR/privpol.html Normal file
View File

@ -0,0 +1,281 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Política de privacidad para ~vern">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, política de privacidad, política, legal, legalés">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Política de privacidad | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<!--#include file="tl-notice.html" -->
<h1>Privacy Policy</h1>
<p>Copyright © Vern.cc 2022, licensed under CC-BY-SA 4.0 or later.</p>
<p>This privacy policy describes how vern ("vern.cc", "we", "us",
"~vern") collects personal information and to what degree, it also
describes what rights you have regarding your privacy on vern
services.</p>
<p>~vern hosts a set of publicly accessible services available for
everyone to use, examples include the Invidious front-end, these will
be referred to as public services. These are in contrast to private or
member-only services which require registration, approval from
a vern administrator, or both, to use.</p>
<h1>What information do we collect on public services?</h1>
<p>Vern by default does not collect any personally-identifiable
information on publicly accessible services, IP addresses may or may
not appear on automatically-generated log files but these
automatically-generated log files are deleted every 48 hours.</p>
<p>Your browser or system may or may not send additional information
such as user-agents and these may or may not be present in
automatically-generated log files.</p>
<p>The following information is collected in log files, this is not a
complete or exhaustive list and additional information might be
collected:</p>
<ol>
<li>IP address</li>
<p>To connect to any website, an IP address is sent by your system to
establish a connection, sending your IP address is unavoidable though
you can use proxies or virtual private networks to mask your true IP
address.</p>
<li>User-agent</li>
<p>Your browser might send this string which contains, among other
things, your specific operating system, your specific browser and
specific details such as the kernel version or layout engine used.</p>
</ol>
<h1>What information do we collect on private or member-only services?
</h1>
<p>Vern only collects information that you directly provide. Most
services suggest you add information about yourself but this is not
required, and you can mostly leave these out.</p>
<p>When you register with vern, the following personal information is
recorded:</p>
<ol>
<li>Username</li>
<p>Your username is used to allow you to login to vern services.</p>
<li>Password</li>
<p>Your password is used to allow you to login to vern services.</p>
<li>Email</li>
<p>Your email is used to contact you about whether or not your account
has been approved and it is also used to register you for services
that do not use usernames. Your email is not shared with any
third-parties and we take security regarding user-data very seriously.
</p>
<li>SSH keys</li>
<p>In addition, your SSH public key is also stored to give you access
to specific vern services such as the pubnix service and your SSH
public key might contain extra information in and of itself.</p>
</ol>
<p>The following information may or may not be recorded when you
access privacy or member-only vern services, this is not an
exhaustive list and is not intended to be interpreted as such:</p>
<li>Your full name</li>
<p>Some services might ask you to provide a full name, this is not
shared with third-parties.</p>
<li>Email addresses</li>
<p>Some services might ask you to provide an email address, this email
address might be shown publicly with an option to hide it but it is
not shared with any third-parties.</p>
<li>Date of birth</li>
<p>Some services might ask you to provide your date of birth, this in
turn might be used to process whether or not you will be able to
access adult content or it might be shown publicly with an option to
hide it. Your date of birth is not shared with any third-parties.</p>
<li>Basic account info</li>
<p>Some services might ask for a display name, biography, avatar,
profile picture or profile header. These might be shown publicly with
an option to hide some portions, this information is not shared with
any third-parties<p>
<li>Messages, posts and chats. (Non-federated services)</li>
<p>Some services allow you to communicate with other users, your chats
are stored but not shared with any third-parties, these chats might
also be public, it depends on the service.</p>
<li>Messages, posts and chats. (Federated services)</li>
<p>Some services allow you to communicate with other users on
different servers not controlled by vern, these servers may or may not
record your chats and may or may not share them with third-parties.
Regarding this, vern cannot guarantee that your messages will be
deleted when requested simply because vern does not control the
servers which your message will reach. Additionally, some of your
messages might be "bridged" to other platforms in which case, it is
even harder to get them removed, rectified or erased.</p>
<li>IPs and other metadata</li>
<p>Your system, browser or application may or may not send information
in the form of IP addresses and other forms such as user-agents, this
information thus in turn might be recorded on automatically-generated
log files, but as mentioned above, these log files are deleted every
48 hours, in addition to being private and not shared to any
third-parties.</p>
<h1>What do we use your personal information for?</h1>
<h2>Core service functionality</h2>
<p>Some services require personal information or the core
functionality will not work, in some cases, you can substitute the
personal information for pseudonymous or false information but this is
very rarely the case. Most services on vern require some amount of
personal information to provide core functionality.</p>
<h2>To aid in moderation, or to detect malicious activity</h2>
<p>Your personal information might be collected and processed to
create automatically-generated log files which might then be used to
detect malicious activity, or to aid in moderation of other users, or
to detect bots that are improperly programmed.</p>
<p>Automatically-generated log files are deleted every 48 hours,
though in some cases, the administrators can choose to keep some log
files, such as in the case of an outage or attack on vern
infrastructure.</p>
<h2>To be used in aggregated and anonymized statistics</h2>
<p>Some services might provide a set of anonymized statistics to the
public in which case your information might be used but anonymized
later.</p>
<h1>How do we protect your personal information?</h1>
<p>Vern employs a variety of security measures to protect personal
information from being breached by crackers or malicious actors. These
measures include hashing or encryption, containerization and other
industry-standard measures.</p>
<h1>What is our data retention policy?</h1>
<p>Automatically-generated log files or server logs are deleted every
48 hours but in some cases might be kept for longer to investigate
malicious behavior as outlined above.</p>
<p>Information that you provide to vern might be stored indefinitely
or as long as vern survives, unless you personally delete it yourself
or request vern to delete it.</p>
<h1>Do we use cookies and other technologies?</h1>
<p>Yes. Some services on vern use cookies to store your preferences or
to see if you are logged in, these cookies do not store any
personally-identifiable information in most cases.</p>
<h1>Is information shared to other third-parties?</h1>
<p>Some vern services are federated, meaning that any messages, chats,
account data and the like are shared with any similar servers,
examples include the Matrix chatting service and Mastodon
social-networking service, these services can share your messages,
chats and other data to third-party servers which vern does not
control. However, in most cases, this information is not personal.</p>
<p>Other vern services do not share your information with
third-parties. It's important that we distinguish between personal
information and regular information. No vern service will ever share
your personal information with any third-parties.</p>
<p>We care about your privacy!</p>
<h1>What are my rights?</h1>
<h2>Your rights under the GDPR</h2>
<p>If your area has enacted the General Data Protection Regulation or
similar law or regulation then you have the following rights:</p>
<ul>
<li>The right of access</li>
<p>The right of access ensures you are allowed to know what personal
information vern has collected, stored or recorded about you.</p>
<li>The right to rectification</li>
<p>The right to rectification means that you are allowed to change any
personal information about you on vern services that you see as
invalid, false or misleading</p>
<li>The right to erasure</li>
<p>The right to erasure means that any personally-identifiable
information that vern has collected, stored or recorded about you
will be deleted in up to 96 hours after the initial request. Note that
you will have to provide us with some personal information that we can
go search for and delete.</p>
</ul>
<p>There are other rights but these cannot be exercised or used on
vern services for various reasons including that vern does not
discriminate based on personal information or use automated
processing.</p>
<p>To exercise your GDPR rights, send an email to legal@vern.cc</p>
<h2>Your rights under the CCPA</h2>
<p>You have the following rights as a Californian citizen under the
California Consumer privacy act:</p>
<ul>
<li>The Right to Know</li>
<p>The right to know ensures you are allowed to know what personal
information vern has collected, stored or recorded about you.</p>
<li>The Right to Delete</li>
<p>The right to delete means that any personally-identifiable
information that vern has collected, stored or recorded about you will
be deleted in up to 96 hours after the initial request. Note that you
will have to provide us with some personal information that we can go
search for and delete.</p>
</ul>
<p>There are other rights but these cannot be exercised or used on
vern services for various reasons including that vern does not
discriminate based on personal information or use automated
processing.</p>
<p>To exercise your CCPA rights, send an email to legal@vern.cc</p>
<h2>Your rights everywhere else</h2>
<p>Vern believes that every individual deserves these three universal
rights regarding data protection, we do not believe that certain areas
deserve more priority or that certain areas get to have privacy rights
and others do not.</p>
<p>Here are your rights regarding privacy on vern services:</p>
<ul>
<li>The Right to be forgotten</li>
<p>The right to be forgotten means that any personally-identifiable
information that vern has collected, stored or recorded about you will
be deleted in up to 96 hours after the initial request. Note that you
will have to provide us with some personal information that we can go
search for and delete.</p>
</ul>
<p>To exercise these rights, send an email to deletion@vern.cc</p>
<!--#include file="footer.cgi" -->
</body>
</html>

146
spa-AR/recovery-challenge.cgi Executable file
View File

@ -0,0 +1,146 @@
#!/usr/bin/env -S bash
saveIFS=$IFS
IFS='=&'
parm=($POST_STRING)
IFS=$saveIFS
for ((i=0; i<${#parm[@]}; i+=2))
do
declare arg_${parm[i]}=${parm[i+1]}
done
runtime_dir=/var/log/challenges
gpg_home="$runtime_dir"/.gnupg
urldecode() { : "${*//+/ }"; echo -e "${_//%/\\x}"; }
sig="$(urldecode "$arg_signature" | sed 's/\r//g')"
key="$(urldecode "$arg_newkey")"
if [[ $arg_username ]]; then
keyid="$(gpg --import-options show-only --import "/vm/$arg_username/.pgp.asc" 2>&1 | grep '^ ' | xargs)"
fi
generate_challenge() {
if [[ -z "$arg_username" ]]; then
nouser=1
page=default
return
fi
if ! gpg --import-options show-only --import "/vm/$arg_username/.pgp.asc" &> /dev/null; then
nokey=1
page=default
return
fi
openssl rand -hex 32 > "$runtime_dir/$arg_username"
page=submit
return
}
submit_challenge() {
if [[ -z "$arg_username" ]]; then
nouser=1
page=submit
return
fi
if [[ -z "$key" ]]; then
nossh=1
page=submit
return
fi
if ! ssh-keygen -l -f /dev/stdin <<< "$key" &> /dev/null; then
badssh=1
page=submit
return
fi
if ! gpg --import-options show-only --import "/vm/$arg_username/.pgp.asc" &> /dev/null; then
nokey=1
page=submit
return
fi
if [[ -z "$sig" ]]; then
nosig=1
page=submit
return
fi
echo "$sig" > "$runtime_dir/$arg_username.gpg"
gpg --homedir "$gpg_home" --import "/vm/$arg_username/.pgp.asc" &> /dev/null
if gpg --homedir "$gpg_home" \
--trust-model always \
--verify "$runtime_dir/$arg_username.gpg" \
"$runtime_dir/$arg_username" &> /dev/null; then
if [[ "$(gpg --homedir $gpg_home \
--trust-model always \
--verify "$runtime_dir/$arg_username.gpg" \
"$runtime_dir/$arg_username" 2>&1 |
sed -n 's/.*using.*key \(.*\)/\1/p')" == \
"$keyid" ]]; then
echo "$key" >> "/vm/$arg_username/.ssh/authorized_keys"
rm "$runtime_dir/$arg_username"{,.pgp}
page=success
return
else
badsig=1
page=submit
return
fi
else
badsig=1
page=submit
return
fi
exit
}
page=default
nouser=0
nokey=0
nossh=0
badssh=0
nosig=0
badsig=0
case "$arg_method" in
generate)
generate_challenge
;;
submit)
submit_challenge
;;
esac
sedcmd=" -e 's/USERNAME/$arg_username/' -e 's/CHALLENGE/$(<$runtime_dir/$arg_username)/' -e 's/KEYID/$keyid/' -e 's\\NAV\\$(php $(dirname $0)/nav.php | sed 's/\&/\\\&/g')\\' -e 's\\FOOTER\\$($(dirname $0)/footer.cgi | sed '1,2d' | sed 's/\&lt;/</g')\\'"
sedcmd="$sedcmd $(if [[ $nokey == 1 ]]; then
printf '%s' '-e "s/NOKEY/Este usuario no tiene un archivo <code>.pgp.asc</code>/"'
else
printf '%s' '-e "s/NOKEY//"'
fi)"
sedcmd="$sedcmd $(if [[ $nouser == 1 ]]; then
printf '%s' '-e "s/NOUSER/Usuario inexistente/"'
else
printf '%s' '-e "s/NOUSER//"'
fi)"
sedcmd="$sedcmd $(if [[ $nossh == 1 ]]; then
printf '%s' '-e "s/NOSSH/No se indicaron claves SSH/"'
else
printf '%s' '-e "s/NOSSH//"'
fi)"
sedcmd="$sedcmd $(if [[ $badssh == 1 ]]; then
printf '%s' '-e "s/BADSSH/Archivo de clave SSH inválido/"'
else
printf '%s' '-e "s/BADSSH//"'
fi)"
sedcmd="$sedcmd $(if [[ $nosig == 1 ]]; then
printf '%s' '-e "s/NOSIG/No se indicó una firma/"'
else
printf '%s' '-e "s/NOSIG//"'
fi)"
sedcmd="$sedcmd $(if [[ $badsig == 1 ]]; then
printf '%s' '-e "s/BADSIG/Firma inválida/"'
else
printf '%s' '-e "s/BADSIG//"'
fi)"
sedcmd="${sedcmd:+sed$sedcmd}"
echo "Status: 200"
echo
eval ${sedcmd:-cat} $(dirname $0)/recovery-scripts/pgp/"$page".html

View File

@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Recuperación de la cuenta de ~vern">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Recuperación de la cuenta basada en PGP | ~vern</title>
</head>
<body>
NAV
<div class=h><h1 id=pgp-recovery>Recuperación de la cuenta basada en PGP</h1> <a aria-hidden=true href=#pgp-recovery>#pgp-recovery</a></div>
<p>Llena este formulario y sigue los pasos indicados.</p>
<form method="post" action="/spa-AR/recovery-challenge.cgi">
<input hidden type=text name=method value="generate">
<p>Nombre de usuario:
<input type=text name=username>
<span class=red>NOUSERNOKEY</span></p>
<span><input type=submit value=Submit style="width:100px;height:40px;font-size:20px"></span>
</form>
<br>
FOOTER
</body>
</html>

View File

@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Recuperación de la cuenta de ~vern">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Recuperación de la cuenta basada en PGP | ~vern</title>
</head>
<body>
NAV
<div class=h><h1 id=pgp-recovery>Recuperación de la cuenta basada en PGP</h1> <a aria-hidden=true href=#pgp-recovery>#pgp-recovery</a></div>
<p>Generá tu firma yendo a una terminal y ejecutando:</p>
<pre style='white-space:pre-line;word-break:keep-all;'><code>echo 'CHALLENGE' | gpg -a --detach-sig --default-key KEYID</code></pre>
<form method="post" action="/spa-AR/recovery-challenge.cgi">
<input hidden type=text name=method value="submit">
<p>Nombre de usuario:
<input type=text name=username value=USERNAME>
<span class=red>NOUSERNOKEY</span></p>
<p>Nueva(s) clave(s) SSH: <span class=red>NOSSHBADSSH</span><br>
<textarea name=newkey rows=3 cols=50></textarea></p>
<p>Firma: <span class=red>NOSIGBADSIG</span><br>
<textarea name=signature rows=15 cols=60></textarea></p>
<span><input type=submit value=Submit style="width:100px;height:40px;font-size:20px"></span>
</form>
<br>
FOOTER
</body>
</html>

View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Recuperación de la cuenta de ~vern">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<meta http-equiv=refresh content='5;url=/spa-AR/' />
<title>Éxito | ~vern</title>
</head>
<body>
NAV
<div class=h><h1 id=pgp-recovery>Recuperación de la cuenta basada en PGP</h1> <a aria-hidden=true href=#pgp-recovery>#pgp-recovery</a></div>
<p>Tu nueva clave se añadió exitosamente.</p>
<p>Serás redirigido a <a href=/spa-AR/>la página principal</a> en 5 segundos.</p>
<br>
FOOTER
</body>
</html>

21
spa-AR/recovery.html Normal file
View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Recuperación de cuenta de ~vern">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, recuperar cuenta">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Recuperar tu cuenta | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<div class=h><h1 id=recovery>Recuperar tu cuenta</h1> <a aria-hidden=true href=#recovery>#recovery</a></div>
<p>Por el momento, hay una sola manera de recuperar tu cuenta de ~vern. Si no podés usar este método, contactá a un <a href=/admins>administrador</a>.</p>
<ul>
<li><a href=/spa-AR/recovery-challenge.cgi>Desafío PGP</a> - Usá una clave PGP en <code>~/.pgp.asc</code> (en el servidor) para recuperar tu cuenta.</li>
</ul>
<!--#include file="footer.cgi" -->
</body>
</html>

231
spa-AR/register.php Normal file
View File

@ -0,0 +1,231 @@
<!DOCTYPE html>
<!--
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<html lang="es">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Registro para ~vern">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Registro | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<p><b>Si no querés o no podés compartir tu correo electrónico para registrarte en ~vern, por favor contactá un <a href=/spa-AR/admins>administrador</a> así podemos crearte una cuenta sin uno</b></p>
<?php
function sanitize($str) {
$str = trim($str);
$str = stripslashes($str);
$str = htmlspecialchars($str);
$str = str_replace("\r", '', $str);
return $str;
}
$success = false;
$username = $email = $ssh = $reason =
$username_err = $email_err = $ssh_err = $reason_err = '';
$username_re = '/^[a-z_][a-z0-9_]{0,30}$/';
if ($_SERVER['REQUEST_METHOD'] == "POST") {
if (!empty($_POST['username'])) {
if (preg_match($username_re, $_POST['username']) === 1) {
if (!file_exists('/vm/' . $_POST['username'])) {
if (!file_exists("/var/spool/register/" . sanitize($_POST['username'])))
$username = sanitize($_POST['username']);
else $username_err = "Un pedido para el nombre de usuario " . $_POST['username'] . " ya existe. Probá después o elegí un nombre de usuario diferente.";
}
else $username_err = "El nombre de usuario ya está en uso";
} else {
$username_err = "Nombre de usuario inválido. El mismo debe ser un nombre de usuario de GNU/Linux válido ($username_re)";
}
} else {
$username_err = "Se requiere un nombre de usuario";
}
if (!empty($_POST['email'])) {
if (filter_var(sanitize($_POST['email']), FILTER_VALIDATE_EMAIL)) {
$email = sanitize($_POST['email']);
} else {
$email_err = "Correo inválido";
}
} else {
$email_err = "Se requiere un correo";
}
if (!empty($_POST['ssh'])) {
$ret = shell_exec('bash -c "ssh-keygen -lf - <<< ' . escapeshellarg($_POST['ssh']) . ' 2>&1"');
if (trim($ret) != "(stdin) is not a public key file.") {
$ssh = $_POST['ssh'];
} else {
$ssh_err = "Clave pública de SSH inválida";
}
unset($ret);
} else {
$ssh_err = "Se requiere una clave pública de SSH";
}
if (!empty($_POST['joinreason'])) {
$reason = $_POST['joinreason'];
} else {
$reason_err = "Se requiere una razón para unirse";
}
if (empty($username_err . $email_err . $ssh_err . $reason_err) && isset($_POST['tos']))
$success = true;
}
if (!$success) {
?>
<div class=h><h1 id=signup>Registro</h1> <a aria-hidden=true href=#signup>#signup</a></div>
<p>Vea la <a href="//wiki.vern.cc/eng/guides/register/">página de la wiki</a> para saber como registrarse.</p>
<span class="red">* Campo necesario</span>
<form method="post" action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]); ?>">
<p>Nombre de usuario:
<input type="text" name="username">
<span class="red">* <?php echo $username_err; ?></span></p>
<p>Correo (para que podamos contactarte) <span class="red">* <?php echo $email_err; ?></span>
<input type="text" name="email"></p>
<p>Claves públicas de SSH (una por línea) <span class="red">* <?php echo $ssh_err; ?></span><br>
<textarea name="ssh" rows="3" cols="50"></textarea></p>
<p>¿Por qué te gustaría unirte? <span class="red">* <?php echo $reason_err; ?></span><br>
<textarea name="joinreason" rows="8" cols="50"></textarea></p>
<p>¿A qué servicios te gustaría acceder? (Siempre puedes pedir una cuenta en uno)</p>
<input type="checkbox" id="pubnix" name="pubnix" value="Pubnix" disabled checked>
<label for="pubnix">Pubnix (incluye correo)</label><br>
<input type="checkbox" id="matrix" name="matrix" value="Matrix" checked>
<label for="matrix">Matrix</label><br>
<input type="checkbox" id="akkoma" name="akkoma" value="Akkoma" checked>
<label for="akkoma">Akkoma (fork de Pleroma)</label><br>
<input type="checkbox" id="soju" name="soju" value="Soju" checked>
<label for="soju">Soju</label><br>
<input type="checkbox" id="git" name="git" value="Forgejo" checked>
<label for="git">Forgejo</label><br>
<input type="checkbox" id="freshrss" name="freshrss" value="FreshRSS" checked>
<label for="freshrss">FreshRSS</label><br>
<input type="checkbox" id="miniflux" name="miniflux" value="Miniflux" checked>
<label for="miniflux">Miniflux</label><br>
<input type="checkbox" id="penpot" name="penpot" value="Penpot" checked>
<label for="penpot">Penpot</label><br>
<input type="checkbox" id="nextcloud" name="nextcloud" value="Nextcloud" checked>
<label for="nextcloud">Nextcloud</label><br>
<input type="checkbox" id="peertube" name="peertube" value="PeerTube" checked>
<label for="peertube">PeerTube</label><br>
<input type="checkbox" id="xmpp" name="xmpp" value="XMPP" checked>
<label for="xmpp">XMPP/Jabber</label><br>
<input type="checkbox" id="xmppo" name="xmppo" value="XMPP Onion">
<label for="xmppo">XMPP/Jabber Onion (No lo actives si no sabés que es)</label><br>
<input type="checkbox" id="xmppi" name="xmppi" value="XMPP I2P">
<label for="xmppi">XMPP/Jabber I2P (No lo actives si no sabés que es)</label><br>
<br>
<input type="checkbox" id="tos" name="tos" value="I agree to the ToS and Privacy Policy">
<label for="tos">Acepto los <a href=/spa-AR/tos>Términos y Condiciones</a> y la <a href=/spa-AR/privpol>Política de Privacidad</a></label><br>
<br>
<span><input type="submit" value="Submit" style="width:100px;height:40px;font-size:20px"></span>
</form><br>
<p>EL SERVICIO SE PROVEE “COMO ESTÁ” Y “CUANDO ESTÁ”, Y NO GARANTIZAMOS QUE EL SERVICIO ESTÉ DISPONIBLE EN TODO MOMENTO, NI LA CALIDAD DEL SERVICIO O DE CUALQUIER MATERIAL PROVISTO POR EL SERVICIO O EN EL SITIO WEB DE ~VERN. EN NINGUN MOMENTO LOS ADMINISTRADORES SERÁN RESPONSABLE POR CUALQUIER RECLAMO, DAÑOS U OTRAS RESPONSABILIDADES PROVENIENTES DE, O EN CONEXIÓN CON EL SERVICIO O EL USO DE OTRAS NEGOCIACIONES EN EL SERVICIO. USTED ES EL ÚNICO RESPONSABLE DE SU USO DEL SERVICIO.</p>
<?php
} else {
?>
<meta http-equiv="refresh" content="5;url=/spa-AR/" />
<div class=h><h1 id=thanks>Gracias por registrarse.</h1> <a aria-hidden=true href=#thanks>#thanks</a></div>
<p>Un administrador auditará su pedido, y un correo será enviado si su registro es exitoso.</p>
<p>Serás redirigido de vuelta a la <a href=/spa-AR/>página principal</a> en 5 segundos.</p>
<?php
if (isset($_POST['matrix'])) $use_matrix = true;
if (isset($_POST['akkoma'])) $use_akkoma = true;
if (isset($_POST['soju'])) $use_soju = true;
if (isset($_POST['git'])) $use_git = true;
if (isset($_POST['nextcloud'])) $use_nc = true;
if (isset($_POST['freshrss'])) $use_freshrss = true;
if (isset($_POST['miniflux'])) $use_miniflux = true;
if (isset($_POST['penpot'])) $use_penpot = true;
if (isset($_POST['peertube'])) $use_peertube = true;
if (isset($_POST['xmpp'])) $use_xmpp = true;
if (isset($_POST['xmppo'])) $use_xmppo = true;
if (isset($_POST['xmppi'])) $use_xmppi = true;
$to = "root@vern.cc";
$subject = "New registration request from $username <$email>";
$message = "Hello Administrators,\nSomeone has requested a membership. Please view the details below and decide if it is worth approving.\n\nSSH keys:\n$ssh\n\nRequested username: $username\nRequested services: Tilde";
if ($use_matrix) $message .= ", Matrix";
if ($use_akkoma) $message .= ", Akkoma";
if ($use_soju) $message .= ", Soju";
if ($use_git) $message .= ", Forgejo";
if ($use_nc) $message .= ", Nextcloud";
if ($use_freshrss) $message .= ", FreshRSS";
if ($use_miniflux) $message .= ", Miniflux";
if ($use_penpot) $message .= ", Penpot";
if ($use_peertube) $message .= ", PeerTube";
if ($use_xmpp) $message .= ", XMPP";
if ($use_xmppo) $message .= ", XMPP Onion";
if ($use_xmppi) $message .= ", XMPP I2P";
$message .= ".\nJoin reason:\n$reason\n\n\nTo accept this request, run this command as root:\n/root/bin/accept $username\nTo deny this request, run this command as root:\n/root/bin/deny $username\n";
$contents = "#!/usr/bin/env -S bash -e\n\n# This is the registration script for $username \n# This script was automatically generated by http://" . $_SERVER['HTTP_HOST'] . htmlspecialchars($_SERVER['PHP_SELF']). "\n\n";
$contents .= 'password="$(tr -dc A-Za-z0-9 </dev/urandom | head -c 64)"' . "\n";
$contents .= '~/bin/mktuser ' . escapeshellarg($username) . ' "$password"' . " <<< " . escapeshellarg($_POST['ssh']) . "\n";
$contents .= 'echo "$password" > /sshfs/home/' . $username . '/pass && chmod 600 /sshfs/home/' . $username . '/pass && ssh 192.168.122.30 chown ' . escapeshellarg($username . ':' . $username) . ' /sshfs/home/' . $username . '/pass' . "\n\n";
if ($use_matrix) $contents .= '~/bin/mkmuser ' . escapeshellarg($username) . ' "$password"' . "\n";
if ($use_akkoma) $contents .= '~/bin/mkauser ' . escapeshellarg($username) . ' "$password"' . "\n";
if ($use_soju) $contents .= '~/bin/mksuser ' . escapeshellarg($username) . ' "$password"' . "\n";
if ($use_git) $contents .= '~/bin/mkguser ' . escapeshellarg($username) . ' "$password"' . "\n";
if ($use_nc) $contents .= '~/bin/mknuser ' . escapeshellarg($username) . ' "$password"' . "\n";
if ($use_freshrss) $contents .= '~/bin/mkfruser ' . escapeshellarg($username) . ' "$password"' . "\n";
if ($use_miniflux) $contents .= '~/bin/mkmfuser ' . escapeshellarg($username) . ' "$password"' . "\n";
if ($use_penpot) $contents .= '~/bin/mkppuser ' . escapeshellarg($username) . ' "$password"' . "\n";
if ($use_peertube) $contents .= '~/bin/mkpuser ' . escapeshellarg($username) . ' "$password"' . ' ' . escapeshellarg($email) . "\n";
if ($use_xmpp) $contents .= '~/bin/mkxuser ' . escapeshellarg($username) . ' "$password"' . " vern.cc\n";
if ($use_xmppo) $contents .= '~/bin/mkxuser ' . escapeshellarg($username) . ' "$password"' . " vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion\n";
if ($use_xmppi) $contents .= '~/bin/mkxuser ' . escapeshellarg($username) . ' "$password"' . " verncceu2kgz54wi7r5jatgmx2mqtsh3knxhiy4m5shescuqtqfa.b32.i2p\n";
$contents .= "s-nail -r 'register@vern.cc' -s 'Su cuenta de ~vern fue creada' -M text/plain " . escapeshellarg($email) . " < <(printf 'Hola %s,\\nSu pedido de inscripción en ~vern ha sido aceptado.\\nAhora puede conectarse por SSH en vern.cc usando la(s) clave(s) pública(s) que ingresó en su registro en ~vern.\\nUna contraseña global para todos los servicios a los que te registraste se puede encontrar en ~/pass. Si te registraste en Mastodon, la contraseña para la cuenta se puede encontrar en ~/mastodon-pass\\n\\nMuchas gracias por ser parte de ~vern!' " . escapeshellarg($username) . ")\n";
$contents .= "echo " . escapeshellarg($username . '@vern.cc') . " >> /var/spool/list\n";
$contents .= "echo " . escapeshellarg($email) . " >> /var/spool/list\n";
$contents .= "mv $0 /var/log/register/\n";
$contents .= "exit\n\n\n";
$contents .= $reason . "\n";
$filename = "/var/spool/register/" . $username;
$handle = fopen($filename, "w+");
chmod($filename, 0600);
unset($filename);
fwrite($handle, $contents);
fclose($handle);
$from = "register@vern.cc";
$headers = "From: " . $from . "\n";
$headers .= "MIME-Version: 1.0\n";
$headers .= "Content-type: text/plain\n";
mail($to, $subject, $message, $headers);
}
?>
<!--#include file="footer.cgi" -->
</body>
</html>

23
spa-AR/roadmap.html Normal file
View File

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width">
<meta charset="UTF-8">
<meta name="description" content="Camino a seguir de ~vern">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, roadmap, camino a seguir, futuro, planes">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Camino a seguir | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<div class=h><h1 id=roadmap>Camino a seguir</h1> <a aria-hidden=true href=#roadmap>#roadmap</a></div>
<p>Esta página indica el camino a seguir de ~vern. Contiene lo que queremos hacer en/con ~vern en el futuro.</p>
<ul>
<li>Autosuficiencia - Por el momento, ~vern no es autosuficiente. Cobra tiene que pagar de su bolsillo la diferencia entre las donaciones y los costos. Alcanzar este punto ayudaría a hacer el resto de cosas de la lista.</li>
<li>Traducciones web - Tenemos 4 lenguajes en el sitio web actualmente, y nos gustaría ver que más gente se ofrezca voluntariamente para traducirlo.</li>
<li>gCDN - Nuestra gCDN está en un sólo servidor, por lo que tendríamos que conseguir más servidores alrededor del mundo para que sea realmente "geosteered".</li>
</ul>
<!--#include file="footer.cgi" -->
</body>
</html>

View File

@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Fundamento de las reglas que gobiernan ~vern">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, reglas, fundamentos, tos, términos, términos de servicio">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Fundamentos de las reglas | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<div class=h><h1 id=rules>Fundamentos de las reglas</h1> <a aria-hidden=true href=#rules>#rules</a></div>
<ol>
<li>Queremos proveer los servicios, así de simple.</li>
<li>Nuestros servidores están ubicados en Canadá y Estados Unidos.</li>
<li>Aunque nuestro servidor principal está en EEUU, y COPPA sólo requiere que los usuarios tengan más de 13 años (exceptuando permisos parentales), queremos tener usuarios en la UE. La GDPR requiere permiso parental antes de que podamos procesar los datos de personas de menos de 16 años, donde "procesar" incluye la recolección de datos, automática o no, por lo que, aunque no recolectemos información personal activamente, un usuario podría dárnosla sin que sepamos. Por ejemplo: Si un usuario escribe su nombre en una sala de Matrix sin encriptar, este quedará guardado en nuestras bases de datos. No banearemos a usuarios que tengan menos de 16 años si no están en la UE.</li>
<li>Esta regla es puramente ideológica, pero estamos comprometidos con ella. Todo software original (eg. en Forgejo) debe ser software libre, y otros medios originales deben cumplir con las cuatro libertades esenciales (dejar que un usuario use, vea, copie, distribuya, estudie y cambie el medio <b>para cualquier propósito</b>). Aceptamos restricciones que impidan que el usuario restrinja la libertad de otros (como con cambios de licencia a una propietaria). Si no estás seguro si aceptamos una licencia particular, contactá a un <a href=/spa-AR/admins>administrador</a>.</li>
<li>No toleraremos ninguna clase de odio, ya que queremos que ~vern sea fuente de oportunidades y libertades igualitarias para todos.</li>
</ol>
<div class=h><h2 id=guidelines>Fundamento para las recomendaciones</h2> <a aria-hidden=true href=#guidelines>#guidelines</a></div>
<ol>
<li>Queremos que nuestra comunidad sea lo más amigable y cordial posible, por favor, sea respetuoso con el resto.</li>
</ol>
<!--#include file="footer.cgi" -->
</body>
</html>

39
spa-AR/rules.html Normal file
View File

@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Reglas que gobiernan ~vern">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, rules, tos, términos, términos de servicio">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Reglas | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<div class=h><h1 id=rules>Reglas</h1> <a aria-hidden=true href=#rules>#rules</a></div>
<p>Nosotros, como vos, disfrutamos de la libertad, y queremos respetar el derecho a la libre expresión de nuestros miembros. Lamentablemente, debemos restringirlo cuando nos afecta a nosotros o a este servicio. También tenemos visiones ideológicas que son importantes para nosotros y nuestros usuarios. Por tanto:</p>
<ol>
<li>No intentes evitar que ~vern provea sus servicios como es usual. Esto incluye, pero no está limitado a: intentar <a href="//wl.vern.cc/wiki/Criptomoneda?lang=es#Minado">minar criptomonedas</a> en el servidor público, enviar spam en el correo o en nuestras salas de Matrix, o intentar distribuir malware.</li>
<li>Respeta las legislaciones americanas y canadienses. Algunos ejemplos de comportamiento inaceptable en concordancia con la ley incluyen: Acoso, intentos de estafas, distribución no autorizada de contenido con derechos de autor.</li>
<li>Debido a leyes de privacidad en línea como COPPA, tenés que ser mayor de 13 años para registrarte a ~vern. Si estás en la UE, tenés que tener al menos 16 años como manda la GDPR.</li>
<li>Todo software <b>original</b> y <b>no trivial</b> subido a <b>nuestros servidores</b> debe tener una licencia libre.</li>
<li>No se tolera la discriminación de cualquier tipo. Si esta regla es violada repetidas veces, el infractor será baneado.</li>
</ol>
<div class=h><h2 id=guidelines>Recomendaciones para la comunidad</h2> <a aria-hidden=true href=#guidelines>#guidelines</a></div>
<ol>
<li>Adicionalmente, si te convertís en miembro de esta comunidad, por favor respetá a los otros miembros y seguí la <a href="//wl.vern.cc/wiki/Regla_de_oro_(ética)?lang=es">Regla de Oro</a>: Tratá a los otros como te gustaría que te traten a vos.</li>
</ol>
<p>Los fundamentos detrás de estas reglas y recomendaciones se puede encontrar <a href=/spa-AR/rule-reasoning>en este link</a>.</p>
<p>EL SERVICIO SE PROVEE “COMO ESTÁ” Y “CUANDO ESTÁ”, Y NO GARANTIZAMOS QUE EL SERVICIO ESTÉ DISPONIBLE EN TODO MOMENTO, NI LA CALIDAD DEL SERVICIO O DE CUALQUIER MATERIAL PROVISTO POR EL SERVICIO O EN EL SITIO WEB DE ~VERN. EN NINGUN MOMENTO LOS ADMINISTRADORES SERÁN RESPONSABLE POR CUALQUIER RECLAMO, DAÑOS U OTRAS RESPONSABILIDADES PROVENIENTES DE, O EN CONEXIÓN CON EL SERVICIO O EL USO DE OTRAS NEGOCIACIONES EN EL SERVICIO. USTED ES EL ÚNICO RESPONSABLE DE SU USO DEL SERVICIO.</p>
<p>Una versión en legalés de estas reglas se puede encontrar en <a href=/spa-AR/tos.html>/tos</a></p>
<p>Si encontrás un usuario violando estas reglas, por favor reportalo en la sala de Matrix correspondiente (#abuse:vern.cc).</p>
<p>El equipo de ~vern puede cambiar estas reglas en cualquier momento. Es muy probable que lo anunciemos, pero revisá las reglas cuando las referencies.</p>
<p>Gracias por ser parte de ~vern!</p>
<!--#include file="footer.cgi" -->
</body>
</html>

141
spa-AR/services.html Normal file
View File

@ -0,0 +1,141 @@
<div class=h><b id=core>Principales:</b> <a aria-hidden=true href=#core>#core</a></div>
<ul>
<li><a href=//vern.cc>~vern</a> - El sitio principal de ~vern</li>
<li><a href=gemini://vern.cc>~vern Gemini</a> - La cápsula de Gemini de ~vern</li>
<li><a href=gopher://vern.cc>~vern gopher</a> - El gopherhole de ~vern</li>
<li><a href=//radio.vern.cc>~vern Radio</a> - Radio online de ~vern, sólo con música libre</li>
<li><a href=ssh://vern.cc>SSH (Requiere de registro)</a> - Cada usuario puede entrar a la tilde de ~vern usando sus claves SSH</li>
<li>User sites (Requiere de registro) - Cada usuario puede tener su propio sitio (HTTP, Gemini, Gopher) en username.vern.cc</li>
<li>User sockets (Requiere de registro) - Cada usuario tiene un socket UNIX y puede ejecutar su propio servidor HTTP en el mismo, accesible desde *-username.vern.cc</li>
</ul>
<div class=h><b id=storage>Almacenamiento:</b> <a aria-hidden=true href=#storage>#storage</a></div>
<ul>
<li><a href=//0.vern.cc>0x0</a> - El puntero nulo. Almacenamiento de archivos y acortador de URLs</li>
<li><a href=//vw.vern.cc>Vaultwarden (Registro separado)</a> (AD: <a href=//vaultwarden.vern.cc>A</a>) - Administrador de contraseñas online con muchas características</li>
<li><a href=//pad.vern.cc>CryptPad (Registro separado)</a> - Suite de oficina colaborativa que es E2EE</li>
<li><a href=//git.vern.cc>Forgejo (Requiere de registro)</a> (<a href=//ci.vern.cc>CI</a>) - Una opción liviana para almacenar su código escrita en Go</li>
<li><a href=//hd.vern.cc>HedgeDoc</a> (AD: <a href=//hedgedoc.vern.cc>A</a>) - Notas colaborativas en Markdown</li>
<li><a href=//mirror.vern.cc>Mirrors (HTTP)</a> (AD: <a href=//mirrors.vern.cc>A</a>) - Servidores HTTP de réplicas de distribuciones populares y libres</li>
<li><a href=rsync://vern.cc/>Mirrors (rsync)</a> - Servidores rsync de réplicas de distribuciones populares y libres</li>
<li><a href=//pt.vern.cc>PeerTube (Requiere de registro)</a> - Plataforma de video federada</li>
<li><a href=//pp.vern.cc>PenPot (Requiere de registro)</a> - Plataforma de diseño y prototipado</li>
<li><a href=//pb.vern.cc>PrivateBin</a> (AD: <a href=//privatebin.vern.cc>A</a>) - Un pastebin donde el servidor tiene cero conocimiento de los pastes</li>
<li><a href=//vern.cc:8446>Syncthing Discovery Server</a> - Sincronización de archivos peer-to-peer</li>
<li><a href=//nc.vern.cc>Nextcloud (Requiere de registro)</a> (AD: <a href=//nextcloud.vern.cc>A</a>) - Una plataforma de productividad que te deja tomar el control</li>
<li><a href=//ntfy.vern.cc>Ntfy</a> - Un servicio simple de notificaciones pub-sub basado en HTTP</li>
<li><a href=//jf.vern.cc>Jellyfin (Acceso restringido)</a> (AD: <a href=//jellyfin.vern.cc>A</a>) - Un sistema de medios libre que te da el control necesario para manejar y transmitir tus medios</li>
<li><a href=//hat.vern.cc>Hat.sh</a> - Encriptación client-side simple, rápida y segura</li>
</ul>
<div class=h><b id=network>Red:</b> <a aria-hidden=true href=#network>#network</a></div>
<ul>
<li><a href=dict://vern.cc>DICT Server</a> - Un servidor público de DICT, fuente de muchas definiciones de palabras</li>
<li><a href=udp://173.255.236.85:53>DNS</a> - Resolver para sistema de nombres de dominio</li>
<li><a href=tcp://dns.vern.cc:853>DNS/TLS</a> - Resolver para sistema de nombres de dominio sobre TLS</li>
<li><a href=https://dns.vern.cc:444>DNS/HTTPS</a> - Resolver para sistema de nombres de dominio sobre HTTPS</li>
<li><a href=//gp.vern.cc>gopherproxy</a> (AD: <a href=//gopherproxy.vern.cc>A</a>) - Proxy HTTP para Gopher y Gemini</li>
<li><a href=tcp://vern.cc:5201>Iperf3 (PubNixVM)</a> - La herramienta definitiva para pruebas de velocidad</li>
<li><a href=tcp://vern.cc:5202>Iperf3 (tilserv)</a> - La herramienta definitiva para pruebas de velocidad</li>
<li><a href=tcp://vern.cc:5203>Iperf3 (Mythos)</a> - La herramienta definitiva para pruebas de velocidad</li>
<li><a href=tcp://iceberg.vern.cc:5201>Iperf3 (Iceberg)</a> - La herramienta definitiva para pruebas de velocidad</li>
<li><a href=//ls.vern.cc>LibreSpeed</a> (AD: <a href=//librespeed.vern.cc>A</a>/<a href=//speedtest.vern.cc>B</a>) - Prueba de velocidad liviana implementada en Javascript</li>
<li><a href=//node.vern.cc:18081>Monero Node</a> - Un nodo para ayudar a la red XMR</li>
<li><a href=//sy.vern.cc>Spyda</a> (AD: <a href=//spyda.vern.cc>A</a>) - Un motor de búsqueda y crawler que prioriza la privacidad</li>
<li><a href=ssh://tm.vern.cc:2222>tmate</a> (<a href=/tmate.conf>tmate.conf</a>) - Compartición del terminal instantánea</li>
</ul>
<div class=h><b id=games>Juegos:</b> <a aria-hidden=true href=#games>#games</a></div>
<ul>
<li><a href=tcp://vern.cc:1234>Among sus</a> - Una recreación de las mecánicas de Among Us pero como un juego de texto multijugador de aventuras</li>
<li><a href=minetest:minetest.vern.cc:30000>Minetest (Creative)</a> - Juego sandbox y sistema de creación de juegos enfocado en gráficos de vóxeles</li>
<li><a href=minetest:minetest.vern.cc:30001>Minetest (Mineclone5 Survival)</a> - Juego sandbox y sistema de creación de juegos enfocado en gráficos de vóxeles</li>
<li><a href=udp://stk.vern.cc>SuperTuxKart</a> - Juego de carreras de karts libre, gratis y de código abierto</li>
<li><a href=udp://teeworlds.vern.cc:8303>Teeworlds</a> - Un shooter retro multijugador</li>
<li><a href=udp://teeworlds.vern.cc:8304>DDNet</a> - Modificación de Teeworlds con gameplay cooperativo único</li>
<li><a href=xonotic:xon.vern.cc:26000>Xonotic</a> - El libre y rápido shooter de arena</li>
</ul>
<div class=h><b id=social>Social:</b> <a aria-hidden=true href=#social>#social</a></div>
<ul>
<li><p>BBS (Registro separado):</p>
<ul>
<li><a href=https://bbs.vern.cc>HTTPS</a></li>
<li><a href=gopher://vern.cc:71>Gopher</a></li>
<li><a href=telnet://bbs.vern.cc>Telnet</a></li>
<li><a href=ssh://bbs.vern.cc:1222>SSH</a></li>
<li><a href=ftp://bbs.vern.cc>FTP</a></li>
<li><a href=rlogin://bbs.vern.cc>rlogin</a></li>
<li><a href=wss://bbs.vern.cc>WebSocket</a></li>
</ul></li>
<li><a href=//ak.vern.cc>Akkoma (Requiere de registro)</a> - Red social compatible con ActivityPub</li>
<li><a href=//bloat.vern.cc>BloatFE</a> - Un cliente web para el fediverso</li>
<li><a href=ssh://vern.cc:2221>Devzat (Registro separado)</a> - ¡Chatear con SSH!</li>
<li><a href=//jitsi.vern.cc>Jitsi (Requiere de registro)</a> - Software libre de videoconferencias para celulares y la web</li>
<li><a href="//mtrx.vern.cc">Matrix (Requiere de registro)</a> - Una red abierta para comunicación segura y descentralizada</li>
<li><a href="//wiki.vern.cc/eng/matrix/#xmpp-bridge">Bifrost</a> - Puente XMPP &lt;-&gt; Matrix</li>
<li><a href=//cn.vern.cc>Cinny</a> (AD: <a href=//cinny.vern.cc>A</a>) - Otro cliente de Matrix</li>
<li><a href=//riot.vern.cc>Element</a> - Colaboración y mensajeo seguro</li>
<li><a href=//h2.vern.cc>Hydrogen</a> (AD: <a href=//hydrogen.vern.cc>A</a>) - Cliente de Matrix liviano con soporte para celulares y navegadores antiguos</li>
<li><a href=//ft.vern.cc>Matrix Federation Tester</a> - Tester de federación de Matrix escrito en golang</li>
<li><a href=//id.vern.cc>Matrix Sydent</a> - Servidor de referencia de identidad de Matrix</li>
<li><a href=//mvw.vern.cc>Matrix-Static</a> - Una vista previa estática generada por golang de salas públicas de Matrix</li>
<li><a href=//mto.vern.cc>Matrix.to</a> - Un servicio de redirección de URL simple y stateless para Matrix que protege la privacidad</li>
<li><a href=mumble:mumble.vern.cc:64738>Mumble</a> (<a href=//mumble.vern.cc>Cliente web</a>) - Aplicación de chat de voz de baja latencia y alta calidad</li>
<li><a href=xmpp:vern.cc>XMPP/Jabber (Requiere de registro)</a> - El estándar de mensajería universal</li>
<li><a href=//cjs.vern.cc>ConverseJS</a> (AD: <a href=//xmpp.vern.cc>A</a>/<a href=//conversejs.vern.cc>B</a>) - Un cliente de XMPP en tu navegador</li>
<li><a href=//rss.vern.cc>FreshRSS (Requiere de registro)</a> - Un agregador de fuentes de noticias libre y auto-hostable</li>
<li><a href=//mf.vern.cc>Miniflux (Requiere de registro)</a> - Un lector de noticias minimalista y de opiniones fuertes</li>
<li><a href=ircs://vern.cc:6698>Soju (Requiere de registro)</a> - Un amigable bouncer de IRC</li>
<li><a href=ircs://vern.cc:6697>ZNC (Por pedido)</a> (<a href=https://znc.vern.cc>WebUI</a>) - Un bouncer de IRC de la red (BNC)</li>
</ul>
<div class=h><b id=frontends>Frontends:</b> <a aria-hidden=true href=#frontends>#frontends</a></div>
<ul>
<li><a href=//ao.vern.cc>AnonymousOverflow</a> (AD: <a href=//anonymousoverflow.vern.cc>A</a>/<a href=//stackoverflow.vern.cc>B</a>) - Un frontend alternativo para StackOverflow</li>
<li><a href=//bb.vern.cc>Beatbump</a> (AD: <a href=//beatbump.vern.cc>A</a>) - Un frontend alternativo para YouTube Music</li>
<li><a href=//bl.vern.cc>BiblioReads</a> (AD: <a href=//biblioreads.vern.cc>A</a>/<a href=//goodreads.vern.cc>B</a>) - Un frontend alternativo para Goodreads</li>
<li><a href=//bn.vern.cc>Binternet</a> (AD: <a href=//binternet.vern.cc>A</a>/<a href=//pintrest.vern.cc>B</a>) - Un frontend alternativo para Pintrest</li>
<li><a href=//bw.vern.cc>BreezeWiki</a> (AD: <a href=//breezewiki.vern.cc>A</a>/<a href=//fandom.vern.cc>B</a>) - Un frontend alternativo para Fandom</li>
<li><a href=//ds.vern.cc>Destructables</a> (AD: <a href=//destructables.vern.cc>A</a>/<a href=//instructables.vern.cc>B</a>) - Un frontend alternativo para Instructables</li>
<li><a href=//db.vern.cc>Dumb</a> (AD: <a href=//dumb.vern.cc>A</a>/<a href=//genius.vern.cc>B</a>) - Un frontend alternativo para Genius</li>
<li><a href=//hn.vern.cc>hckrnws</a> (AD: <a href=//hckrnws.vern.cc>A</a>/<a href=//hackernews.vern.cc>B</a>) - Un frontend alternativo para Hacker News</li>
<li><a href=//hp.vern.cc>Hyperpipe</a> (AD: <a href=//hyperpipe.vern.cc>A</a>) - Otro frontend alternativo para YouTube Music</li>
<li><a href=//inv.vern.cc>Invidious</a> (AD: <a href=//invidious.vern.cc>A</a>/<a href=//yt.vern.cc>B</a>) - Un frontend alternativo para YouTube</li>
<li><a href=//lab.vern.cc>Laboratory</a> (AD: <a href=//laboratory.vern.cc>A</a>/<a href=//gitlab.vern.cc>B</a>) - Un frontend alternativo para GitLab and GitLabCE</li>
<li><a href=//md.vern.cc>LibMedium</a> (AD: <a href=//libmedium.vern.cc>A</a>) - Otro frontend alternativo para Medium</li>
<li><a href=//lbry.vern.cc>Librarian</a> (AD: <a href=//librarian.vern.cc>A</a>) - Un frontend alternativo para LBRY/Odysee</li>
<li><a href=//lr.vern.cc>redlib</a> (AD: <a href=//libreddit.vern.cc>A</a>/<a href=//reddit.vern.cc>B</a>) - Un frontend alternativo para Reddit</li>
<li><a href=//ld.vern.cc>LibremDB</a> (AD: <a href=//libremdb.vern.cc>A</a>/<a href=//imdb.vern.cc>B</a>) - Un frontend alternativo para IMDb</li>
<li><a href=//lx.vern.cc>LibreY</a> (AD: <a href=//librex.vern.cc>A</a>) - Un meta-buscador para Google y sitios de torrent populares</li>
<li><a href=//mm.vern.cc>MeMe</a> (AD: <a href=//meme.vern.cc>A</a>/<a href=//knowyourmeme.vern.cc>B</a>) - Un frontend alternativo para Know Your Meme</li>
<li><a href=//nu.vern.cc>Neuters</a> (AD: <a href=//neuters.vern.cc>A</a>/<a href=//reuters.vern.cc>B</a>) - Un frontend alternativo para Reuters</li>
<li><a href=//nt.vern.cc>Nitter</a> (AD: <a href=//nitter.vern.cc>A</a>/<a href=//tw.vern.cc>B</a>) - Un frontend alternativo para Twitter</li>
<li><a href=//pd.vern.cc>Piped</a> (AD: <a href=//piped.vern.cc>A</a>) - Un frontend alternativo y que respeta la privacidad para YouTube que es eficiente por su diseño</li>
<li><a href=//ig.vern.cc>Proxigram</a> (AD: <a href=//proxigram.vern.cc>A</a>/<a href=//instagram.vern.cc>B</a>) - Un frontend alternativo para Instagram</li>
<li><a href=//tt.vern.cc>ProxiTok</a> (AD: <a href=//proxitok.vern.cc>A</a>/<a href=//tiktok.vern.cc>B</a>) - Un frontend alternativo para TikTok</li>
<li><a href=//qr.vern.cc>Quetre</a> (AD: <a href=//quetre.vern.cc>A</a>/<a href=//quora.vern.cc>B</a>) - Un frontend alternativo para Quora</li>
<li><a href=//rg.vern.cc>Rimgo</a> (AD: <a href=//rimgo.vern.cc>A</a>/<a href=//imgur.vern.cc>B</a>) - Un frontend alternativo para Imgur</li>
<li><a href=//rb.vern.cc>RSS-Bridge</a> (AD: <a href=//rssbridge.vern.cc>A</a>) - El feed RSS para las páginas que no lo tienen</li>
<li><a href=//rd.vern.cc>Rural Dictionary</a> (AD: <a href=//rural.vern.cc>A</a>/<a href=//urban.vern.cc>B</a>) - Un frontend alternativo para Urban Dictionary</li>
<li><a href=//ttv.vern.cc>SafeTwitch</a> (AD: <a href=//safetwitch.vern.cc>A</a>/<a href=//twitch.vern.cc>B</a>) - Un frontend alternativo para Twitch</li>
<li><a href=//sc.vern.cc>Scribe</a> (AD: <a href=//scribe.vern.cc>A</a>/<a href=//medium.vern.cc>B</a>) - Un frontend alternativo para Medium</li>
<li><a href=//sx.vern.cc>SearXNG</a> (AD: <a href=//searx.vern.cc>A</a>/<a href=//searxng.vern.cc>B</a>) - Un meta-buscador que agrega resultados de más de 70 servicios de búsqueda</li>
<li><a href=//az.vern.cc>SimpleAmazon</a> (AD: <a href=//simpleamazon.vern.cc>A</a>) - Una interfaz web simple para Amazon</li>
<li><a href=//st.vern.cc>SimpleerTube</a> (AD: <a href=//simpleertube.vern.cc>A</a>) - Una interfaz web simple para PeerTube</li>
<li><a href=//tl.vern.cc>SimplyTranslate</a> (AD: <a href=//simplytranslate.vern.cc>A</a>/<a href=//translate.vern.cc>B</a>) - Traducciones minimalistas y privadas con muchos motores</li>
<li><a href=//sp.vern.cc>Soprano</a> (AD: <a href=//soprano.vern.cc>A</a>/<a href=//tenor.vern.cc>B</a>) - Un frontend alternativo para Tenor</li>
<li><a href=//sd.vern.cc>Suds</a> (AD: <a href=//suds.vern.cc>A</a>/<a href=//snopes.vern.cc>B</a>) - Un frontend alternativo para Snopes.com</li>
<li><a href=//td.vern.cc>Teddit</a> (AD: <a href=//teddit.vern.cc>A</a>) - Otro frontend alternativo para Reddit</li>
<li><a href=//tn.vern.cc>Tent</a> (AD: <a href=//tent.vern.cc>A</a>/<a href=//bandcamp.vern.cc>B</a>) - Un frontend alternativo para Bandcamp</li>
<li><a href=//uf.vern.cc>UNfunny</a> (AD: <a href=//unfunny.vern.cc>A</a>/<a href=//ifunny.vern.cc>B</a>) - Un frontend alternativo para iFunny</li>
<li><a href=//wg.vern.cc>Whoogle</a> (AD: <a href=//whoogle.vern.cc>A</a>) - Un frontend alternativo para Google Search</li>
<li><a href=//wl.vern.cc>Wikiless</a> (AD: <a href=//wikiless.vern.cc>A</a>/<a href=//wikipedia.vern.cc>B</a>) - Un frontend alternativo para Wikipedia</li>
</ul>
<div class=h><b id=email>Correo electrónico:</b> <a aria-hidden=true href=#email>#email</a></div>
<ul>
<li><a href=//mail.vern.cc>Modoboa (Requiere de registro)</a> - Correo electrónico Modoboa</li>
<li><a href=//wm.vern.cc>Roundcube</a> (AD: <a href=//rc.vern.cc>A</a>/<a href=//roundcube.vern.cc>B</a>) - Cliente multilenguaje de IMAP para navegadores</li>
<li><a href=//sl.vern.cc>SimpleLogin (Por pedido)</a> - Servicio de correo electrónico libre y anónimo</li>
</ul>
<div class=h><b id=misc>Otros:</b> <a aria-hidden=true href=#misc>#misc</a></div>
<ul>
<li><a href=//lt.vern.cc>LibreTranslate</a> - API libre para traducciones automáticas</li>
<li><a href=//pgp.vern.cc>PGP Suite</a> - Herramienta PGP client-side simple y fácil de usar</li>
<li><a href=//vnu.vern.cc>v.Nu</a> (AD: <a href=//validator.vern.cc>A</a>) - Te ayuda a encontrar errores en tu HTML, CSS, y SVG</li>
</ul>

1
spa-AR/ssi_anno.shtml Symbolic link
View File

@ -0,0 +1 @@
/var/log/ssi_anno.shtml

46
spa-AR/stats.php Normal file
View File

@ -0,0 +1,46 @@
<!DOCTYPE html>
<!--
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Estadísticas de ~vern">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Estadísticas | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<div class=h><h1 id=stats>Estadísticas</h1> <a aria-hidden=true href=#stats>#stats</a></div>
<p>Debajo hay varios gráficos con estadísticas de algunos de nuestros servidores.</p>
<div class=h><h2 id=users>Registro de usuarios</h2> <a aria-hidden=true href=#users>#users</a></div>
<?php echo file_get_contents("./gnuplot/users/" . date("Y-m-d") . ".svg"); ?>
<div class=h><h2 id=tilserv>Tildeserver</h2> <a aria-hidden=true href=#tilserv>#tilserv</a></div>
<?php echo file_get_contents("./gnuplot/net/" . date("Y-m-d") . ".svg"); ?>
<?php echo file_get_contents("./gnuplot/power/" . date("Y-m-d") . ".svg"); ?>
<div class=h><h2 id=mythos>Mythos</h2> <a aria-hidden=true href=#mythos>#mythos</a></div>
<?php echo file_get_contents("./gnuplot/mythos/" . date("Y-m-d") . ".svg"); ?>
<div class=h><h2 id=iceberg>Iceberg</h2> <a aria-hidden=true href=#iceberg>#iceberg</a></div>
<?php echo file_get_contents("./gnuplot/iceberg/" . date("Y-m-d") . ".svg"); ?>
<div class=h><h2 id=typhoon>Typhoon</h2> <a aria-hidden=true href=#typhoon>#typhoon</a></div>
<?php echo file_get_contents("./gnuplot/typhoon/" . date("Y-m-d") . ".svg"); ?>
<div class=h><h2 id=crescent>Crescent</h2> <a aria-hidden=true href=#crescent>#crescent</a></div>
<?php echo file_get_contents("./gnuplot/crescent/net/" . date("Y-m-d") . ".svg"); ?>
<?php echo file_get_contents("./gnuplot/crescent/power/" . date("Y-m-d") . ".svg"); ?>
<!--#include file="footer.cgi" -->
</body>
</html>

91
spa-AR/sysinfo.html Normal file
View File

@ -0,0 +1,91 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Información de los servidores de ~vern">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, distros, distribuciones, información de los sistemas, info, sysinfo, sistemas, información">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Sistemas | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<div class=h><h1 id=sysinfo>Información de los sistemas de ~vern</h1> <a aria-hidden=true href=#sysinfo>#sysinfo</a></div>
<div class=h><h3 id=mythos>Mythos [VPS]</h3> <a aria-hidden=true href=#mythos>#mythos</a></div>
<ul>
<li>Ubicación: Hetzner, Ashburn, Virginia, Estados Unidos</li>
<li>OS: Debian GNU/Linux 12 Bookworm</li>
<li>Especificaciones: CPX11 con 2 GB de RAM; 2 vCPUs</li>
<li>Almacenamiento: 40 GB</li>
<li>Servicios: Minetest; Primary DNS for vern.cc</li>
<li>Información adicional: Pagado por ~cobra; Hace de proxy para todos los servicios con WireGuard</li></li>
</ul>
<div class=h><h3 id=tilserv>tilserv/tildeserver/~serv</h3> <a aria-hidden=true href=#tilserv>#tilserv</a></div>
<ul>
<li>Ubicación: Servidor local en Nueva York, Estados Unidos</li>
<li>OS: Debian GNU/Linux 12 Bookworm</li>
<li>Especificaciones: Dell G7 7588 con 64 GB de RAM DDR4; Intel Core i7-8750H de 6 núcleos y 17 hilos</li>
<li>Almacenamiento: SSD SATA de 128 GB (OS); SSD NVMe de 2 TB (principal); HDD SATA de 1 TB; HDD USB de 18 TB</li>
<li>Servicios: Básicamente todo menos lo mencionado en los otros servidores :P
<li>Información adicional: Hosteado por ~cobra; sistema principal</li>
</ul>
<div class=h><h3 id=pubnix>PubnixVM</h3> <a aria-hidden=true href=#pubnix>#pubnix</a></div>
<ul>
<li>Ubicación: VM dentro de tilserv</li>
<li>OS: NixOS con linux-libre</li>
<li>Especificaciones: libvirtd; 4 vCPUs; 8 GB RAM</li>
<li>Almacenamiento: qcow2 de 512 GB</li>
<li>Servicios: Pubnix; Sitios de usuarios</li></li>
</ul>
<div class=h><h3 id=crescent>Crescent</h3> <a aria-hidden=true href=#crescent>#crescent</a></div>
<ul>
<li>Ubicación: Servidor local en Nueva York, Estados Unidos</li>
<li>OS: Debian GNU/Linux 12 Bookworm</li>
<li>Especificaciones: Slimbook PRO X 15 AMD; con 32 GB de RAM DDR4; AMD Ryzen 7 4800H de 8 núcleos y 16 hilos</li>
<li>Almacenamiento: SSD NVMe de 500 GB</li>
<li>Servicios: Dumb</li>
<li>Información adicional: Hosteado por ~cobra</li></li>
</ul>
<div class=h><h3 id=sarcophagus>Sarcophagus [PFCT]</h3> <a aria-hidden=true href=#sarcophagus>#sarcophagus</a></div>
<ul>
<li>Ubicación: Contenedor LXC dentro de tilserv</li>
<li>OS: Debian LXC</li>
<li>Especificaciones: LXC; Puede usar todos los recursos de tildeserv (escalable)</li>
<li>Servicios: Todos los frontends que no están en <a href=#isotope>Isotope</a> o en <a href=#typhoon>Typhoon</a></li></li>
</ul>
<div class=h><h3 id=iceberg>Iceberg</h3> <a aria-hidden=true href=#iceberg>#iceberg</a></div>
<ul>
<li>Ubicación: Newark, Nueva Jersey, Estados Unidos</li>
<li>OS: Debian GNU/Linux 12 Bookworm</li>
<li>Especificaciones: Linode "Nanode" con 1 GB RAM; 1 vCPU</li>
<li>Almacenamiento: SSD de 25 GB</li>
<li>Servicios: Relay de Tor; resolver DNS; Simplelogin; LibreSpeed; Estado (Uptime Kuma), Sydent</li>
<li>Información adicional: Pagado por ~cobra</li></li>
</ul>
<div class=h><h3 id=isotope>Isotope [RLVM]</h3> <a aria-hidden=true href=#isotope>#isotope</a></div>
<ul>
<li>Ubicación: VM dentro de tilserv</li>
<li>OS: Debian GNU/Linux 12 Bookworm</li>
<li>Especificaciones: libvirtd; 4 vCPUs; 4 GB de RAM</li>
<li>Almacenamiento: qcow2 de 40 GB</li>
<li>Servicios: SearxNG</li>
<li>Información adicional: Hostea SearxNG porque es muy difícil hacerlo en el servidor principal. Es posible que migre a un contenedor de LXC pronto</li></li>
</ul>
<div class=h><h3 id=typhoon>Typhoon</h3> <a aria-hidden=true href=#typhoon>#typhoon</a></div>
<ul>
<li>Ubicación: OVHCloud, Beauharnois, Quebec, Canadá</li>
<li>OS: Debian GNU/Linux 12 Bookworm</li>
<li>Especificaciones: 4 vCPUs; 8 GB de RAM</li>
<li>Almacenamiento: SSD NVMe de 160 GB</li>
<li>Servicios: Servidor de dominios para vern.cc; Invidious; SuperTuxKart; Teeworlds</li>
<li>Información adicional: Pagado por ~cobra</li>
</ul>
<!--#include file="footer.cgi" -->
</body>
</html>

4
spa-AR/tl-notice.html Normal file
View File

@ -0,0 +1,4 @@
<h1>Aviso de traducción</h1>
<p>El siguiente documento está escrito en inglés debido a la jurisdicción geográfica de ~vern. Teniendo en cuenta que todos nuestros servidores están en Estados Unidos o en Canadá, el siguiente texto no pudo traducirse. Por el momento, nuestros traductores no pueden encontrar una manera viable de traducir el documento sin cambiar su significado legal. Si tenés sugerencias, contactá a un <a href="/spa-AR/admins">administrador</a>.</p>
<p>Dicho esto, acá está el documento original, en inglés:</p>
<br>

130
spa-AR/tor-services.html Normal file
View File

@ -0,0 +1,130 @@
<div class=h><b id=core>Principales:</b> <a aria-hidden=true href=#core>#core</a></div>
<ul>
<li><a href=http://vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>~vern</a> - El sitio principal de ~vern</li>
<li><a href=gemini://vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>~vern Gemini</a> - La cápsula de Gemini de ~vern</li>
<li><a href=gopher://vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>~vern gopher</a> - El gopherhole de ~vern</li>
<li><a href=http://radio.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>~vern Radio</a> - Radio online de ~vern, sólo con música libre</li>
<li><a href=ssh://vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>SSH (Requiere de registro)</a> - Cada usuario puede entrar a la tilde de ~vern usando sus claves SSH</li>
<li>User sites (Requiere de registro) - Cada usuario puede tener su propio sitio (HTTP, Gemini, Gopher) en username.vernccvbvyi5...onion</li>
<li>User sockets (Requiere de registro) - Cada usuario tiene un socket UNIX y puede ejecutar su propio servidor HTTP en el mismo, accesible desde *-username.vernccvbvyi5...onion</li>
</ul>
<div class=h><b id=storage>Almacenamiento:</b> <a aria-hidden=true href=#storage>#storage</a></div>
<ul>
<li><a href=http://0.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>0x0</a> - El puntero nulo. Almacenamiento de archivos y acortador de URLs</li>
<li><a href=//vw.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Vaultwarden (Registro separado)</a> - Administrador de contraseñas online con muchas características</li>
<li><a href=http://git.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Forgejo (Requiere de registro)</a> (<a href=http://ci.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>CI</a>) - Una opción liviana para almacenar su código escrita en Go</li>
<li><a href=http://hd.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>HedgeDoc</a> - Notas colaborativas en Markdown</li>
<li><a href=http://mirror.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Mirrors (HTTP)</a> - Servidores HTTP de réplicas de distribuciones populares y libres</lI>
<li><a href=rsync://vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion/>Mirrors (rsync)</a> - Servidores rsync de réplicas de distribuciones populares y libres</lI>
<li><a href=http://pt.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>PeerTube (Requiere de registro)</a> - Plataforma de video federada</li>
<li><a href=http://pp.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>PenPot (Requiere de registro)</a> - Plataforma de diseño y prototipado</li>
<li><a href=http://pb.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>PrivateBin</a> - Un pastebin donde el servidor tiene cero conocimiento de los pastes</li>
<li><a href=http://vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion:8446>Syncthing Discovery Server</a> - Sincronización de archivos peer-to-peer</li>
<li><a href=http://nc.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Nextcloud (Requiere de registro)</a> - Una plataforma de productividad que te deja tomar el control</li>
<li><a href=http://ntfy.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Ntfy</a> - Un servicio simple de notificaciones pub-sub basado en HTTP</li>
<li><a href=http://jf.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Jellyfin (Acceso restringido)</a> - Un sistema de medios libre que te da el control necesario para manejar y transmitir tus medios</li>
<li><a href=http://hat.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Hat.sh</a> - Encriptación client-side simple, rápida y segura</li>
</ul>
<div class=h><b id=network>Red:</b> <a aria-hidden=true href=#network>#network</a></div>
<ul>
<li><a href=dict://vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>DICT Server</a> - Un servidor público de DICT, fuente de muchas definiciones de palabras</li>
<li><a href=http://gp.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>gopherproxy</a> - Proxy HTTP para Gopher y Gemini</li>
<li><a href=tcp://vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion:5201>Iperf3 (PubNixVM)</a> - La herramienta definitiva para pruebas de velocidad</li>
<li><a href=tcp://vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion:5202>Iperf3 (tilserv)</a> - La herramienta definitiva para pruebas de velocidad</li>
<li><a href=tcp://vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion:5203>Iperf3 (Mythos)</a> - La herramienta definitiva para pruebas de velocidad</li>
<li><a href=tcp://vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion:5205>Iperf3 (Iceberg)</a> - La herramienta definitiva para pruebas de velocidad</li>
<li><a href=http://ls.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>LibreSpeed</a> - Prueba de velocidad liviana implementada en Javascript</li>
<li><a href=http://vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion:18081>Monero Node</a> - Un nodo para ayudar a la red XMR</li>
<li><a href=http://sy.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Spyda</a> - Un motor de búsqueda y crawler que prioriza la privacidad</li>
<li><a href=ssh://tm.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion:2222>tmate</a> (<a href=/tmate.conf>tmate.conf</a>) - Compartición del terminal instantánea</li>
<li>Tor Bridge (Por pedido) - Un puente de Tor para evitar la censura</li>
<li><a href=tcp://173.255.236.85:9001>Tor Relay</a> - Un relay de Tor para ayudar a la red de Tor</li>
</ul>
<div class=h><b id=games>Juegos:</b> <a aria-hidden=true href=#games>#games</a></div>
<ul>
<li><a href=tcp://vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion:1234>Among sus</a> - Una recreación de las mecánicas de Among Us pero como un juego de texto multijugador de aventuras</li>
</ul>
<div class=h><b id=social>Social:</b> <a aria-hidden=true href=#social>#social</a></div>
<ul>
<li><p>BBS (Registro separado):</p>
<ul>
<li><a href=http://vern5pgpfjdplnz7yhqazesx62hrx6r6i4xvv4kjshwefwikkjjuvwad.onion>HTTP</a></li>
<li><a href=gopher://vern5pgpfjdplnz7yhqazesx62hrx6r6i4xvv4kjshwefwikkjjuvwad.onion>Gopher</a></li>
<li><a href=telnet://vern5pgpfjdplnz7yhqazesx62hrx6r6i4xvv4kjshwefwikkjjuvwad.onion>Telnet</a></li>
<li><a href=ssh://vern5pgpfjdplnz7yhqazesx62hrx6r6i4xvv4kjshwefwikkjjuvwad.onion:1222>SSH</a></li>
<li><a href=ftp://vern5pgpfjdplnz7yhqazesx62hrx6r6i4xvv4kjshwefwikkjjuvwad.onion>FTP</a></li>
<li><a href=rlogin://vern5pgpfjdplnz7yhqazesx62hrx6r6i4xvv4kjshwefwikkjjuvwad.onion>rlogin</a></li>
<li><a href=ws://vern5pgpfjdplnz7yhqazesx62hrx6r6i4xvv4kjshwefwikkjjuvwad.onion>WebSocket</a></li>
</ul></li>
<li><a href=http://ak.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Akkoma (Requiere de registro)</a> - Red social compatible con ActivityPub</li>
<li><a href=ssh://vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion:2221>Devzat (Registro separado)</a> - ¡Chatear con SSH!</li>
<li><a href=http://mtrx.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Matrix (Requiere de registro)</a> - Una red abierta para comunicación segura y descentralizada</li>
<li><a href=http://cn.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Cinny</a> - Otro cliente de Matrix</li>
<li><a href=http://riot.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Element</a> - Colaboración y mensajeo seguro</li>
<li><a href=http://h2.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Hydrogen</a> - Cliente de Matrix liviano con soporte para celulares y navegadores antiguos</li>
<li><a href=http://ft.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Matrix Federation Tester</a> - Tester de federación de Matrix escrito en golang</li>
<li><a href=http://id.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Matrix Sydent</a> - Servidor de referencia de identidad de Matrix</li>
<li><a href=http://mvw.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Matrix-Static</a> - Una vista previa estática generada por golang de salas públicas de Matrix</li>
<li><a href=http://mto.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Matrix.to</a> - Un servicio de redirección de URL simple y stateless para Matrix que protege la privacidad</li>
<li><a href=mumble:vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion:64738>Mumble</a> (<a href=http://mumble.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Web Client</a>) - Aplicación de chat de voz de baja latencia y alta calidad</li>
<li><a href=xmpp:vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>XMPP/Jabber (Requiere de registro)</a> - El estándar de mensajería universal</li>
<li><a href=http://cjs.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>ConverseJS</a> - Un cliente de XMPP en tu navegador</li>
<li><a href=http://rss.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>FreshRSS (Requiere de registro)</a> - Un agregador de fuentes de noticias libre y auto-hostable</li>
<li><a href=http://mf.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Miniflux (Requiere de registro)</a> - Un lector de noticias minimalista y de opiniones fuertes</li>
<li><a href=irc://vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion:6668>Soju (Requiere de registro)</a> - Un amigable bouncer de IRC</li>
<li><a href=irc://vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion:6667>ZNC (Por pedido)</a> (<a href=http://znc.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>WebUI</a>) - Un bouncer de IRC de la red (BNC)</li>
</ul>
<div class=h><b id=frontends>Frontends:</b> <a aria-hidden=true href=#frontends>#frontends</a></div>
<ul>
<li><a href=http://ao.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>AnonymousOverflow</a> - Un frontend alternativo para StackOverflow</li>
<li><a href=http://bb.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Beatbump</a> - Un frontend alternativo para YouTube Music</li>
<li><a href=http://bl.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>BiblioReads</a> - Un frontend alternativo para Goodreads</li>
<li><a href=http://bn.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Binternet</a> - Un frontend alternativo para Pintrest</li>
<li><a href=http://bw.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>BreezeWiki</a> - Un frontend alternativo para Fandom</li>
<li><a href=http://ds.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Destructables</a> - Un frontend alternativo para Instructables</li>
<li><a href=http://db.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Dumb</a> - Un frontend alternativo para Genius</li>
<li><a href=http://hn.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>hckrnws</a> - Un frontend alternativo para Hacker News</li>
<li><a href=http://hp.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Hyperpipe</a> - Otro frontend alternativo para YouTube Music</li>
<li><a href=http://inv.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Invidious</a> - Un frontend alternativo para YouTube</li>
<li><a href=http://lab.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Laboratory</a> - Un frontend alternativo para GitLab and GitLabCE</li>
<li><a href=http://md.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>LibMedium</a> - Otro frontend alternativo para Medium</li>
<li><a href=http://lbry.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Librarian</a> - Un frontend alternativo para LBRY/Odysee</li>
<li><a href=http://lr.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>redlib</a> - Un frontend alternativo para Reddit</li>
<li><a href=http://ld.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>LibremDB</a> - Un frontend alternativo para IMDb</li>
<li><a href=http://lx.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>LibreY</a> - Un meta-buscador para Google y sitios de torrent populares</li>
<li><a href=http://mm.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>MeMe</a> - Un frontend alternativo para Know Your Meme</li>
<li><a href=http://nu.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Neuters</a> - Un frontend alternativo para Reuters</li>
<li><a href=http://nt.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Nitter</a> - Un frontend alternativo para Twitter</li>
<li><a href=http://pd.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Piped</a> - Un frontend alternativo y que respeta la privacidad para YouTube que es eficiente por su diseño</li>
<li><a href=http://ig.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Proxigram</a> - Un frontend alternativo para Instagram</li>
<li><a href=http://tt.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>ProxiTok</a> - Un frontend alternativo para TikTok</li>
<li><a href=http://qr.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Quetre</a> - Un frontend alternativo para Quora</li>
<li><a href=http://rg.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Rimgo</a> - Un frontend alternativo para Imgur</li>
<li><a href=http://rb.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>RSS-Bridge</a> - El feed RSS para las páginas que no lo tienen</li>
<li><a href=http://rd.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Rural Dictionary</a> - Un frontend alternativo para Urban Dictionary</li>
<li><a href=http://ttv.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>SafeTwitch</a> - Un frontend alternativo para Twitch</li>
<li><a href=http://sc.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Scribe</a> - Un frontend alternativo para Medium</li>
<li><a href=http://sx.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>SearXNG</a> - Un meta-buscador que agrega resultados de más de 70 servicios de búsqueda</li>
<li><a href=http://az.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>SimpleAmazon</a> - Una interfaz web simple para Amazon</li>
<li><a href=http://st.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>SimpleerTube</a> - Una interfaz web simple para PeerTube</li>
<li><a href=http://tl.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>SimplyTranslate</a> - Traducciones minimalistas y privadas con muchos motores</li>
<li><a href=http://sp.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Soprano</a> - Un frontend alternativo para Tenor</li>
<li><a href=http://sd.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Suds</a> - Un frontend alternativo para Snopes.com</li>
<li><a href=http://td.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Teddit</a> - Otro frontend alternativo para Reddit</li>
<li><a href=http://tn.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Tent</a> - Un frontend alternativo para Bandcamp</li>
<li><a href=http://uf.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>UNfunny</a> - Un frontend alternativo para iFunny</li>
<li><a href=http://wg.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Whoogle</a> - Un frontend alternativo para Google Search</li>
<li><a href=http://wl.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Wikiless</a> - Un frontend alternativo para Wikipedia</li>
</ul>
<div class=h><b id=email>Correo electrónico:</b> <a aria-hidden=true href=#email>#email</a></div>
<ul>
<li><a href=http://mail.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Modoboa (Requiere de registro)</a> - Correo electrónico Modoboa</li>
<li><a href=http://rc.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>Roundcube</a> - Cliente multilenguaje de IMAP para navegadores</li>
<li><a href=http://sl.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>SimpleLogin (Por pedido)</a> - Servicio de correo electrónico libre y anónimo</li>
</ul>
<div class=h><b id=misc>Otros:</b> <a aria-hidden=true href=#misc>#misc</a></div>
<ul>
<li><a href=http://lt.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>LibreTranslate</a> - API libre para traducciones automáticas</li>
<li><a href=http://pgp.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>PGP Suite</a> - Herramienta PGP client-side simple y fácil de usar</li>
<li><a href=http://vnu.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion>v.Nu</a> - Te ayuda a encontrar errores en tu HTML, CSS, y SVG</li>
</ul>

19
spa-AR/tor.html Normal file
View File

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="TOR en ~vern">
<meta name="viewport" content="width=device-width">
<meta name="keywords" content="~vern, vern, software libre, privacidad, tilde, tildeverse, invidious, nitter, onion, darknet, tor">
<link rel="preload" href="//gcdn.vern.cc/vernsite/style.css">
<link rel="stylesheet" href="//gcdn.vern.cc/vernsite/style.css">
<title>Servicios de Tor | ~vern</title>
</head>
<body>
<!--#include file="nav.php" -->
<div class=h><h1 id=tor>Tor</h1> <a aria-hidden=true href=#tor>#tor</a></div>
<p>Respetamos tu privacidad y queremos que puedas elegir mantener el anonimato, por lo que la mayoría de nuestros servicios tienen links <a href=//community.torproject.org/onion-services/>.onion</a> de <a href=//torproject.org>Tor</a>.</p>
<!--#include file="tor-services.html" -->
<!--#include file="footer.cgi" -->
</body>
</html>

Some files were not shown because too many files have changed in this diff Show More