-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathorg.wxhexeditor.wxHexEditor.appdata.xml
61 lines (54 loc) · 2.26 KB
/
org.wxhexeditor.wxHexEditor.appdata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?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>
<li xml:lang="de_DE">Bearbeiten von sehr großen Dateien (größer als RAM)</li>
<li xml:lang="de_DE">Vergleichen von Dateien</li>
<li xml:lang="de_DE">direktes bearbeiten XOR chiffrierter Dateien</li>
<li xml:lang="de_DE">eingefärbte Markierungen</li>
</ul>
</description>
<launchable type="desktop-id">org.wxhexeditor.wxHexEditor.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>
https://raw.githubusercontent.com/frhun/wxHexEditor/0a75a455a2df57402f8d9d62837f0e9593797dc9/contrib/screenshots/screenshot-1.png
</image>
</screenshot>
<screenshot>
<image>
https://raw.githubusercontent.com/frhun/wxHexEditor/0a75a455a2df57402f8d9d62837f0e9593797dc9/contrib/screenshots/screenshot-2.png
</image>
</screenshot>
<screenshot>
<image>
https://raw.githubusercontent.com/frhun/wxHexEditor/0a75a455a2df57402f8d9d62837f0e9593797dc9/contrib/screenshots/screenshot-3.png
</image>
</screenshot>
</screenshots>
<url type="homepage">http://www.wxhexeditor.org/</url>
<content_rating type="oars-1.1" />
<releases>
<release version="0.24" date="2017-12-31"/>
</releases>
<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>