mirror of https://gitlab.com/bashrc2/epicyon
Wording
parent
a697a46e17
commit
5792d848f1
|
|
@ -6,7 +6,6 @@ Epicyon is a [fediverse](https://en.wikipedia.org/wiki/Fediverse) server suitabl
|
|||
|
||||
Key features:
|
||||
|
||||
* No AI
|
||||
* Open standards: HTML, CSS, ActivityPub S2S and C2S, RSS, CalDAV.
|
||||
* Supports common web browsers and [shell browsers](https://lynx.invisible-island.net).
|
||||
* Will not drain your mobile or laptop battery.
|
||||
|
|
@ -19,11 +18,11 @@ Key features:
|
|||
* No javascript. [Progressive enhancement class A](https://dillo-browser.github.io/pec/).
|
||||
* No database. Data stored as ordinary files.
|
||||
* No fashionable web frameworks. *"Boring by design"*.
|
||||
* No blockchain garbage.
|
||||
* No blockchain or AI garbage.
|
||||
* Written in Python, with few dependencies.
|
||||
* AGPL license, which big tech hates.
|
||||
|
||||
Epicyon is for people who are tired of *big anything* and just want to DIY their online social experience without much fuss or expense. Think *water cooler discussions* rather than *shouting into the void*, in which you're mainly just reading and responding to the posts of people that you're following.
|
||||
Epicyon is for people who are tired of *enshittified Big Tech garbage* and just want to DIY their online social experience without much fuss or expense. Think *water cooler discussions* rather than *doomscrolling* and *shouting into the void*, in which you're mainly just reading and responding to the posts of people that you're following.
|
||||
|
||||
<img src="https://gitlab.com/bashrc2/epicyon/-/raw/main/img/progressive_enhancement_badge.png" width="10%" alt="Progressive enhancement class A: When Javascript is disabled all the essential and non-essential functionality works well. It maintains a high degree of similarity with the reference page." title="Progressive enhancement class A: When Javascript is disabled all the essential and non-essential functionality works well. It maintains a high degree of similarity with the reference page."/>
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ Epicyon is a fediverse server suitable for self-hosting a small number of accoun
|
|||
|
||||
Key features:
|
||||
|
||||
* No AI
|
||||
* Open standards: HTML, CSS, ActivityPub S2S and C2S, RSS, CalDAV.
|
||||
* Supports common web browsers and shell browsers.
|
||||
* Will not drain your mobile or laptop battery.
|
||||
|
|
@ -28,7 +27,7 @@ Key features:
|
|||
* No javascript.
|
||||
* No database. Data stored as ordinary files.
|
||||
* No fashionable web frameworks. "Boring by design".
|
||||
* No blockchain garbage.
|
||||
* No blockchain or AI garbage.
|
||||
* Written in Python, with few dependencies.
|
||||
* AGPL license, which big tech hates.
|
||||
|
||||
|
|
|
|||
|
|
@ -1199,7 +1199,6 @@
|
|||
<div class="features">
|
||||
<p class="intro">Key features:</p>
|
||||
<ul class="features_list">
|
||||
<li>No AI</li>
|
||||
<li>Open standards: HTML, CSS, ActivityPub S2S and C2S, RSS, CalDAV.</li>
|
||||
<li>Supports common web browsers and <a href="https://lynx.invisible-island.net">shell browsers</a>.</li>
|
||||
<li>Will not drain your mobile or laptop battery.</li>
|
||||
|
|
@ -1210,7 +1209,7 @@
|
|||
<li>No javascript.</li>
|
||||
<li>No database. Data stored as ordinary files.</li>
|
||||
<li>No fashionable web frameworks. <i>"Boring by design"</i>.</li>
|
||||
<li>No blockchain garbage.</li>
|
||||
<li>No blockchain or AI garbage.</li>
|
||||
<li>Written in Python, with few dependencies.</li>
|
||||
<li>AGPL license, which big tech hates.</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Reference in New Issue