summaryrefslogtreecommitdiffstats
path: root/releases
diff options
context:
space:
mode:
Diffstat (limited to 'releases')
-rw-r--r--releases/index.html83
-rw-r--r--releases/index.html.gzbin1264 -> 0 bytes
2 files changed, 0 insertions, 83 deletions
diff --git a/releases/index.html b/releases/index.html
deleted file mode 100644
index b14d4dd..0000000
--- a/releases/index.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>Releases — Tesseras</title>
- <meta name="description" content="Tesseras software releases and downloads">
- <!-- Open Graph -->
- <meta property="og:type" content="website">
- <meta property="og:title" content="Releases">
- <meta property="og:description" content="Tesseras software releases and downloads">
- <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="Releases">
- <meta name="twitter:description" content="Tesseras software releases and downloads">
- <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/">
- <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/about/">About</a>
- <a href="https://tesseras.net/news/">News</a>
- <a href="https://tesseras.net/releases/">Releases</a>
- <a href="https://tesseras.net/faq/">FAQ</a>
- <a href="https://tesseras.net/subscriptions/">Subscriptions</a>
- <a href="https://tesseras.net/contact/">Contact</a>
-
- </nav>
- <nav class="lang-switch">
-
- <strong>English</strong> | <a href="/pt-br&#x2F;releases&#x2F;">Português</a>
-
- </nav>
- </header>
-
- <main>
-
-<article>
- <h2>Releases</h2>
- <p>No releases yet. Tesseras is in early development (Phase 0).</p>
-<h3 id="release-format">Release Format</h3>
-<p>When available, releases will include:</p>
-<table><thead><tr><th>File</th><th>Description</th></tr></thead><tbody>
-<tr><td><code>tesseras-X.Y.Z.tar.gz</code></td><td>Source tarball</td></tr>
-<tr><td><code>tesseras-X.Y.Z.tar.gz.sig</code></td><td>Signify signature</td></tr>
-<tr><td><code>SHA256</code></td><td>BLAKE3 checksums</td></tr>
-<tr><td><code>CHANGELOG.md</code></td><td>What changed</td></tr>
-</tbody></table>
-<p>Releases follow <a rel="external" href="https://semver.org/">Semantic Versioning</a>. Tarballs are signed
-with <a rel="external" href="https://man.openbsd.org/signify">signify</a>.</p>
-<h3 id="verifying-a-release">Verifying a Release</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>
diff --git a/releases/index.html.gz b/releases/index.html.gz
deleted file mode 100644
index 914afab..0000000
--- a/releases/index.html.gz
+++ /dev/null
Binary files differ