aboutsummaryrefslogtreecommitdiff
path: root/install/onionshare.appdata.xml
blob: f145a0ee13b0327c14377175ef3d04022ca30cee (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2018 Micah Lee <micah@micahflee.com> -->
<component type="desktop">
    <id>onionshare.desktop</id>
    <metadata_license>CC0-1.0</metadata_license>
    <project_license>GPL-3.0</project_license>
    <name>OnionShare</name>
    <summary>Securely and anonymously share a file of any size</summary>
    <description>
        <p>
            OnionShare lets you securely and anonymously share a file of any size with someone. It works
            by starting a web server, making it accessible as a Tor hidden service, and generating an
            unguessable URL to access and download the file.
        </p>
        <p>
            It doesn't require setting up a server on the internet somewhere or using a third party
            filesharing service. You host the file on your own computer and use a Tor hidden service to
            make it temporarily accessible over the internet. The other user just needs to use Tor Browser
            to download the file from you.
        </p>
    </description>
    <screenshots>
        <screenshot type="default">
            <image>https://raw.githubusercontent.com/micahflee/onionshare/master/screenshots/appdata-onionshare-share-server.png</image>
            <caption>Sharing files with OnionShare</caption>
        </screenshot>
        <screenshot>
            <image>https://raw.githubusercontent.com/micahflee/onionshare/master/screenshots/appdata-onionshare-share-client.png</image>
            <caption>Downloading OnionShare files using Tor Browser</caption>
        </screenshot>
        <screenshot>
            <image>https://raw.githubusercontent.com/micahflee/onionshare/master/screenshots/appdata-onionshare-receive-server.png</image>
            <caption>Receiving files with OnionShare</caption>
        </screenshot>
        <screenshot>
            <image>https://raw.githubusercontent.com/micahflee/onionshare/master/screenshots/appdata-onionshare-receive-client.png</image>
            <caption>Uploading files to OnionShare user using Tor Browser</caption>
        </screenshot>
    </screenshots>
    <url type="homepage">https://onionshare.org/</url>
    <updatecontact>micah@micahflee.com</updatecontact>
</component>