Redoing project description

main
Bob Mottram 2022-06-29 10:42:03 +01:00
parent 1db0bbe6e5
commit 928ed258b7
3 changed files with 55 additions and 11 deletions

View File

@ -4,9 +4,24 @@
<img src="https://libreserver.org/epicyon/img/mobile.jpg" width="30%"/>
Epicyon is a modern [ActivityPub](https://www.w3.org/TR/activitypub) compliant server implementing both S2S and C2S protocols and suitable for installation on single board computers. It includes features such as moderation tools, post expiry, content warnings, image descriptions, news feed and perimeter defense against adversaries. It contains *no JavaScript* and uses HTML+CSS with a Python backend.
Epicyon is a [fediverse](https://en.wikipedia.org/wiki/Fediverse) server suitable for self-hosting a small number of accounts on low power systems.
Corporate social media gives you an audience, with reach, celebrity, spectacle, lack of control, professional influencers, anxiety, alienation and competition. It's designed for fast growth regardless of social consequences. Epicyon is designed for community, in which you have voice, agency, discussions and comradery. The community approach is the better way to build a habitable internet for the long term.
Key features:
* Open standards: HTML, CSS, ActivityPub, RSS, CalDAV.
* Supports common web browsers and [shell browsers](https://lynx.invisible-island.net).
* Will not drain your mobile or laptop battery.
* Customisable themes. It doesn't have to look bland.
* Does not require much RAM, either on server or client.
* Suitable for installation on single board computers.
* No javascript.
* No database. Data stored as ordinary files.
* No fashionable web frameworks. "Boring by design".
* No blockchain 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.
[Project Goals](README_goals.md) - [Commandline interface](README_commandline.md) - [Customizations](README_customizations.md) - [Software Architecture](README_architecture.md) - [Code of Conduct](code-of-conduct.md) - [Principles of Unity](principlesofunity.md) - [C2S Desktop Client](README_desktop_client.md) - [Coding Style](README_coding_style.md)

View File

@ -13,7 +13,24 @@
``-' ``-'
```
Epicyon is an AGPL licensed ActivityPub protocol compliant federated social network 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.
Epicyon is a fediverse server suitable for self-hosting a small number of accounts on low power systems.
Key features:
* Open standards: HTML, CSS, ActivityPub, RSS, CalDAV.
* Supports common web browsers and shell browsers.
* Will not drain your mobile or laptop battery.
* Customisable themes. It doesn't have to look bland.
* Does not require much RAM, either on server or client.
* Suitable for installation on single board computers.
* No javascript.
* No database. Data stored as ordinary files.
* No fashionable web frameworks. "Boring by design".
* No blockchain 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.
## An Internet of People, Not Corporate Agendas

View File

@ -1189,18 +1189,30 @@
</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>
<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>
<p class="siteheader">Fast and Free</p>
<p class="intro">
The open web using HTML5 and CSS is <i>fast</i>. Say goodbye to the corporate web, where you have to wait seconds for your browser to painstakingly download magabytes of unwanted advertising trash.
</p>
<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>
<li>Will not drain your mobile or laptop battery.</li>
<li>Customisable themes. It doesn't have to look bland.</li>
<li>Does not require much RAM, either on server or client.</li>
<li>Suitable for installation on single board computers.</li>
<li>No javascript.</li>
<li>No database. Data stored as ordinary files.</li>
<li>No fashionable web frameworks. "Boring by design".</li>
<li>No blockchain garbage.</li>
<li>Written in Python, with few dependencies.</li>
<li>AGPL license, which big tech hates.</li>
</ul>
<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>
<p class="intro">
Ever feel like corporate social media is deliberately pressing your buttons or grinding your gears, leaving you stressed and angry? On the open web there is no pressure to perform the way a timeline algorithm wants you to. Experience the astonishingly novel concept of <i>just hanging out with friends</i>, without any artificial agendas.
Ever feel like corporate social media is deliberately pressing your buttons or grinding your gears, leaving you stressed and angry? On the open web there is no pressure to perform the way a timeline algorithm wants you to. Experience the astonishingly novel concept of <i>just hanging out with friends</i>, without any artificial agendas.
</p>
<p class="siteheader">Small Tech Design</p>