Skip to content

Commit

Permalink
Add flatpak metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
VoxelCubes committed Apr 24, 2023
1 parent 3a05fde commit ed8a1c5
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions flatpak/io.github.voxelcubes.deepqt.appdata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>io.github.voxelcubes.deepqt</id>
<launchable type="desktop-id">io.github.voxelcubes.deepqt.desktop</launchable>
<name>DeepQt</name>
<summary>Harness the power of the DeepL API with this friendly user interface</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<url type="homepage">https://github.com/VoxelCubes/DeepQt</url>
<description>
<p>DeepQt is a user-friendly application that harnesses the power of the DeepL API for translation purposes.
With a clean interface and support for batch processing of plain text files and EPUB books,
DeepQt makes it easy to translate texts efficiently and effectively.</p>

<p>DeepQt also features higher-level glossaries allowing you to make replacements before translation,
to ensure consistnecy in terms. These can even be applied without translating anything!</p>

<p>To use DeepQt's translation features, you will need a DeepL API license, either free or pro.</p>
</description>
<screenshots>
<!-- Replace the URL below with a screenshot of your application -->
<screenshot type="default">
<image>https://raw.githubusercontent.com/VoxelCubes/DeepQt/master/media/example_screenshot.png</image>
</screenshot>
</screenshots>
<releases>
<release version="1.1.7" date="2023-04-23"/>
</releases>
<content_rating type="oars-1.1" />
<developer_name>VoxelCubes</developer_name>
<categories>
<category>Utility</category>
<category>Translation</category>
</categories>
<provides>
<binary>deepqt</binary>
</provides>
</component>

0 comments on commit ed8a1c5

Please sign in to comment.