-
<%= 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") %>
<%= 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(MemexWeb.Endpoint, :new)}
class="hover:underline"
>
<%= dgettext("prompts", "register to setup %{name}", name: "memex") %>
<% else %>
<% end %>
-
<%= gettext("registration:") %>
<%= Application.get_env(:memex, MemexWeb.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 hover:underline"
target="_blank"
rel="noopener noreferrer"
>
0.1.0
<%= gettext("get involved!") %>
-
<.link
href="https://gitea.bubbletea.dev/shibao/memex"
class="flex flex-row justify-center items-center space-x-2 hover:underline"
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 hover:underline"
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 hover:underline"
target="_blank"
rel="noopener noreferrer"
>
<%= gettext("report bugs or request features") %>