diff options
| author | murilo ijanc | 2026-03-24 21:41:06 -0300 |
|---|---|---|
| committer | murilo ijanc | 2026-03-24 21:41:06 -0300 |
| commit | f186b71ca51e83837db60de13322394bb5e6d348 (patch) | |
| tree | cd7940eaa16b83d2cde7b18123411bfb161f7ebb /subscriptions/index.html | |
| download | website-f186b71ca51e83837db60de13322394bb5e6d348.tar.gz | |
Initial commit
Import existing tesseras.net website content.
Diffstat (limited to 'subscriptions/index.html')
| -rw-r--r-- | subscriptions/index.html | 111 |
1 files changed, 111 insertions, 0 deletions
diff --git a/subscriptions/index.html b/subscriptions/index.html new file mode 100644 index 0000000..82edaf7 --- /dev/null +++ b/subscriptions/index.html @@ -0,0 +1,111 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>Subscriptions — Tesseras</title> + <meta name="description" content="Subscribe to the Tesseras mailing lists"> + <!-- Open Graph --> + <meta property="og:type" content="website"> + <meta property="og:title" content="Subscriptions"> + <meta property="og:description" content="Subscribe to the Tesseras mailing lists"> + <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="Subscriptions"> + <meta name="twitter:description" content="Subscribe to the Tesseras mailing lists"> + <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/"> + <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/subscriptions/">Português</a> + + </nav> + </header> + + <main> + +<article> + <h2>Subscriptions</h2> + <h3 id="mailing-lists">Mailing Lists</h3> +<p>Tesseras uses four mailing lists hosted on SourceHut, each serving a different +purpose.</p> +<h4 id="tesseras-announce">tesseras-announce</h4> +<p>Release announcements, milestones, and important project news. Low-traffic, +read-only.</p> +<ul> +<li>Subscribe: +<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">Browse archives</a></li> +</ul> +<h4 id="tesseras-devel">tesseras-devel</h4> +<p>Patches, code review, architecture discussion, and development coordination.</p> +<ul> +<li>Subscribe: +<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">Browse archives</a></li> +</ul> +<h4 id="tesseras-discuss">tesseras-discuss</h4> +<p>User support, general discussion, questions, and community conversation.</p> +<ul> +<li>Subscribe: +<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">Browse archives</a></li> +</ul> +<h4 id="tesseras-security">tesseras-security</h4> +<p>Responsible disclosure of security vulnerabilities. Restricted to maintainers; +reports are welcome from anyone.</p> +<ul> +<li>Report: +<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">Browse archives</a></li> +</ul> +<h3 id="bug-tracker">Bug Tracker</h3> +<p>File bug reports and feature requests on the +<a rel="external" href="https://todo.sr.ht/~ijanc/tesseras">ticket tracker</a>.</p> +<h3 id="feeds">Feeds</h3> +<p>You can also follow the project via feeds in your feed reader:</p> +<ul> +<li><a href="/atom.xml">News feed</a> — project announcements and updates</li> +<li><a rel="external" href="https://sr.ht/~ijanc/tesseras/feed.rss">SourceHut feed</a> — commits, tickets, +and mailing list activity</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> |