diff --git a/me.sergiotarxz.Exd.metainfo.xml b/me.sergiotarxz.Exd.metainfo.xml new file mode 100644 index 0000000..5e09c24 --- /dev/null +++ b/me.sergiotarxz.Exd.metainfo.xml @@ -0,0 +1,77 @@ + + + me.sergiotarxz.Exd + + Japachar + Program your thermal printer! + + MIT + AGPL-3.0-only + + + pointing + keyboard + + + https://git.owlcode.tech/sergiotarxz/Exd + https://ko-fi.com/sergiotarxz + + + mild + intense + intense + intense + + + + #B7A1EE + #3C121A + + + + sergiotarxz + + + +

Initial version

+
+
+
+ + + Sergiotarxz + + + +

This application is an IDE which helps you to create tickets and + stickers in your thermal printer using programming.

+ +

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.

+ +

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.

+ +

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.

+ +

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.

+
+ + me.sergiotarxz.Exd.desktop + + + (Change For Url) + (Change for screenshot description) + + +
diff --git a/me.sergiotarxz.Exd.yml b/me.sergiotarxz.Exd.yml index a9840ad..a8fd5aa 100644 --- a/me.sergiotarxz.Exd.yml +++ b/me.sergiotarxz.Exd.yml @@ -110,7 +110,7 @@ modules: - 'install -Dm755 HiperthermiaSource/run.pl /app/bin/hiperthermia' - 'install -Dm644 HiperthermiaSource/exd-logo.png /app/share/icons/hicolor/256x256/apps/me.sergiotarxz.Exd.png' - 'update-mime-database /app/share/mime' -# - 'install -Dm644 HiperthermiaSource/me.sergiotarxz.Exd.metainfo.xml -t /app/share/metainfo/' + - 'install -Dm644 HiperthermiaSource/me.sergiotarxz.Exd.metainfo.xml -t /app/share/metainfo/' sources: - type: "dir" path: .