{% trans %}About this Service{% endtrans %}
10 |{% trans site_name=config["SITE_NAME"] %}This is the Snikket service {{ site_name }}, running open-source software from the Snikket project.{% endtrans %}
11 |{% trans snikket_url="https://snikket.org" %}To learn more about Snikket, visit the Snikket website.{% endtrans %}
12 | 13 |{% trans %}View service policies{% endtrans %} 14 | 15 |
{% trans %}Licenses{% endtrans %}
16 |{% trans agpl_url="https://www.gnu.org/licenses/agpl.html" %}The web portal software is licensed under the terms of the Affero GNU General Public License, version 3.0 or later. The full terms of the license can be reviewed using the aforementioned link.{% endtrans %}
17 |{% trans source_url="https://github.com/snikket-im/snikket-web-portal/" %}The source code of the web portal can be downloaded and viewed in its GitHub repository.{% endtrans %}
18 |{% trans source_url="https://material.io/resources/icons/", apache20_url="https://www.apache.org/licenses/LICENSE-2.0.txt" %}The icons used in the web portal are Google’s Material Icons, made available by Google under the terms of the Apache 2.0 License.{% endtrans %}
19 | 20 |{% trans %}Trademarks{% endtrans %}
21 |{% trans trademarks_url="https://snikket.org/about/trademarks/" %}“Snikket” and the parrot logo are trademarks of Snikket Community Interest Company. For more information about the trademarks, visit the Snikket Trademarks information page.{% endtrans %} 22 | 23 |
{% trans %}Software Versions{% endtrans %}
24 |Domain: {{ config["SNIKKET_DOMAIN"] }} 25 | Web Portal{% if version %} ({{ version }}){% endif %} 26 | {%- if core_versions -%} 27 | {% for name, version in core_versions.items() %} 28 | {{ name }} ({{ version }}){% endfor %} 29 | {%- endif -%} 30 | {%- if extra_versions -%} 31 | {% for name, version in extra_versions.items() %} 32 | {{ name }} ({{ version }}){% endfor %} 33 | {%- endif -%}34 | 35 |
36 | {%- call standard_button("back", url_for("index"), class="primary") -%} 37 | {% trans %}Back to the main page{% endtrans %} 38 | {%- endcall -%} 39 |
40 |