Compare commits

..
Author SHA1 Message Date
690f0f8e9a Add back noise texture
Add back the noise texture background by embedding the image file and setting it
as base64-encoded data as CSS background image.
2026-08-14 11:54:59 +02:00
b7c0307f6b Add GTK application implementation 2026-08-14 11:54:59 +02:00
d1bb505e0a Add c-based localization support 2026-08-14 11:54:59 +02:00
4a11ea5ad0 Add MPD client implementation 2026-08-14 11:54:59 +02:00
af4fc2fb64 Add common go types 2026-08-14 11:54:59 +02:00
377e57ee43 Add basic go application and remove python code 2026-08-14 11:54:59 +02:00

View file

@ -1,10 +1,10 @@
# Contributing
There are three ways to contribute code to this project:
There are multiple ways to contribute code to this project:
* Submit a Pull Request on
[https://git.suruatoel.xyz/coderkun/mcgo](git.suruatoel.xyz/coderkun/mcgo) or
[https://codeberg.org/leotaurus/mcgo](codeberg.org/leotaurus/mcgo)
[https://git.suruatoel.xyz/coderkun/mcg](git.suruatoel.xyz/coderkun/mcg) or
[https://codeberg.org/suruatoel/mcg](codeberg.org/suruatoel/mcg)
* Send a git pull request via eMail
* Send a patch via eMail
@ -17,7 +17,7 @@ Update `.pot` files:
$ msgcat --use-first -o po/mcg.pot po/mcg-go.pot po/mcg-ui.pot
Use a tool like [Poedit](https://poedit.net/) to create or update translations
in the “locale/” folder.
in the `locale/` folder.
## AI Policy