diff options
Diffstat (limited to 'contact')
| -rw-r--r-- | contact/index.html | 99 | ||||
| -rw-r--r-- | contact/index.html.gz | bin | 0 -> 1383 bytes |
2 files changed, 99 insertions, 0 deletions
diff --git a/contact/index.html b/contact/index.html new file mode 100644 index 0000000..2362543 --- /dev/null +++ b/contact/index.html @@ -0,0 +1,99 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <title>Contact — Tesseras</title> + <meta name="description" content="Contact the Tesseras project"> + <!-- Open Graph --> + <meta property="og:type" content="website"> + <meta property="og:title" content="Contact"> + <meta property="og:description" content="Contact the Tesseras project"> + <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="Contact"> + <meta name="twitter:description" content="Contact the Tesseras project"> + <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/contact/">Português</a> + + </nav> + </header> + + <main> + +<article> + <h2>Contact</h2> + <h3 id="mailing-lists">Mailing Lists</h3> +<p>The best way to reach the project is through the +<a href="/subscriptions/">mailing lists</a>:</p> +<ul> +<li><a rel="external" href="https://lists.sr.ht/~ijanc/tesseras-discuss">tesseras-discuss</a> — questions, +support, general discussion</li> +<li><a rel="external" href="https://lists.sr.ht/~ijanc/tesseras-devel">tesseras-devel</a> — patches and +development</li> +<li><a rel="external" href="https://lists.sr.ht/~ijanc/tesseras-announce">tesseras-announce</a> — releases +and milestones</li> +<li><a rel="external" href="https://lists.sr.ht/~ijanc/tesseras-security">tesseras-security</a> — +vulnerability reports</li> +</ul> +<h3 id="irc">IRC</h3> +<p>Join us on <a rel="external" href="https://libera.chat/">Libera.Chat</a> in the <strong>#tesseras</strong> channel +(<a rel="external" href="https://web.libera.chat/#tesseras">webchat</a>).</p> +<h3 id="bug-reports">Bug Reports</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="source-code">Source Code</h3> +<ul> +<li><a rel="external" href="https://git.sr.ht/~ijanc/tesseras">SourceHut</a> (primary)</li> +<li><a rel="external" href="https://github.com/ijanc/tesseras">GitHub</a> (mirror)</li> +</ul> +<h3 id="resources">Resources</h3> +<ul> +<li><a rel="external" href="https://tesseras.net/book/en/">Book</a> — user documentation (coming soon)</li> +<li><a href="/atom.xml">Atom feed</a> — project news</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> diff --git a/contact/index.html.gz b/contact/index.html.gz Binary files differnew file mode 100644 index 0000000..c4c67e7 --- /dev/null +++ b/contact/index.html.gz |