1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>QLogo-GUI.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>QLogo-GUI</name>
<summary>A UCBLogo-compatible interpreter using Qt</summary>
<description>
<p>A UCBLogo-compatible interpreter with hardware-accelerated graphics and Unicode text. It almost identically mimics
the UCBLogo interpreter developed by Brian Harvey at U.C. Berkeley.</p>
<p>The UCBLogo User manual can be found here: https://people.eecs.berkeley.edu/~bh/usermanual</p>
</description>
<launchable type="desktop-id">emacs</launchable>
<url type="homepage">https://www.qlogo.org</url>
<update_contact>sikes_AT_qlogo.org</update_contact>
<translation/>
<languages>
<lang>en</lang>
</languages>
</component>
|