ajout heimdall

This commit is contained in:
2025-01-01 11:24:01 +01:00
parent f8be42e486
commit c52f60fca9
1477 changed files with 15692 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?php namespace App\SupportedApps\Mastodon;
class Mastodon extends \App\SupportedApps {
}

View File

@@ -0,0 +1,10 @@
{
"appid": "0efc652ff6792fef6190e3f066133e37a050e52a",
"name": "Mastodon",
"website": "https://joinmastodon.org",
"license": "GNU Affero General Public License v3.0",
"description": "Mastodon is a free, open-source social network server based on ActivityPub where users can follow friends and discover new ones. On Mastodon, users can publish anything they want: links, pictures, text, video. All Mastodon servers are interoperable as a federated network (users on one server can seamlessly communicate with users from another one, including non-Mastodon software that implements ActivityPub)!",
"enhanced": false,
"tile_background": "light",
"icon": "mastodon.svg"
}

View File

@@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="250"
height="250"
viewBox="0 0 234.37501 234.375"
version="1.1"
id="svg95992"
sodipodi:docname="Mastodon_Logotype_(Simple).svg"
inkscape:version="0.92.4 5da689c313, 2019-01-14">
<metadata
id="metadata95998">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs95996" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1336"
inkscape:window-height="698"
id="namedview95994"
showgrid="false"
units="px"
inkscape:zoom="1.2686242"
inkscape:cx="159.9301"
inkscape:cy="128.2304"
inkscape:window-x="15"
inkscape:window-y="35"
inkscape:window-maximized="0"
inkscape:current-layer="svg95992" />
<g
id="g96002"
transform="translate(8.9803065,-1.1826095)">
<path
style="fill:#2b90d9"
inkscape:connector-curvature="0"
id="path95988"
d="m 211.80734,141.45273 c -3.18125,16.36625 -28.4925,34.2775 -57.5625,37.74875 -15.15875,1.80875 -30.08375,3.47125 -45.99875,2.74125 -26.0275,-1.1925 -46.565,-6.2125 -46.565,-6.2125 0,2.53375 0.15625,4.94625 0.46875,7.2025 3.38375,25.68625 25.47,27.225 46.39125,27.9425 21.11625,0.7225 39.91875,-5.20625 39.91875,-5.20625 l 0.8675,19.09 c 0,0 -14.77,7.93125 -41.08125,9.39 -14.50875,0.7975 -32.52375,-0.365 -53.50625,-5.91875 -45.5075,-12.045 -53.33375,-60.55375 -54.53125,-109.77375 -0.365,-14.61375 -0.14,-28.393749 -0.14,-39.918749 0,-50.33 32.97625,-65.0825 32.97625,-65.0825 16.6275,-7.6362499 45.15875,-10.8474999 74.82,-11.0899999 h 0.72875 c 29.66125,0.2425 58.21125,3.45375 74.8375,11.0899999 0,0 32.975,14.7525 32.975,65.0825 0,0 0.41375,37.133749 -4.59875,62.914999" />
<path
style="fill:#ffffff"
inkscape:connector-curvature="0"
id="path95990"
d="M 177.50984,82.442231 V 143.38348 H 153.36609 V 84.233481 c 0,-12.46875 -5.24625,-18.7975 -15.74,-18.7975 -11.6025,0 -17.4175,7.5075 -17.4175,22.3525 V 120.16473 H 96.20734 V 87.788481 c 0,-14.845 -5.81625,-22.3525 -17.41875,-22.3525 -10.49375,0 -15.74,6.32875 -15.74,18.7975 V 143.38348 H 38.90484 V 82.442231 c 0,-12.455 3.17125,-22.3525 9.54125,-29.675 6.56875,-7.3225 15.17125,-11.07625 25.85,-11.07625 12.355,0 21.71125,4.74875 27.8975,14.2475 l 6.01375,10.08125 6.015,-10.08125 c 6.185,-9.49875 15.54125,-14.2475 27.8975,-14.2475 10.6775,0 19.28,3.75375 25.85,11.07625 6.36875,7.3225 9.54,17.22 9.54,29.675" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB