diff --git a/README.md b/README.md index 827e010..c9467d6 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ About Ibis === +![](assets/logo.png) + Ibis is a federated online encyclopedia similar to Wikipedia. Users can read, create and edit articles seamlessly across instances. It uses the Activitypub protocol to connect users across different websites, similar to Mastodon or Lemmy. This ensures that there is no single point of control which may be used for global censorship. Instead each Ibis instance is independent and controlled by its admin. Admins can decide which rules to enforce, which content to allow and which instances to connect with. Users who are unhappy with the rules can easily setup their own Ibis instance with their own rules. The project uses the same technology as [Lemmy](https://join-lemmy.org/) and benefits from lessons learned during its development. It is currently in a proof of concept stage. Core features are already working, including creation and editing of articles, full federation and a basic frontend. You can see it in action on [ibis.wiki](https://ibis.wiki). However more work is needed to get the project ready for production use, to add features like moderation tools, user account management, media support, article discussions and better web design. Contributions are welcome! diff --git a/assets/logo.png b/assets/logo.png new file mode 100644 index 0000000..591252e Binary files /dev/null and b/assets/logo.png differ diff --git a/src/frontend/components/nav.rs b/src/frontend/components/nav.rs index 5297e0c..fc8a52d 100644 --- a/src/frontend/components/nav.rs +++ b/src/frontend/components/nav.rs @@ -28,6 +28,7 @@ pub fn Nav() -> impl IntoView { id="navbar-start" class="max-sm:navbar-start max-sm:flex max-sm:dropdown max-sm:dropdown-bottom max-sm:dropdown-end max-sm:w-full md:h-full" > +

{GlobalState::api_client().hostname}