mirror of https://gitlab.com/bashrc2/epicyon
Community not audience
parent
eeb95973d9
commit
15e2f28bb2
|
@ -6,6 +6,8 @@
|
|||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
[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)
|
||||
|
||||
Matrix room: **#epicyon:matrix.libreserver.org**
|
||||
|
|
|
@ -21,6 +21,10 @@ Epicyon is written in Python with a HTML+CSS web interface and uses no javascrip
|
|||
|
||||
Emojis, hashtags, photos, video and audio attachments, instance and account level blocking controls, moderation functions and reports are all supported. Build the community you want and avoid the stuff you don't. No ads. No blockchains or other Silicon Valley garbage.
|
||||
|
||||
## Community not Audience
|
||||
|
||||
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.
|
||||
|
||||
=> https://libreserver.org/epicyon/epicyon.tar.gz Download
|
||||
=> https://libreserver.org/epicyon/#install Install
|
||||
=> https://gitlab.com/bashrc2/epicyon Repo
|
||||
|
|
|
@ -1204,6 +1204,11 @@
|
|||
Emojis, hashtags, photos, video and audio attachments, instance and account level blocking controls, moderation functions and reports are all supported. Build the community you want and avoid the stuff you don't. No ads. No blockchains or other Silicon Valley garbage.
|
||||
</p>
|
||||
|
||||
<p class="siteheader">Community not Audience</p>
|
||||
<p class="intro">
|
||||
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.
|
||||
</p>
|
||||
|
||||
<p class="siteheader">Message Scopes</p>
|
||||
<p class="intro">
|
||||
Define the scope of your messages to reach the right people.
|
||||
|
|
Loading…
Reference in New Issue