Merge pull request #1393 from comzeradd/appdata

Add appdata file
This commit is contained in:
Hylke Bons 2013-10-06 09:08:24 -07:00
commit 3209c4d01c
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<application>
<id type="desktop">sparkleshare.desktop</id>
<licence>CC0</licence>
<name>SparkleShare</name>
<summary>Easy file sharing based on git repositories</summary>
<description>
<p>
Easy file sharing based on git repositories. A special folder is setup and directories/files placed within are placed in a git-based version control system and synchronized elsewhere.
</p>
<p>SparkleShare creates a special folder on your computer. You can add remotely hosted folders (or "projects") to this folder. These projects will be automatically kept in sync with both the host and all of your peers when someone adds, removes or edits a file.</p>
</description>
<url type="homepage">http://sparkleshare.org</url>
</application>

View file

@ -1,6 +1,7 @@
[Desktop Entry]
Type=Application
Name=SparkleShare
Comment=Easy file sharing based on git repositories
Exec=sparkleshare start
Icon=sparkleshare
Terminal=false