{* SPDX-FileCopyrightText: © 2023 Olivier Meunier SPDX-License-Identifier: AGPL-3.0-only *} {{ extends "./base" }} {{- block sysInfo() -}} Version: {{ .Version }} Build Date: {{ .BuildTime.Format("2006-01-02 15:04:05 MST") }} Platform: {{ .OS }} / {{ .Arch }} Go Version: {{ .GoVersion }} Database Connector: {{ .DBConnecter }} Database Version: {{ .DBVersion }} Build Info: {{ .BuildInfo }} {{- end -}} {{ block title() }}{{ gettext("About Readeck") }}{{ end }} {{ block mainContent() }}

{{ yield title() }}

{{ gettext("Version:") }}
{{ .Version }}

{{ gettext("Built Date:") }}
{{ date(.BuildTime, "%A, %e %B %Y %H:%M:%S %Z") }}

{{ gettext("System Information") }}

{{ gettext("Here are your current system information. Please include them if you report a bug.") }}

{{ yield sysInfo() }}

{{ gettext("Storage") }}

{{ gettext("Database Size:") }} {{ humanReadable(.DBSize) }}
{{ gettext("Bookmarks Disk Usage:") }} {{ humanReadable(.DiskUsage) }}

{{ gettext("Project") }}

{{ gettext("Main website:") }} https://readeck.org/
{{ gettext("Sources and issues:") }} https://codeberg.org/readeck/readeck
{{ gettext("How to contribute:") }} https://readeck.org/en/contribute
{{ gettext("Community Forum:") }} https://community.readeck.org/
{{ gettext("Matrix Chat:") }} https://matrix.to/#/#readeck:matrix.org

{{ gettext("License") }}

{{ gettext( `Readeck is distributed under the terms of the license "%s"`, `GNU Affero General Public License v3.0.` )|raw }}
{{ gettext("Here's a short summary of the license conditions:") }}

{{ gettext("Permissions") }} {{ gettext("Conditions") }} {{ gettext("Limitations") }}
  • {{ yield icon(name="o-circle", class="svgicon text-green-700") }} {{ gettext("Commercial use") }}
  • {{ yield icon(name="o-circle", class="svgicon text-green-700") }} {{ gettext("Distribution") }}
  • {{ yield icon(name="o-circle", class="svgicon text-green-700") }} {{ gettext("Modification") }}
  • {{ yield icon(name="o-circle", class="svgicon text-green-700") }} {{ gettext("Patent use") }}
  • {{ yield icon(name="o-circle", class="svgicon text-green-700") }} {{ gettext("Private use") }}
  • {{ yield icon(name="o-circle", class="svgicon text-blue-700") }} {{ gettext("Disclose source") }}
  • {{ yield icon(name="o-circle", class="svgicon text-blue-700") }} {{ gettext("License and copyright notice") }}
  • {{ yield icon(name="o-circle", class="svgicon text-blue-700") }} {{ gettext("Network use is distribution") }}
  • {{ yield icon(name="o-circle", class="svgicon text-blue-700") }} {{ gettext("Same license") }}
  • {{ yield icon(name="o-circle", class="svgicon text-blue-700") }} {{ gettext("State changes") }}
  • {{ yield icon(name="o-circle", class="svgicon text-red-700") }} {{ gettext("Liability") }}
  • {{ yield icon(name="o-circle", class="svgicon text-red-700") }} {{ gettext("Warranty") }}

Readeck
Copyright © 2020 Olivier Meunier

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/

{{ gettext("Third-Party Licenses") }}

{{ gettext("Readeck includes and/or uses the following open source assets:") }}

{{- range .Licenses -}}

{{ .Name }}

{{- end -}} {{ end }}