From 4549f26ec6980a7c38d90b00fbd137ffb5b110be Mon Sep 17 00:00:00 2001 From: Gran Noll Date: Mon, 27 Feb 2023 17:02:29 +0000 Subject: [PATCH] glossary: break down the definition of a websoyte into list Otherwise hardly readable. --- src/glossary/index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/glossary/index.md b/src/glossary/index.md index 4d09202..9aa70ea 100644 --- a/src/glossary/index.md +++ b/src/glossary/index.md @@ -583,7 +583,12 @@ It's nothing different from the Soviet Union (USSR), therefore USSA is a wordpla Made up by myself.\ Meaning: a far too bloated website\ -Any website that is dependent on Javascript in order to function while the exact same website can be made without Javascript, any website that loads in more than 10 requests not counting images, any websites that weights on average over 1 MB per page (excluding images and videos), any website that doesn't work on any browser other than Chrome and/or Firefox, is considered a websoyte.\ +Any website that: +* is dependent on Javascript in order to function while the exact same website can be made without Javascript +* loads in more than 10 requests not counting images +* weights on average over 1 MB per page (excluding images and videos) +* doesn't work on any browser other than Chrome and/or Firefox +is considered a websoyte.\ Otherwise, I call it a website.

Winnie The Pooh