Unnamed repository; edit this file 'description' to name the repository.
Make Helix.appdata.xml spec-compliant (#10051)
- The <description> tag shouldn't be translated, but instead the individual paragraphs. - The <developer> tag is required. - The <requires> tag actually means that the app can't even be installed without that control. What this should be is <recommends>.
blt-r 2024-03-31
parent 2cadec0 · commit 3d6f34c
-rw-r--r--contrib/Helix.appdata.xml25
1 files changed, 12 insertions, 13 deletions
diff --git a/contrib/Helix.appdata.xml b/contrib/Helix.appdata.xml
index 9b566374..a46ef796 100644
--- a/contrib/Helix.appdata.xml
+++ b/contrib/Helix.appdata.xml
@@ -6,27 +6,26 @@
<name>Helix</name>
<summary>A post-modern text editor</summary>
<summary xml:lang="ar">مُحَرِّرُ نُصُوصٍ سَابِقٌ لِعَهدِه</summary>
+ <developer id="com.helix_editor">
+ <name>Blaž Hrastnik</name>
+ </developer>
<description>
<p>
Helix is a terminal-based text editor inspired by Kakoune / Neovim and written in Rust.
</p>
+ <p xml:lang="ar">
+ مُحَرِّرُ نُصُوصٍ يَعمَلُ فِي الطَّرَفِيَّة، مُستَلهَمٌ مِن Kakoune وَ Neovim وَمَكتُوبٌ بِلُغَةِ رَست البَرمَجِيَّة.
+ </p>
<ul>
<li>Vim-like modal editing</li>
+ <li xml:lang="ar">تَحرِيرٌ وَضعِيٌّ شَبيهٌ بِـVim</li>
<li>Multiple selections</li>
+ <li xml:lang="ar">تَحدِيدَاتٌ لِلنَّصِ مُتَعَدِّدَة</li>
<li>Built-in language server support</li>
+ <li xml:lang="ar">دَعْمٌ مُدمَجٌ لِخَوادِمِ اللُّغَات</li>
<li>Smart, incremental syntax highlighting and code editing via tree-sitter</li>
- </ul>
- </description>
- <description xml:lang="ar">
- <p>
- مُحَرِّرُ نُصُوصٍ يَعمَلُ فِي الطَّرَفِيَّة، مُستَلهَمٌ مِن Kakoune وَ Neovim وَمَكتُوبٌ بِلُغَةِ رَست البَرمَجِيَّة.
- </p>
- <ul>
- <li>تَحرِيرٌ وَضعِيٌّ شَبيهٌ بِـVim</li>
- <li>تَحدِيدَاتٌ لِلنَّصِ مُتَعَدِّدَة</li>
- <li>دَعْمٌ مُدمَجٌ لِخَوادِمِ اللُّغَات</li>
- <li>تَحرِيرُ التَّعلِيمَاتِ البَّرمَجِيَّةِ مَعَ تَمييزٍ لِلتَّركِيبِ النَّحُويِّ بِواسِطَةِ tree-sitter</li>
+ <li xml:lang="ar">تَحرِيرُ التَّعلِيمَاتِ البَّرمَجِيَّةِ مَعَ تَمييزٍ لِلتَّركِيبِ النَّحُويِّ بِواسِطَةِ tree-sitter</li>
</ul>
</description>
@@ -74,9 +73,9 @@
</release>
</releases>
- <requires>
+ <recommends>
<control>keyboard</control>
- </requires>
+ </recommends>
<categories>
<category>Utility</category>