1
0
Fork 0
Commit Graph

16 Commits (python3)

Author SHA1 Message Date
vibe ec9ddf153c Add dependency info to README.md 2023-11-13 02:04:08 +01:00
vibe 27fa0f326f Update footer credits in template 2023-11-12 22:56:59 +01:00
vibe 7f2cfd5b31 Change file open mode to 'wb'
FFI used in the project uses bytes instead of str for writing purposes.
2023-11-12 22:56:21 +01:00
vibe 92a1286055 Fix healthcheck in python3
Subprocess returns stdout as bytes instead of str nowadays, so I
addressed it in a quick and dirty way.

The extra return in healthcheck function is added there to stop the app
from complaining about it and also because I discovered that the
solution for tracking printer status here is essentially hardcoded for
English, while my local test environment outputs lpstat logs
in Ukrainian.
2023-11-12 21:44:59 +01:00
vibe db76e8a64f WIP: Upgrade to Python3, change dependencies
Due to old pangocairo bindings seemingly not being updated anymore
I resorted to using cffi-based bindings for now.
Current problems with pango and pangocairo bindings is that they are
incomplete, and it seems like outside HTML parsing there are some broken
things about font rendering, which I need to deal with. I might look
into rebuilding this functionality using something else, maybe Pillow.

Health check was disabled for now so I can focus on image rendering.
2023-11-07 03:14:38 +01:00
vibe b366bb265b Initialize poetry in the project 2023-11-07 01:47:57 +01:00
vibe f8a294058f Rewrite README.md to be more descriptive 2023-11-06 02:01:44 +01:00
vibe 8f46c1b6d5 Add lang en to html tag for a11y 2023-11-03 23:22:28 +01:00
vibe 23ed2468e6 Add viewport meta tag for better mobile viewing 2023-11-03 23:22:01 +01:00
informatic d37cfbb222 Update label size 2016-12-16 01:13:25 +01:00
informatic 354d71c211 Add HTML markup support, change input type to textarea 2016-10-14 02:16:37 +02:00
q3k 213ba5bd42 Actually fix the footer link this time. 2015-08-30 01:56:04 +02:00
q3k 0348fa17a7 Fix footer link. 2015-08-30 01:48:25 +02:00
q3k 69f8fa7bc2 Add health checking. 2015-08-30 01:46:34 +02:00
q3k 122f747a48 Add footer. 2015-08-30 01:25:49 +02:00
q3k 9f17cf2b52 Initial commit. 2015-08-30 00:46:51 +02:00