From 672ff178c74e7abbdaddce094d224500af449b50 Mon Sep 17 00:00:00 2001 From: alemi Date: Mon, 13 May 2024 03:04:50 +0200 Subject: [PATCH] chore(web): more info on about page --- web/src/page.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/src/page.rs b/web/src/page.rs index 31a101d..8ec9f59 100644 --- a/web/src/page.rs +++ b/web/src/page.rs @@ -14,7 +14,10 @@ pub fn AboutPage() -> impl IntoView {

μpub" is a micro social network powered by "ActivityPub

"the "fediverse" is an ensemble of social networks, which, while independently hosted, can communicate with each other"

-

content is aggregated in timelines, logged out users can only access global server timeline

+

content is aggregated in timelines, logged out users can only access the global server timeline

+
+

"while somewhat usable, "μpub" is under active development and still lacks some mainstream features (such as hashtags or lists)"

+

"if you would like to contribute to "μpub"'s development, get in touch and check "github" or "forgejo

}