use apb::{Actor, Base, Collection, Object}; use leptos::*; use leptos_router::*; use crate::prelude::*; #[component] pub fn AboutPage() -> impl IntoView { view! {
μ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
"not implemented :("
loading...
}.into_view(), Some(None) => view! {error loading