-
<%= gettext("notes:") %>
<%= gettext("document notes about individual items or concepts") %>
-
<%= gettext("contexts:") %>
<%= gettext("provide context around a single topic and hotlink to your notes") %>
-
<%= gettext("pipelines:") %>
<%= gettext("document your processes, attaching contexts to each step") %>
-
<.link
navigate={Routes.live_path(Endpoint, FaqLive)}
class="link title text-primary-400 text-lg"
>
<%= gettext("read more on how to use %{name}", name: "memEx") %>
<%= gettext("features") %>
-
<%= gettext("multi-user:") %>
<%= gettext("built with sharing and collaboration in mind") %>
-
<%= gettext("privacy:") %>
<%= gettext("privacy controls on a per-note, context or pipeline basis") %>
-
<%= gettext("convenient:") %>
<%= gettext("accessible from any internet-capable device") %>
<%= gettext("instance information") %>
-
<%= gettext("admins:") %>
<%= if @admins |> Enum.empty?() do %>
<.link href={Routes.user_registration_path(Endpoint, :new)} class="link">
<%= dgettext("prompts", "register to setup %{name}", name: "memEx") %>
<% else %>
<% end %>
-
<%= gettext("registration:") %>
<%= Application.get_env(:memex, Endpoint)[:registration]
|> case do
"public" -> gettext("public signups")
_ -> gettext("invite only")
end %>
-
<%= gettext("version:") %>
<.link
href="https://gitea.bubbletea.dev/shibao/memEx/src/branch/stable/changelog.md"
class="flex flex-row justify-center items-center space-x-2 link"
target="_blank"
rel="noopener noreferrer"
>
<%= @version %>
<%= gettext("get involved!") %>
-
<.link
href="https://gitea.bubbletea.dev/shibao/memEx"
class="flex flex-row justify-center items-center space-x-2 link"
target="_blank"
rel="noopener noreferrer"
>
<%= gettext("view the source code") %>
-
<.link
href="https://weblate.bubbletea.dev/engage/memEx"
class="flex flex-row justify-center items-center space-x-2 link"
target="_blank"
rel="noopener noreferrer"
>
<%= gettext("help translate") %>
-
<.link
href="https://gitea.bubbletea.dev/shibao/memEx/issues/new"
class="flex flex-row justify-center items-center space-x-2 link"
target="_blank"
rel="noopener noreferrer"
>
<%= gettext("report bugs or request features") %>