mirror of https://gitlab.com/bashrc2/epicyon
Release announcement
parent
d74c0ddeca
commit
eaabd93bae
|
@ -775,6 +775,17 @@
|
|||
color: white;
|
||||
}
|
||||
|
||||
.releaseheader {
|
||||
font-size: 30px;
|
||||
font-weight: bold;
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
.releaseheader a:link {
|
||||
color: yellow;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
footer {
|
||||
float: right;
|
||||
font-size: 18px;
|
||||
|
@ -1177,6 +1188,7 @@
|
|||
</tr>
|
||||
</table>
|
||||
<p class="matrix">Matrix room: <b>#epicyon:matrix.libreserver.org<br>gemini://libreserver.org/epicyon</b></p>
|
||||
<p class="releaseheader"><a href="v1_3_0.html">New release: 1.3.0</a></p>
|
||||
<p class="intro">
|
||||
Epicyon is an <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">AGPL</a> licensed <a href="https://www.w3.org/TR/activitypub/">ActivityPub protocol</a> compliant <a href="https://en.wikipedia.org/wiki/Fediverse">federated social network</a> server suitable for hosting a small number of accounts on low power systems requiring minimal maintenance, such as single board computers. It's the ActivityPub equivalent of an email server, storing posts as human readable JSON on file, rather than in a database. It also uses only a small amount of RAM.
|
||||
<p>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue