Skip to content

Commit

Permalink
feat: add desktop and appstream files (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon authored Nov 5, 2024
1 parent 3223ffc commit 7a1b127
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
7 changes: 7 additions & 0 deletions it.unibo.tuprolog.ide.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[Desktop Entry]
Name=TuProlog IDE
Exec=tuprolog-ide
Type=Application
Icon=it.unibo.tuprolog.ide
Categories=Development;
X-Desktop-File-Install-Version=0.27
23 changes: 23 additions & 0 deletions it.unibo.tuprolog.ide.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>it.unibo.tuprolog.ide</id>

<name>tuProlog IDE</name>
<summary>An IDE for using Prolog via 2p-kt</summary>

<url type="homepage">https://apice.unibo.it/xwiki/bin/view/Tuprolog/</url>

<metadata_license>CC-BY-SA-4.0</metadata_license>
<project_license>Apache-2.0</project_license>

<description>
<p>
tuProlog (2P henceforth) is a multi-paradigm logic programming framework written in Java.
</p>
<p>
2P-Kt is a Kotlin-based and multi-platform reboot of 2P. It consists of an open ecosystem for Symbolic Artificial Intelligence (AI). For this reason, 2P-Kt consists of a number of incrementally inter-dependent modules aimed at supporting symbolic manipulation and reasoning in an extensible and flexible way.
</p>
</description>

<launchable type="desktop-id">it.unibo.tuprolog.ide.desktop</launchable>
</component>

0 comments on commit 7a1b127

Please sign in to comment.