diff options
Diffstat (limited to 'pt-br/subscriptions')
| -rw-r--r-- | pt-br/subscriptions/index.html | 112 | ||||
| -rw-r--r-- | pt-br/subscriptions/index.html.gz | bin | 0 -> 1621 bytes |
2 files changed, 112 insertions, 0 deletions
diff --git a/pt-br/subscriptions/index.html b/pt-br/subscriptions/index.html new file mode 100644 index 0000000..cae6bf7 --- /dev/null +++ b/pt-br/subscriptions/index.html @@ -0,0 +1,112 @@ +<!DOCTYPE html> +<html lang="pt-br"> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>Inscrições — Tesseras</title> + <meta name="description" content="Inscreva-se nas listas de discussão do Tesseras"> + <!-- Open Graph --> + <meta property="og:type" content="website"> + <meta property="og:title" content="Inscrições"> + <meta property="og:description" content="Inscreva-se nas listas de discussão do Tesseras"> + <meta property="og:image" content="https://tesseras.net/images/social.jpg"> + <meta property="og:image:width" content="1200"> + <meta property="og:image:height" content="630"> + <meta property="og:site_name" content="Tesseras"> + <!-- Twitter Card --> + <meta name="twitter:card" content="summary_large_image"> + <meta name="twitter:title" content="Inscrições"> + <meta name="twitter:description" content="Inscreva-se nas listas de discussão do Tesseras"> + <meta name="twitter:image" content="https://tesseras.net/images/social.jpg"> + <link rel="stylesheet" href="https://tesseras.net/style.css?h=21f0f32121928ee5c690"> + + + <link rel="alternate" type="application/atom+xml" title="Tesseras" href="https://tesseras.net/atom.xml"> + + + <link rel="icon" type="image/png" sizes="32x32" href="https://tesseras.net/images/favicon.png?h=be4e123a23393b1a027d"> + +</head> +<body> + <header> + <h1> + <a href="https://tesseras.net/pt-br/"> + <img src="https://tesseras.net/images/logo-64.png?h=c1b8d0c4c5f93b49d40b" alt="Tesseras" width="40" height="40" class="logo"> + Tesseras + </a> + </h1> + <nav> + + <a href="https://tesseras.net/pt-br/about/">Sobre</a> + <a href="https://tesseras.net/pt-br/news/">Notícias</a> + <a href="https://tesseras.net/pt-br/releases/">Lançamentos</a> + <a href="https://tesseras.net/pt-br/faq/">FAQ</a> + <a href="https://tesseras.net/pt-br/subscriptions/">Inscrições</a> + <a href="https://tesseras.net/pt-br/contact/">Contato</a> + + </nav> + <nav class="lang-switch"> + + <a href="https://tesseras.net/subscriptions/">English</a> | <strong>Português</strong> + + </nav> + </header> + + <main> + +<article> + <h2>Inscrições</h2> + <h3 id="listas-de-discussao">Listas de Discussão</h3> +<p>Tesseras usa quatro listas de discussão hospedadas no SourceHut, cada uma com um +propósito diferente.</p> +<h4 id="tesseras-announce">tesseras-announce</h4> +<p>Anúncios de lançamento, marcos e notícias importantes do projeto. Baixo tráfego, +somente leitura.</p> +<ul> +<li>Inscrever-se: +<a href="mailto:~ijanc/tesseras-announce+subscribe@lists.sr.ht">~ijanc/tesseras-announce@lists.sr.ht</a></li> +<li><a rel="external" href="https://lists.sr.ht/~ijanc/tesseras-announce">Navegar nos arquivos</a></li> +</ul> +<h4 id="tesseras-devel">tesseras-devel</h4> +<p>Patches, revisão de código, discussão de arquitetura e coordenação de +desenvolvimento.</p> +<ul> +<li>Inscrever-se: +<a href="mailto:~ijanc/tesseras-devel+subscribe@lists.sr.ht">~ijanc/tesseras-devel@lists.sr.ht</a></li> +<li><a rel="external" href="https://lists.sr.ht/~ijanc/tesseras-devel">Navegar nos arquivos</a></li> +</ul> +<h4 id="tesseras-discuss">tesseras-discuss</h4> +<p>Suporte a usuários, discussão geral, perguntas e conversa da comunidade.</p> +<ul> +<li>Inscrever-se: +<a href="mailto:~ijanc/tesseras-discuss+subscribe@lists.sr.ht">~ijanc/tesseras-discuss@lists.sr.ht</a></li> +<li><a rel="external" href="https://lists.sr.ht/~ijanc/tesseras-discuss">Navegar nos arquivos</a></li> +</ul> +<h4 id="tesseras-security">tesseras-security</h4> +<p>Divulgação responsável de vulnerabilidades de segurança. Restrita a +mantenedores; relatos são bem-vindos de qualquer pessoa.</p> +<ul> +<li>Relatar: +<a href="mailto:~ijanc/tesseras-security@lists.sr.ht">~ijanc/tesseras-security@lists.sr.ht</a></li> +<li><a rel="external" href="https://lists.sr.ht/~ijanc/tesseras-security">Navegar nos arquivos</a></li> +</ul> +<h3 id="bug-tracker">Bug Tracker</h3> +<p>Registre bugs e pedidos de funcionalidades no +<a rel="external" href="https://todo.sr.ht/~ijanc/tesseras">ticket tracker</a>.</p> +<h3 id="feeds">Feeds</h3> +<p>Você também pode acompanhar o projeto via feeds no seu leitor de feeds:</p> +<ul> +<li><a href="/pt-br/atom.xml">Feed de notícias</a> — anúncios e atualizações do projeto</li> +<li><a rel="external" href="https://sr.ht/~ijanc/tesseras/feed.rss">Feed SourceHut</a> — commits, tickets e +atividade das listas</li> +</ul> + +</article> + + </main> + + <footer> + <p>© 2026 Tesseras Project. <a href="/atom.xml">News Feed</a> · <a href="https://git.sr.ht/~ijanc/tesseras">Source</a></p> + </footer> +</body> +</html> diff --git a/pt-br/subscriptions/index.html.gz b/pt-br/subscriptions/index.html.gz Binary files differnew file mode 100644 index 0000000..bbb0e55 --- /dev/null +++ b/pt-br/subscriptions/index.html.gz |