-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
geany: Include appstream metainfo & monitoring
- Loading branch information
1 parent
452ded0
commit 54b64f4
Showing
5 changed files
with
66 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Copyright 2005-2017 by Enrico Tröger, Nick Treleaven, Colomban Wendling, Matthew Brush and Frank Lanitz --> | ||
<component type="desktop-application"> | ||
<id>org.geany.Geany</id> | ||
<launchable type="desktop-id">geany.desktop</launchable> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<name>Geany</name> | ||
<project_license>GPL-2.0+</project_license> | ||
<summary>A fast and lightweight IDE</summary> | ||
<developer_name>Geany Team</developer_name> | ||
<url type="homepage">https://geany.org/</url> | ||
<description> | ||
<p>Geany was developed to provide a small and fast IDE, which has only a | ||
few dependencies on other packages. Another goal was to be as independent | ||
as possible from a specific Desktop Environment like KDE or GNOME.</p> | ||
<p>Geany includes the following features:</p> | ||
<ul> | ||
<li>Syntax highlighting</li> | ||
<li>Code completion</li> | ||
<li>Auto completion of often used constructs like if, for and while</li> | ||
<li>Auto completion of XML and HTML tags</li> | ||
<li>Call tips</li> | ||
<li>Code folding</li> | ||
<li>Many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal</li> | ||
<li>Symbol lists</li> | ||
<li>Embedded terminal emulation</li> | ||
<li>Extensibility through plugins</li> | ||
</ul> | ||
</description> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://www.geany.org/uploads/Gallery/geany_main.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://www.geany.org/uploads/Gallery/geany_build.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://www.geany.org/uploads/Gallery/geany_vte.png</image> | ||
</screenshot> | ||
</screenshots> | ||
<update_contact>https://github.com/geany/geany</update_contact> | ||
<translation type="gettext">geany</translation> | ||
<releases> | ||
<release version="2.0" date="2023-10-19"/> | ||
<release version="1.38" date="2021-10-09"/> | ||
<release date="2020-11-08" version="1.37.1"/> | ||
<release date="2019-09-28" version="1.36"/> | ||
<release date="2019-04-28" version="1.35"/> | ||
</releases> | ||
<content_rating type="oars-1.1"/> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
releases: | ||
id: 5514 | ||
rss: https://github.com/geany/geany/releases.atom | ||
security: | ||
cpe: ~ # Last checked 2025-02-07 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters