-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
galacteek.appdata.xml
54 lines (44 loc) · 1.79 KB
/
galacteek.appdata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.gitlab.galacteek.Galacteek</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<update_contact>[email protected]</update_contact>
<name>Galacteek</name>
<translation type="qt">en</translation>
<summary>Distributed web browser</summary>
<categories>
<category>Network</category>
</categories>
<keywords>
<keyword>IPFS</keyword>
<keyword>Browser</keyword>
<keyword>P2P</keyword>
</keywords>
<description>
<p>Galacteek is a multi-platform browser and content crafter
for the distributed web.</p>
<p>It has tools to access and publish content over IPFS,
and allows you to make search queries with the ipfs-search.com
search engine. It can interact with the Ethereum Name Service
(ENS) and has support for dweb Atom feeds.</p>
<p>If you want to learn more about IPFS, check out ipfs.io.</p>
</description>
<launchable type="desktop-id">galacteek.desktop</launchable>
<screenshots>
<screenshot type="default">
<caption>Browsing the Wikipedia IPFS mirror</caption>
<image>https://gitlab.com/galacteek/galacteek/-/raw/master/screenshots/browse-wikipedia-small.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://gitlab.com/galacteek/galacteek</url>
<url type="donation">https://liberapay.com/galacteek</url>
<url type="donation">https://github.com/sponsors/pinnaculum</url>
<provides>
<binary>galacteek</binary>
</provides>
<releases>
<release version="0.5.1" date="2021-07-06">
</release>
</releases>
</component>