|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<component type="desktop"> |
| 3 | + <id>qtpass.desktop</id> |
| 4 | + <name>QtPass</name> |
| 5 | + <summary>GUI for the standard unix password store</summary> |
| 6 | + <summary xml:lang="nl_NL">GUI voor de standaard unix wachtwoord opslag</summary> |
| 7 | + <developer_name>IJHack</developer_name> |
| 8 | + <description> |
| 9 | + <p> |
| 10 | + QtPass is a multi-platform GUI for pass, the standard unix password manager. |
| 11 | + </p> |
| 12 | + <p>Features:</p> |
| 13 | + <ul> |
| 14 | + <li>Using pass or git and gpg2 directly</li> |
| 15 | + <li>Cross platform: Linux, BSD, OS X and Windows</li> |
| 16 | + <li>Using native widgets and iconography where possible</li> |
| 17 | + <li>Reading pass password stores</li> |
| 18 | + <li>Decrypting and displaying the password and related info</li> |
| 19 | + <li>Editing and adding of passwords and information</li> |
| 20 | + <li>Updating to and from a git repository</li> |
| 21 | + <li>Per-folder user selection for multi recipient encryption</li> |
| 22 | + <li>Configuration options for backends and executable/folder locations</li> |
| 23 | + <li>Copying password to clipboard</li> |
| 24 | + <li>Configurable shoulder surfing protection options</li> |
| 25 | + <li>Experimental WebDAV support</li> |
| 26 | + </ul> |
| 27 | + </description> |
| 28 | + <!--<description xml:lang="nl_NL"></description>--><!-- other languages are supported --> |
| 29 | + <metadata_license>GFDL-1.3</metadata_license> |
| 30 | + <project_license>GPL-3.0</project_license> |
| 31 | + <url type="bugtracker">https://github.com/IJHack/qtpass/issues</url> |
| 32 | + <!--<url type="donation"></url>--> |
| 33 | + <url type="faq">https://github.com/IJHack/qtpass/blob/master/FAQ.md</url> |
| 34 | + <!--<url type="help"></url>--> |
| 35 | + <url type="homepage">https://qtpass.org/</url> |
| 36 | + <project_group>IJHack</project_group> |
| 37 | + <screenshots> |
| 38 | + <screenshot type="default"> |
| 39 | + <!--<caption></caption> --> |
| 40 | + <image width="768" height="596">https://qtpass.org/images/qtpass.png</image> |
| 41 | + </screenshot> |
| 42 | + <screenshot> |
| 43 | + <caption>Configuration</caption> |
| 44 | + <caption xml:lang="nl_NL">Configuratie</caption> |
| 45 | + <image width="900" height="637">https://qtpass.org/images/config.png</image> |
| 46 | + </screenshot> |
| 47 | + </screenshots> |
| 48 | +</component> |
0 commit comments