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"?> <?xml version="1.0" encoding="UTF-8"?>
<application> <application>
<id type="desktop">sparkleshare.desktop</id> <id type="desktop">sparkleshare.desktop</id>
<licence>CC0</licence> <licence>CC0</licence>
<name>SparkleShare</name> <name>SparkleShare</name>
<summary>Easy file sharing based on git repositories</summary> <summary>Self hosted, instant, secure file sync</summary>
<description> <description>
<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>
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>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> <p>Great:</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> <ul>
</description> <li>Frequently changing project files, like text, office documents, and images</li>
<url type="homepage">http://sparkleshare.org</url> <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> </application>

View file

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