From a25db518f4bb2b19a762dbc6440ba92476a37575 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 17 Oct 2022 22:04:51 +0100 Subject: [PATCH] Introduction --- manual/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/manual.md b/manual/manual.md index b3a420eff..0ab9ecc2c 100644 --- a/manual/manual.md +++ b/manual/manual.md @@ -10,7 +10,7 @@ Epicyon is part of the "small web" category of internet software, in that it is It is hardly possible to visit many sites on the web without your browser loading and running a large amount of javascript. Epicyon takes a minimalist approach where its web interface only uses HTML and CSS. You can disable javascript, or use a browser which doesn't have javascript capability, and the user experience is unchanged. Lack of javascript also rules out a large area of potential attack surface. -Another common concern is being able to keep instances running. Instance abandonment creates a lot of disruption, and it's often related to the amount of effort that it takes to keep things going. To avoid the maintenance burden becoming prohibitive, Epicyon is implemented in a simple manner with very few dependencies and no database. All data is just files in a directory, and upgrades are also straightforward. +Another common concern is being able to keep instances running. Instance abandonment creates a lot of disruption, and it's often related to the amount of effort that it takes to keep things going. To avoid the maintenance burden becoming prohibitive, Epicyon is implemented in a simple manner with very few dependencies and no database. All data is just files in a directory, and upgrades are also straightforward. This desgree of simplicity runs counter to the current trend within the software industry towards complex frameworks and large scale databases with elaborate and rapidly evolving dependencies. Epicyon also includes some lightweight organizing features, such as calendar, events and sharing economy features.