blob: 24f4c23997607eb68513dce597253d2d068d417a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
|
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Contato — Tesseras</title>
<meta name="description" content="Entre em contato com o projeto Tesseras">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:title" content="Contato">
<meta property="og:description" content="Entre em contato com o projeto 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="Contato">
<meta name="twitter:description" content="Entre em contato com o projeto 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/contact/">English</a> | <strong>Português</strong>
</nav>
</header>
<main>
<article>
<h2>Contato</h2>
<h3 id="listas-de-discussao">Listas de Discussão</h3>
<p>A melhor forma de contatar o projeto é através das
<a href="/pt-br/subscriptions/">listas de discussão</a>:</p>
<ul>
<li><a rel="external" href="https://lists.sr.ht/~ijanc/tesseras-discuss">tesseras-discuss</a> — perguntas,
suporte, discussão geral</li>
<li><a rel="external" href="https://lists.sr.ht/~ijanc/tesseras-devel">tesseras-devel</a> — patches e
desenvolvimento</li>
<li><a rel="external" href="https://lists.sr.ht/~ijanc/tesseras-announce">tesseras-announce</a> —
lançamentos e marcos</li>
<li><a rel="external" href="https://lists.sr.ht/~ijanc/tesseras-security">tesseras-security</a> — relatos de
vulnerabilidades</li>
</ul>
<h3 id="irc">IRC</h3>
<p>Participe no <a rel="external" href="https://libera.chat/">Libera.Chat</a> no canal <strong>#tesseras</strong>
(<a rel="external" href="https://web.libera.chat/#tesseras">webchat</a>).</p>
<h3 id="relatorios-de-bugs">Relatórios de Bugs</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="codigo-fonte">Código-Fonte</h3>
<ul>
<li><a rel="external" href="https://git.sr.ht/~ijanc/tesseras">SourceHut</a> (primário)</li>
<li><a rel="external" href="https://github.com/ijanc/tesseras">GitHub</a> (espelho)</li>
</ul>
<h3 id="recursos">Recursos</h3>
<ul>
<li><a rel="external" href="https://tesseras.net/book/pt-br/">Livro</a> — documentação para usuários (em
breve)</li>
<li><a href="/pt-br/atom.xml">Feed Atom</a> — notícias 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>
|