forked from EUA/wxHexEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Appstream metadata for applicaiton stores
This adds Appstream metadata for display in application stores on linux. This closes EUA#173 , and in contrast to that is compatible with the existing appstream metadata already on flathub. The screenshots in the metadata will only begin to work when this is merged into the main github upstream, because they are referenced to there. As it is here, changing the screenshots on master will automatically change them in application stores.
- Loading branch information
Showing
4 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<id>org.wxhexeditor.wxHexEditor</id> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>GPL-2.0</project_license> | ||
<name>wxHexEditor</name> | ||
<summary>Advanced large file hex editor</summary> | ||
<summary xml:lang="de_DE">Umfangreicher Hex-Editor für große Dateien</summary> | ||
<description> | ||
<p>Directly edit and analyze large files.</p> | ||
<p xml:lang="de_DE">Bearbeiten und analysieren Sie große Dateien direkt.</p> | ||
<p>Advanced Features include:</p> | ||
<ul> | ||
<li>Editing very large files (bigger than RAM)</li> | ||
<li>Compare files</li> | ||
<li>Directly edit XOR encrypted files</li> | ||
<li>Colorized overlays</li> | ||
</ul> | ||
<p xml:lang="de_DE">Besondere Funktionen:</p> | ||
<ul xml:lang="de_DE"> | ||
<li>Bearbeiten von sehr großen Dateien (größer als RAM)</li> | ||
<li>Vergleichen von Dateien</li> | ||
<li>direktes bearbeiten XOR chiffrierter Dateien</li> | ||
<li>eingefärbte Markierungen</li> | ||
</ul> | ||
</description> | ||
|
||
<launchable type="desktop-id">org.wxhexeditor.wxHexEditor.desktop</launchable> | ||
|
||
<screenshots> | ||
<screenshot type="default"> | ||
<image> | ||
https://raw.githubusercontent.com/EUA/wxHexEditor/master/contrib/screenshots/screenshot-1.png | ||
</image> | ||
</screenshot> | ||
<screenshot> | ||
<image> | ||
https://raw.githubusercontent.com/EUA/wxHexEditor/master/contrib/screenshots/screenshot-2.png | ||
</image> | ||
</screenshot> | ||
<screenshot> | ||
<image> | ||
https://raw.githubusercontent.com/EUA/wxHexEditor/master/contrib/screenshots/screenshot-3.png | ||
</image> | ||
</screenshot> | ||
</screenshots> | ||
|
||
<url type="homepage">http://www.wxhexeditor.org/</url> | ||
|
||
<content_rating type="oars-1.1" /> | ||
|
||
<kudos> | ||
<kudo>UserDocs</kudo> | ||
<kudo>HiDpiIcon</kudo> | ||
</kudos> | ||
|
||
<releases> | ||
<release version="0.24" date="2017-12-31"/> | ||
</releases> | ||
|
||
<translation type="gettext" /> | ||
|
||
<developer_name>Erdem U. Altinyurt</developer_name> | ||
<url type="bugtracker">https://github.com/EUA/wxHexEditor/issues</url> | ||
<url type="donation">https://sourceforge.net/donate/index.php?group_id=185385</url> | ||
<url type="help">http://wiki.wxhexeditor.org/</url> | ||
|
||
</component> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.