2024-11-02 22:48:59 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<component type="desktop-application">
|
|
|
|
<id>me.sergiotarxz.Exd</id>
|
|
|
|
|
|
|
|
<name>Japachar</name>
|
|
|
|
<summary>Program your thermal printer!</summary>
|
|
|
|
|
|
|
|
<metadata_license>MIT</metadata_license>
|
|
|
|
<project_license>AGPL-3.0-only</project_license>
|
|
|
|
|
|
|
|
<supports>
|
|
|
|
<control>pointing</control>
|
|
|
|
<control>keyboard</control>
|
|
|
|
</supports>
|
|
|
|
|
|
|
|
<url type="homepage">https://git.owlcode.tech/sergiotarxz/Exd</url>
|
|
|
|
<url type="donation">https://ko-fi.com/sergiotarxz</url>
|
|
|
|
|
|
|
|
<content_rating type="oars-1.1">
|
|
|
|
<content_attribute id="language-humor">mild</content_attribute>
|
|
|
|
<content_attribute id="social-contacts">intense</content_attribute>
|
|
|
|
<content_attribute id="money-purchasing">intense</content_attribute>
|
|
|
|
<content_attribute id="money-advertising">intense</content_attribute>
|
|
|
|
</content_rating>
|
|
|
|
|
|
|
|
<branding>
|
|
|
|
<color type="primary" scheme_preference="light">#B7A1EE</color>
|
|
|
|
<color type="primary" scheme_preference="dark">#3C121A</color>
|
|
|
|
</branding>
|
|
|
|
|
|
|
|
|
|
|
|
<releases>
|
2024-11-03 11:44:23 +01:00
|
|
|
<release version="v1.0.0" date="2024-11-02">
|
2024-11-02 22:48:59 +01:00
|
|
|
<description>
|
|
|
|
<p>Initial version</p>
|
|
|
|
</description>
|
|
|
|
</release>
|
|
|
|
</releases>
|
|
|
|
|
|
|
|
<developer id="me.sergiotarxz">
|
|
|
|
<name>Sergiotarxz</name>
|
|
|
|
</developer>
|
|
|
|
|
|
|
|
<description>
|
|
|
|
<p>This application is an IDE which helps you to create tickets and
|
|
|
|
stickers in your thermal printer using programming.</p>
|
|
|
|
|
|
|
|
<p>To give you the maximum freedom it leverages Perl, custom emojies,
|
|
|
|
QR code generation, a file format that contains your generated ticket
|
|
|
|
and the ability to import PNG images and your system fonts.</p>
|
|
|
|
|
|
|
|
<p>This is a paid application, as soon as you enter the program you
|
|
|
|
will be shown the paywall, you can skip the payment to allow
|
|
|
|
you to properly test the program. Even if it is paid, the source
|
|
|
|
code is available under a free software license so you can
|
|
|
|
adapt and redistribute the software however you want.</p>
|
|
|
|
|
|
|
|
<p>Currently standard ESC/POS printers and cheap aliexpress Cat-Printers
|
|
|
|
are supported, if you have a non supported thermal printer and a
|
|
|
|
webcam to record the printer working drop us an email so we can
|
|
|
|
give support to your printer.</p>
|
|
|
|
|
|
|
|
<p>I plan the generated tickets to have the capability to be used from
|
|
|
|
PoS systems, receive parameters or be used from server applications
|
|
|
|
creating docker images and servers to print .exd files, this is
|
|
|
|
currently WIP, this app is a cool toy by the moment.</p>
|
|
|
|
</description>
|
|
|
|
|
|
|
|
<launchable type="desktop-id">me.sergiotarxz.Exd.desktop</launchable>
|
|
|
|
</component>
|