{% extends "default.html" %} {% block title %} {% trans %}About{% endtrans %} {% endblock %} {% block breadcrumbs %}
  • {% trans %}Information{% endtrans %}
  • {% endblock %} {% block seo %} {% endblock %} {% block content %}

    {% trans %}Roundabout{% endtrans %} β {{ version }}

    {% trans %}Repository hosting for everyone.{% endtrans %}
    {% trans %}Beta version; features and polish may be missing.{% endtrans %}

    {% trans %}Licensing{% endtrans %}

    {% trans %}Roundabout is free software available under the GNU AGPLv3. You are free to use, study, modify and/or distribute both the server and client programs, and to host your own instance.{% endtrans %}

    {% trans %}Copyright 2024, Roundabout contributors{% endtrans %}

    {% trans %}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.{% endtrans %}

    {% trans %}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 General Public License for more details.{% endtrans %}

    {% trans %}You should have received a copy of the GNU General Public License along with this program. If not, see the GNU website.{% endtrans %} the GNU website.

    {% trans %}Click to view a copy of the GNU AGPL{% endtrans %}

    {% trans %}Server information{% endtrans %}

    • {% trans %}Operating System:{% endtrans %} {{ platform.platform() }}
    {% endblock %}