diff --git a/README.md b/README.md index 130eb00ce..13ec8785a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -Epicyon is a modern [ActivityPub](https://www.w3.org/TR/activitypub) compliant server implementing both S2S and C2S protocols and sutable for installation on single board computers. It includes features such as moderation tools, post expiry, content warnings, image descriptions and perimeter defense against adversaries. +Epicyon is a modern [ActivityPub](https://www.w3.org/TR/activitypub) compliant server implementing both S2S and C2S protocols and sutable for installation on single board computers. It includes features such as moderation tools, post expiry, content warnings, image descriptions and perimeter defense against adversaries. It contains *no javascript* and uses HTML+CSS with a Python backend. [Project Goals](README_goals.md) - [Commandline interface](README_commandline.md) - [Customizations](README_customizations.md) - [Object Capabilities](ocaps.md) - [Code of Conduct](code-of-conduct.md) diff --git a/gemini/EN/features.gmi b/gemini/EN/features.gmi index cb979a150..c3e2fcd0d 100644 --- a/gemini/EN/features.gmi +++ b/gemini/EN/features.gmi @@ -26,7 +26,7 @@ When creating a new post you can optionally also add a date, time and place. Thi ## Noone Left Behind -Epicyon's lack of javascript makes it much more usable in shell based web browsers such as Lynx. As new web systems are deployed we should not be leaving anyone with minority use cases behind. +Epicyon's absence of javascript makes it much more usable in shell based web browsers such as Lynx. As new web systems are deployed we should not be leaving anyone with minority use cases behind. ## Media Timeline diff --git a/gemini/EN/index.gmi b/gemini/EN/index.gmi index c3386f47f..c8fed18df 100644 --- a/gemini/EN/index.gmi +++ b/gemini/EN/index.gmi @@ -17,7 +17,7 @@ Epicyon is an AGPL licensed ActivityPub protocol compliant federated social netw ## An Internet of People, Not Corporate Agendas -Epicyon is written in Python with a HTML+CSS web interface and uses almost no javascript which makes display in a web browser very lightweight. +Epicyon is written in Python with a HTML+CSS web interface and uses no javascript which makes display in a web browser very lightweight. 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. diff --git a/website/EN/index.html b/website/EN/index.html index 2f6c1106d..61afe827d 100644 --- a/website/EN/index.html +++ b/website/EN/index.html @@ -1159,7 +1159,7 @@
An Internet of People, Not Corporate Agendas
- Epicyon is written in Python with a HTML+CSS web interface and uses almost no javascript which makes display in a web browser very lightweight. + Epicyon is written in Python with a HTML+CSS web interface and uses no javascript which makes display in a web browser very lightweight.