2023-12-18 08:08:37 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<!--
|
2024-01-24 06:40:00 +00:00
|
|
|
Copyright (C) 2023-2024 Umorpha Systems
|
2023-12-18 08:08:37 +00:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
-->
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>Umorpha's avatar server</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Umorpha's avatar server</h1>
|
|
|
|
|
|
|
|
<p>This is a small web server implementing the <a href="https://wiki.libravatar.org/api/">Libravatar specification</a>
|
|
|
|
for federated avatars, using the <a href="https://developer.infomaniak.com/docs/api">Infomaniak API</a> as the backend.</p>
|
|
|
|
|
|
|
|
<hr/>
|
|
|
|
|
2024-01-24 06:40:00 +00:00
|
|
|
<p>Copyright (C) 2023-2024 Umorpha Systems</p>
|
2023-12-18 08:08:37 +00:00
|
|
|
|
|
|
|
<p>This program is free software: you can redistribute it and/or modify
|
|
|
|
it under the terms of the <a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU Affero General Public License</a> as published by
|
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
(at your option) any later version.</p>
|
|
|
|
|
|
|
|
<p>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.</p>
|
|
|
|
|
|
|
|
<p><a href="/avatard.tar">Download this program's source code.</a></p>
|
|
|
|
</body>
|
|
|
|
</html>
|