mirror of https://gitlab.com/bashrc2/epicyon
Update documentation for javascript removal
parent
fc2b9d333b
commit
fd08c6d410
|
@ -2,7 +2,7 @@
|
|||
|
||||
<img src="https://code.freedombone.net/bashrc/epicyon/raw/master/img/mobile.jpg?raw=true" width="30%"/>
|
||||
|
||||
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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -1159,7 +1159,7 @@
|
|||
<p>
|
||||
<p class="siteheader">An Internet of People, Not Corporate Agendas</p>
|
||||
<p class="intro">
|
||||
Epicyon is written in Python with a HTML+CSS web interface and uses <i>almost no javascript</i> which makes display in a web browser very lightweight.
|
||||
Epicyon is written in Python with a HTML+CSS web interface and uses <i>no javascript</i> which makes display in a web browser very lightweight.
|
||||
</p>
|
||||
|
||||
<table style="margin:0% 0%;width:100%" border="0">
|
||||
|
@ -1215,7 +1215,7 @@
|
|||
|
||||
<p class="siteheader">Noone Left Behind</p>
|
||||
<p class="intro">
|
||||
Epicyon's lack of javascript makes it much more usable in shell based web browsers such as <a href="https://en.wikipedia.org/wiki/Lynx_%28web_browser%29">Lynx</a>. 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 <a href="https://en.wikipedia.org/wiki/Lynx_%28web_browser%29">Lynx</a>. As new web systems are deployed we should not be leaving anyone with minority use cases behind.
|
||||
</p>
|
||||
<img width="70%" src="img/screenshot_lynx.jpg" alt="lynx screenshot"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue