Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Appdata file and update desktop file #178

Merged
merged 2 commits into from
May 22, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions qtpass.appdata.xml
Original file line number Diff line number Diff line change
@@ -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>
28 changes: 28 additions & 0 deletions qtpass.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,36 @@
Type=Application
Name=QtPass
Version=1.0
GenericName=Password Manager
#GenericName[ar_MA]=
#GenericName[de_DE]=
#GenericName[es_ES]=
#GenericName[fr_BE]=
#GenericName[fr_FR]=
#GenericName[gl_ES]=
#GenericName[he_IL]=
#GenericName[hu_HU]=
GenericName[nl_NL]=Wachtwoord Beheer
#GenericName[pl_PL]=
#GenericName[ru_RU]=
#GenericName[sv_SE]=
#GenericName[zh_CN]=
Comment=GUI for the standard unix password store
#Comment[ar_MA]=
#Comment[de_DE]=
#Comment[es_ES]=
#Comment[fr_BE]=
#Comment[fr_FR]=
#Comment[gl_ES]=
#Comment[he_IL]=
#Comment[hu_HU]=
Comment[nl_NL]=GUI voor de standaard unix wachtwoord opslag
#Comment[pl_PL]=
#Comment[ru_RU]=
#Comment[sv_SE]=
#Comment[zh_CH]=
Exec=qtpass
Icon=qtpass-icon
Terminal=false
Categories=Security;Utility;
Keywords=Password;Manager;QT;