diff options
Diffstat (limited to 'AppImage/sciteco-curses.appdata.xml')
-rw-r--r-- | AppImage/sciteco-curses.appdata.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/AppImage/sciteco-curses.appdata.xml b/AppImage/sciteco-curses.appdata.xml new file mode 100644 index 0000000..fb114fe --- /dev/null +++ b/AppImage/sciteco-curses.appdata.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<component type="desktop-application"> + <id>sciteco-curses</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 (Curses 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 curses (terminal) version of SciTECO. + </p></description> + <launchable type="desktop-id">sciteco-curses.desktop</launchable> + <url type="homepage">https://rhaberkorn.github.io/sciteco/</url> + <screenshots> + <screenshot type="default"> + <image>https://sciteco.sf.net/screenshots/v2.1.0-freebsd-ncurses.png</image> + </screenshot> + </screenshots> + <provides> + <id>sciteco-curses.desktop</id> + </provides> +</component>
\ No newline at end of file |