summaryrefslogtreecommitdiff
path: root/install/org.onionshare.OnionShare.appdata.xml
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-10-13 14:35:40 -0400
committerGitHub <noreply@github.com>2019-10-13 14:35:40 -0400
commit896659c6963c14c4e047cff7f3d421977060ed23 (patch)
tree660468dd7478fb001ced211a4a33ae28a1b5f9a4 /install/org.onionshare.OnionShare.appdata.xml
parentbbf6c02da645fcd4fc50db18dd341178ad4fa2e6 (diff)
parent7d24bf9ffcd1e21e087431c21bfc658803a61ab6 (diff)
downloadonionshare-ef18b4b310216abf6f48bfe2a8bb52b70a782d76.tar.gz
onionshare-ef18b4b310216abf6f48bfe2a8bb52b70a782d76.zip
Merge pull request #1048 from micahflee/developv2.2
Version 2.2
Diffstat (limited to 'install/org.onionshare.OnionShare.appdata.xml')
-rw-r--r--install/org.onionshare.OnionShare.appdata.xml52
1 files changed, 52 insertions, 0 deletions
diff --git a/install/org.onionshare.OnionShare.appdata.xml b/install/org.onionshare.OnionShare.appdata.xml
new file mode 100644
index 00000000..6ae1b5b6
--- /dev/null
+++ b/install/org.onionshare.OnionShare.appdata.xml
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2018 Micah Lee <micah@micahflee.com> -->
+<component type="desktop-application">
+ <id>org.onionshare.OnionShare</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 send and receive files. It works by starting a web server,
+ making it accessible as a Tor onion service, and generating an unguessable web address so others can
+ download files from you, or upload files to you. It does <em>not</em> require setting up a separate server
+ or using a third party file-sharing service.
+ </p>
+ <p>
+ If you want to send files to someone, OnionShare hosts them on your own computer and uses a Tor onion
+ service to make them temporarily accessible over the internet. The receiving user just needs to open the web
+ address in Tor Browser to download the files. If you want to receive files, OnionShare hosts an anonymous
+ dropbox directly on your computer and uses a Tor onion service to make it temporarily accessible over the
+ internet. Other users can upload files to you from by loading the web address in Tor Browser.
+ </p>
+ </description>
+ <launchable type="desktop-id">org.onionshare.OnionShare.desktop</launchable>
+ <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="bugtracker">https://github.com/micahflee/onionshare/issues/</url>
+ <url type="help">https://github.com/micahflee/onionshare/wiki/</url>
+ <url type="homepage">https://onionshare.org/</url>
+ <developer_name>Micah Lee</developer_name>
+ <update_contact>micah@micahflee.com</update_contact>
+ <content_rating type="oars-1.1" />
+ <releases>
+ <release type="stable" date="2019-05-07" version="2.1" />
+ </releases>
+</component>