summaryrefslogtreecommitdiffstats
path: root/qtpass.appdata.xml
diff options
context:
space:
mode:
authorDave Olsthoorn <brouwer@annejan.com>2016-05-17 11:44:14 +0200
committerDave Olsthoorn <dave.olsthoorn@gmail.com>2016-05-17 11:44:14 +0200
commit580c5176db96f62164b07f4587e068aa1679035a (patch)
tree7f0859fecc224c95a37c08e7a9777598d638d2bb /qtpass.appdata.xml
parentb6b7583aa60e3a0f661982ec2728409b7d0983fd (diff)
Add appdata file for software centers
The appdata file gets used by gnome-software and other software centers, the specification can be found here: https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html
Diffstat (limited to 'qtpass.appdata.xml')
-rw-r--r--qtpass.appdata.xml48
1 files changed, 48 insertions, 0 deletions
diff --git a/qtpass.appdata.xml b/qtpass.appdata.xml
new file mode 100644
index 00000000..5d1633dd
--- /dev/null
+++ b/qtpass.appdata.xml
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop">
+ <id>qtpass.desktop</id>
+ <name>QtPass</name>
+ <summary>GUI for the standard unix password store</summary>
+ <summary xml:lang="nl_NL">GUI voor de standaard unix wachtwoord opslag</summary>
+ <developer_name>IJHack</developer_name>
+ <description>
+ <p>
+ QtPass is a multi-platform GUI for pass, the standard unix password manager.
+ </p>
+ <p>Features:</p>
+ <ul>
+ <li>Using pass or git and gpg2 directly</li>
+ <li>Cross platform: Linux, BSD, OS X and Windows</li>
+ <li>Using native widgets and iconography where possible</li>
+ <li>Reading pass password stores</li>
+ <li>Decrypting and displaying the password and related info</li>
+ <li>Editing and adding of passwords and information</li>
+ <li>Updating to and from a git repository</li>
+ <li>Per-folder user selection for multi recipient encryption</li>
+ <li>Configuration options for backends and executable/folder locations</li>
+ <li>Copying password to clipboard</li>
+ <li>Configurable shoulder surfing protection options</li>
+ <li>Experimental WebDAV support</li>
+ </ul>
+ </description>
+ <!--<description xml:lang="nl_NL"></description>--><!-- other languages are supported -->
+ <metadata_license>GFDL-1.3</metadata_license>
+ <project_license>GPL-3.0</project_license>
+ <url type="bugtracker">https://github.com/IJHack/qtpass/issues</url>
+ <!--<url type="donation"></url>-->
+ <url type="faq">https://github.com/IJHack/qtpass/blob/master/FAQ.md</url>
+ <!--<url type="help"></url>-->
+ <url type="homepage">https://qtpass.org/</url>
+ <project_group>IJHack</project_group>
+ <screenshots>
+ <screenshot type="default">
+ <!--<caption></caption> -->
+ <image width="768" height="596">https://qtpass.org/images/qtpass.png</image>
+ </screenshot>
+ <screenshot>
+ <caption>Configuration</caption>
+ <caption xml:lang="nl_NL">Configuratie</caption>
+ <image width="900" height="637">https://qtpass.org/images/config.png</image>
+ </screenshot>
+ </screenshots>
+</component>