summaryrefslogtreecommitdiffstats
path: root/index.html
blob: e07f8808df0a6c97e610b5b0320c4554efaca249 (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
<!doctype html>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="theme-color" content="#ffffff" media="(prefers-color-scheme:light)">
    <meta name="theme-color" content="#121212" media="(prefers-color-scheme:dark)">
    <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90' font-family='sans-serif' font-weight='bold'>T</text></svg>">
    <meta name="Description" content="Tesseras is a decentralized, anonymous P2P social network and forum. Publish and discover content freely, without surveillance.">

    <meta property="og:url" content="https://tesseras.net">
    <meta property="og:title" content="Tesseras - Decentralized anonymous social network">
    <meta property="og:image" content="https://tesseras.net/og-image.png">
    <meta property="og:site_name" content="Tesseras">
    <meta property="og:description" content="Tesseras is a decentralized, anonymous P2P social network and forum. Publish and discover content freely, without surveillance.">

    <title>Tesseras - Decentralized anonymous social network</title>

    <link href="styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<pre class="banner">

████████╗███████╗███████╗███████╗███████╗██████╗  █████╗ ███████╗
╚══██╔══╝██╔════╝██╔════╝██╔════╝██╔════╝██╔══██╗██╔══██╗██╔════╝
   ██║   █████╗  ███████╗███████╗█████╗  ██████╔╝███████║███████╗
   ██║   ██╔══╝  ╚════██║╚════██║██╔══╝  ██╔══██╗██╔══██║╚════██║
   ██║   ███████╗███████║███████║███████╗██║  ██║██║  ██║███████║
   ╚═╝   ╚══════╝╚══════╝╚══════╝╚══════╝╚═╝  ╚═╝╚═╝  ╚═╝╚══════╝

</pre>
<p style="text-align:center"><a href="#packages">Packages</a> | <a href="#license">License</a> | <a href="#contact">Contact</a></p>
<blockquote style="text-align:center">
<p><em>"Your voice matters — even when no one knows your name."</em></p>
</blockquote>

<h2 id="packages">Packages</h2>

<ul>
    <li><a href="tesseras-dht.html">tesseras-dht</a> — NAT-aware Kademlia DHT library for Rust</li>
    <li><a href="tesseras-paste.html">tesseras-paste</a> — decentralized encrypted pastebin built on tesseras-dht</li>
</ul>

<h2 id="contact">Contact</h2>

<h3>Mailing Lists</h3>
<ul>
    <li><a href="https://lists.sr.ht/~ijanc/tesseras-discuss">tesseras-discuss</a> — questions, support, general discussion</li>
    <li><a href="https://lists.sr.ht/~ijanc/tesseras-devel">tesseras-devel</a> — patches and development</li>
    <li><a href="https://lists.sr.ht/~ijanc/tesseras-announce">tesseras-announce</a> — releases and milestones</li>
    <li><a href="https://lists.sr.ht/~ijanc/tesseras-security">tesseras-security</a> — vulnerability reports</li>
</ul>

<h3>IRC</h3>
<p>Join us on <a href="https://libera.chat/">Libera.Chat</a> in the <strong>#tesseras</strong> channel (<a href="https://web.libera.chat/#tesseras">webchat</a>).</p>

<h3>Bug Reports</h3>
<p>File bug reports and feature requests on the <a href="https://todo.sr.ht/~ijanc/tesseras">ticket tracker</a>.</p>

<h3>Source Code</h3>
<ul>
    <li><a href="https://git.sr.ht/~ijanc/tesseras">SourceHut</a> (primary)</li>
    <li><a href="https://github.com/ijanc/tesseras">GitHub</a> (mirror)</li>
</ul>

<h3>Resources</h3>
<ul>
    <li><a href="https://sr.ht/~ijanc/tesseras/feed.rss">SourceHut feed</a> — commits, tickets, and mailing list activity</li>
</ul>

<h2 id="license">License</h2>

<pre style="text-align:left;font-size:0.9em;white-space:pre-wrap">ISC License

Copyright (c) 2025-2026 Tesseras Contributors &lt;contact@tesseras.net&gt;

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.</pre>
</body>
</html>