update Appdata file descriptions. #1393

This commit is contained in:
Hylke Bons 2013-10-06 17:17:41 +01:00
parent 3209c4d01c
commit 0544c312c4
2 changed files with 24 additions and 12 deletions

View file

@ -1,14 +1,26 @@
<?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>
<id type="desktop">sparkleshare.desktop</id>
<licence>CC0</licence>
<name>SparkleShare</name>
<summary>Self hosted, instant, secure file sync</summary>
<description>
<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>
<p>SparkleShare was made to cover certain use cases, but doesn't handle every scenario well. To help you decide if SparkleShare is right for you, here's a few examples of what it does well and less well:</p>
<p>Great:</p>
<ul>
<li>Frequently changing project files, like text, office documents, and images</li>
<li>Tracking and syncing files edited by multiple people</li>
<li>Reverting a file to any point in its history</li>
<li>Preventing spying on your files on the server using encryption</li>
</ul>
<p>Not so great:</p>
<ul>
<li>Full computer backups</li>
<li>Storing your photo or music collection</li>
<li>Large binary files that change often, like video editing projects</li>
</ul>
<p>Have fun!</p>
</description>
<url type="homepage">http://www.sparkleshare.org/</url>
</application>

View file

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