mirror of https://gitlab.com/bashrc2/epicyon
Features list style
parent
928ed258b7
commit
734be151a6
|
@ -55,6 +55,10 @@
|
|||
font-size: var(--font-size);
|
||||
}
|
||||
|
||||
.features {
|
||||
margin-left: 20%;
|
||||
}
|
||||
|
||||
a, u {
|
||||
color: var(--main-fg-color);
|
||||
}
|
||||
|
@ -1188,11 +1192,11 @@
|
|||
</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 a <a href="https://en.wikipedia.org/wiki/Fediverse">fediverse</a> server suitable for self-hosting a small number of accounts on low power systems.</p>
|
||||
</center>
|
||||
|
||||
<div class="features">
|
||||
<p class="intro">Key features:</p>
|
||||
|
||||
<ul class="features_list">
|
||||
<li>Open standards: HTML, CSS, ActivityPub, RSS, CalDAV.</li>
|
||||
<li>Supports common web browsers and <a href="https://lynx.invisible-island.net">shell browsers</a>.</li>
|
||||
|
@ -1207,7 +1211,9 @@
|
|||
<li>Written in Python, with few dependencies.</li>
|
||||
<li>AGPL license, which big tech hates.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<center>
|
||||
<p class="intro">Epicyon is for people who are tired of <i>big anything</i> and just want to DIY their online social experience without much fuss or expense. Think <i>water cooler discussions</i> rather than <i>shouting into the void</i>, in which you're mainly just reading and responding to the posts of people that you're following.</p>
|
||||
|
||||
<p class="siteheader">An Internet of People, Not Corporate Manipulation</p>
|
||||
|
|
Loading…
Reference in New Issue