summaryrefslogtreecommitdiffstats
path: root/pt-br/releases/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'pt-br/releases/index.html')
-rw-r--r--pt-br/releases/index.html83
1 files changed, 83 insertions, 0 deletions
diff --git a/pt-br/releases/index.html b/pt-br/releases/index.html
new file mode 100644
index 0000000..72c9145
--- /dev/null
+++ b/pt-br/releases/index.html
@@ -0,0 +1,83 @@
+<!DOCTYPE html>
+<html lang="pt-br">
+<head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title>Lançamentos — Tesseras</title>
+ <meta name="description" content="Lançamentos e downloads do software Tesseras">
+ <!-- Open Graph -->
+ <meta property="og:type" content="website">
+ <meta property="og:title" content="Lançamentos">
+ <meta property="og:description" content="Lançamentos e downloads do software 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="Lançamentos">
+ <meta name="twitter:description" content="Lançamentos e downloads do software 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:&#x2F;&#x2F;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:&#x2F;&#x2F;tesseras.net&#x2F;releases&#x2F;">English</a> | <strong>Português</strong>
+
+ </nav>
+ </header>
+
+ <main>
+
+<article>
+ <h2>Lançamentos</h2>
+ <p>Nenhum lançamento ainda. Tesseras está em desenvolvimento inicial (Fase 0).</p>
+<h3 id="formato-de-lancamento">Formato de Lançamento</h3>
+<p>Quando disponíveis, os lançamentos incluirão:</p>
+<table><thead><tr><th>Arquivo</th><th>Descrição</th></tr></thead><tbody>
+<tr><td><code>tesseras-X.Y.Z.tar.gz</code></td><td>Tarball com código-fonte</td></tr>
+<tr><td><code>tesseras-X.Y.Z.tar.gz.sig</code></td><td>Assinatura signify</td></tr>
+<tr><td><code>SHA256</code></td><td>Checksums BLAKE3</td></tr>
+<tr><td><code>CHANGELOG.md</code></td><td>O que mudou</td></tr>
+</tbody></table>
+<p>Os lançamentos seguem <a rel="external" href="https://semver.org/">Versionamento Semântico</a>. Tarballs
+são assinados com <a rel="external" href="https://man.openbsd.org/signify">signify</a>.</p>
+<h3 id="verificando-um-lancamento">Verificando um Lançamento</h3>
+<pre><code>signify -Vep tesseras.pub -m tesseras-X.Y.Z.tar.gz -x tesseras-X.Y.Z.tar.gz.sig
+b3sum -c SHA256
+</code></pre>
+
+</article>
+
+ </main>
+
+ <footer>
+ <p>&copy; 2026 Tesseras Project. <a href="/atom.xml">News Feed</a> · <a href="https://git.sr.ht/~ijanc/tesseras">Source</a></p>
+ </footer>
+</body>
+</html>