aboutsummaryrefslogtreecommitdiffhomepage
path: root/AppImage/sciteco-gtk.appdata.xml
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-01-20 05:03:37 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-01-20 05:03:37 +0300
commit2843ca269cb59bdf9c544fc5dec343bc7430cf3d (patch)
treeb7bcf1489e785a7862c7a9a3e346a9b8479a4a49 /AppImage/sciteco-gtk.appdata.xml
parenta1aa8515d7061b592f60a41ab3a2b6be98d26a8e (diff)
downloadsciteco-2843ca269cb59bdf9c544fc5dec343bc7430cf3d.tar.gz
AppImage: added AppStream metadata
Should improve the SciTECO site at the AppImages Hub (appimage.github.io). We will have to make another PR before the site gets updated.
Diffstat (limited to 'AppImage/sciteco-gtk.appdata.xml')
-rw-r--r--AppImage/sciteco-gtk.appdata.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/AppImage/sciteco-gtk.appdata.xml b/AppImage/sciteco-gtk.appdata.xml
new file mode 100644
index 0000000..59e17d7
--- /dev/null
+++ b/AppImage/sciteco-gtk.appdata.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+ <id>sciteco-gtk</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-3.0+</project_license>
+ <name>SciTECO</name>
+ <summary>Scintilla-based Text Editor and Corrector (GTK 3 UI)</summary>
+ <description><p>
+ SciTECO is an interactive TECO dialect, similar to Video TECO.
+ It also adds features from classic Standard TECO-11,
+ and incorporates many unique new ideas.
+ It is geared towards UNIX-like operating systems but also natively
+ supports Microsoft Windows NT.
+ </p><p>
+ This app contains the GTK+ 3 (graphical) version of SciTECO.
+ </p></description>
+ <launchable type="desktop-id">sciteco-gtk.desktop</launchable>
+ <url type="homepage">https://rhaberkorn.github.io/sciteco/</url>
+ <screenshots>
+ <screenshot type="default">
+ <image>https://sciteco.sf.net/screenshots/v2.3.0-freebsd-gtk.png</image>
+ </screenshot>
+ </screenshots>
+ <provides>
+ <id>sciteco-gtk.desktop</id>
+ </provides>
+</component> \ No newline at end of file