1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <component type="desktop-application">
|
---|
3 | <id>net.zdechov.app.AcronymDecoder</id>
|
---|
4 |
|
---|
5 | <name>Acronym Decoder</name>
|
---|
6 | <summary>Search acronym meanings</summary>
|
---|
7 | <developer id="net.zdechov.chronos">
|
---|
8 | <name>Chronos</name>
|
---|
9 | </developer>
|
---|
10 |
|
---|
11 | <url type="homepage">https://app.zdechov.net/AcronymDecoder</url>
|
---|
12 | <url type="contact">https://app.zdechov.net/AcronymDecoder#Contact</url>
|
---|
13 | <url type="vcs-browser">https://app.zdechov.net/AcronymDecoder/browser</url>
|
---|
14 |
|
---|
15 | <metadata_license>CC0-1.0</metadata_license>
|
---|
16 | <project_license>CC0-1.0</project_license>
|
---|
17 |
|
---|
18 | <description>
|
---|
19 | <p>A simple tool for quick searching of meaning for various acronyms and abbreviations.</p>
|
---|
20 | <p>Features:</p>
|
---|
21 | <ul>
|
---|
22 | <li>Acronym database management</li>
|
---|
23 | <li>Quick searching by acronym name, meaning or category. Exact or partial match.</li>
|
---|
24 | <li>Acronym categories</li>
|
---|
25 | <li>Database stored as project file in open XML format</li>
|
---|
26 | <li>Configurable import from external web pages (http, https) with custom text parsing rules</li>
|
---|
27 | <li>Support for import from MS Access database file</li>
|
---|
28 | <li>Localized interface (English, Czech)</li>
|
---|
29 | <li>Allows minimization to system tray</li>
|
---|
30 | <li>Document check for acronyms occurrence, definitions and summary section</li>
|
---|
31 | </ul>
|
---|
32 | </description>
|
---|
33 |
|
---|
34 | <launchable type="desktop-id">net.zdechov.app.AcronymDecoder.desktop</launchable>
|
---|
35 |
|
---|
36 | <branding>
|
---|
37 | <color type="primary" scheme_preference="light">#99c1f1</color>
|
---|
38 | <color type="primary" scheme_preference="dark">#1a5fb4</color>
|
---|
39 | </branding>
|
---|
40 |
|
---|
41 | <screenshots>
|
---|
42 | <screenshot type="default">
|
---|
43 | <caption>Main window</caption>
|
---|
44 | <image>https://svn.zdechov.net/AcronymDecoder/trunk/Images/Screenshots/Acronym%20Decoder.png</image>
|
---|
45 | </screenshot>
|
---|
46 | </screenshots>
|
---|
47 |
|
---|
48 | <releases>
|
---|
49 | <release version="1.7.0" date="2025-01-04">
|
---|
50 | <url type="details">https://svn.zdechov.net/AcronymDecoder/tags/1.6.0/Release%20Notes.txt</url>
|
---|
51 | <description>
|
---|
52 | <ul>
|
---|
53 | </ul>
|
---|
54 | </description>
|
---|
55 | </release>
|
---|
56 | </releases>
|
---|
57 |
|
---|
58 | <categories>
|
---|
59 | <category>Utility</category>
|
---|
60 | <category>TextTools</category>
|
---|
61 | </categories>
|
---|
62 |
|
---|
63 | <content_rating type="oars-1.1"/>
|
---|
64 | </component>
|
---|