{% extends "base.html" %} {% from "osslic.html" import osslic %} {% block title %}suvi - About{% endblock %} {% block content %}

About suvi

Version {{ version }}
{{ about }}
Distributed under GNU General Public License Version 3

Open Source Licences

suvi is built with the following tools:
{{ osslic("Bootstrap", "Bootstrap is released under the MIT license and is copyright 2022 Twitter.", "https://getbootstrap.com/docs/5.2/about/license/", "getbootstrap.com") }} {{ osslic("Flask-BasicAuth", "Copyright (c) 2013, Janne Vanhala.", "https://flask-basicauth.readthedocs.io/en/latest/", "readthedocs") }} {{ osslic("Flask", "Copyright 2010 Pallets, BSD-3-Clause license.", "https://github.com/pallets/flask/", "Github.com") }} {{ osslic("HTMX", "Copyright (c) 2020, Big Sky Software, BSD 2-Clause License.", "https://github.com/bigskysoftware/htmx/blob/master/LICENSE", "Github.com") }} {{ osslic("jQuery", "JS Foundation, MIT license.", "https://jquery.org/license/", "jquery.org") }} {{ osslic("Phosphor Icon", "Phosphor is free and open-source, licensed under MIT by Helena Zhang and Tobias Fried.", "https://raw.githubusercontent.com/phosphor-icons/homepage/master/LICENSE", "phosphoricons.com") }} {{ osslic("Python-Markdown", "Copyright 2007, 2008 The Python Markdown Project (v. 1.7 and later) Copyright 2004, 2005, 2006 Yuri Takhteyev (v. 0.2-1.6b) Copyright 2004 Manfred Stienstra (the original version)", "https://github.com/Python-Markdown/markdown/blob/master/LICENSE.md", "Github.com") }} {{ osslic("Python", "Python software and documentation are licensed under the PSF License Agreement.", "https://docs.python.org/3/license.html#psf-license", "python.org") }} {{ osslic("Requests", "Apache License Version 2.0.", "https://github.com/psf/requests/blob/main/LICENSE", "Github.com") }} {{ osslic("Typer", "Copyright (c) 2019 Sebastián Ramírez, The MIT License (MIT).", "https://github.com/tiangolo/typer/blob/master/LICENSE", "Github.com") }} {{ osslic("Uptime", "Copyright (c) 2012, Koen Crolla, BSD 2-Clause 'Simplified' License", "https://github.com/Cairnarvon/uptime/blob/master/COPYING.txt", "Github.com") }} {{ osslic("Waitress", "Zope Public License (ZPL) Version 2.1.", "https://github.com/Pylons/waitress/blob/master/LICENSE.txt", "Github.com") }}
{% endblock %}