Gleb Zaharov Sweetbread
  • Joined on 2024-03-08
Sweetbread pushed to feat/flask at KolibriOS/kolibrios.org 2025-08-22 20:51:04 +02:00
b126e8778d feat: css to scss
Sweetbread pushed to feat/flask at KolibriOS/kolibrios.org 2025-08-22 20:48:09 +02:00
6936e2f163 feat: css to scss
Sweetbread pushed to feat/flask at KolibriOS/kolibrios.org 2025-08-22 18:33:07 +02:00
d5682232b5 l10n(ru): format strings
e768a6efe9 feat: add _ function
Compare 2 commits »
Sweetbread commented on pull request KolibriOS/kolibrios.org#4 2025-08-22 18:22:03 +02:00
[WIP] Rewrite to flask

@Burer, could you format all other locales same as Russian, please?

Sweetbread pushed to feat/flask at KolibriOS/kolibrios.org 2025-08-22 18:19:42 +02:00
30ba40c389 l10n(ru): format strings
d913238993 feat: add _ function
c69a68c2da util: add shell.nix
Compare 3 commits »
Sweetbread pushed to feat/flask at KolibriOS/kolibrios.org 2025-08-13 16:58:31 +02:00
d35be6568e feat/flask remove redundant favicon route, move config parser definition into locales function
9bc60ac47b feat/flask: add sitemap.xml and robots.txt
e8ce7ee1d5 feat/flask: small tweaks and fixes
3c6e21b4e8 feat/flask: simplified header structure/locales/routing
03ff66718f feat/flask: global locales and templates rework
Compare 9 commits »
Sweetbread merged pull request KolibriOS/kolibrios.org#5 2025-08-13 16:58:31 +02:00
[feat/flask] Reworked locales system to use separate .ini file for each language
Sweetbread commented on pull request KolibriOS/kolibrios.org#5 2025-08-10 22:25:46 +02:00
[feat/flask] Reworked locales system to use separate .ini file for each language

Useless global var. Initialize it in load_all_locales function to not waste RAM

Sweetbread commented on pull request KolibriOS/kolibrios.org#5 2025-08-10 22:25:46 +02:00
[feat/flask] Reworked locales system to use separate .ini file for each language

I think, it's better to just add a link into head and provide link to this as a regular static. Also, what do you think about webp? Maybe add multiple links (to webp and to ico for fallback)?

Sweetbread suggested changes for KolibriOS/kolibrios.org#5 2025-08-10 22:25:46 +02:00
[feat/flask] Reworked locales system to use separate .ini file for each language

Solve this and it's ready to merge

Sweetbread commented on pull request KolibriOS/kolibrios.org#5 2025-08-10 22:17:00 +02:00
[feat/flask] Reworked locales system to use separate .ini file for each language

I'll fix it in mainstream

Sweetbread commented on pull request KolibriOS/kolibrios#272 2025-08-03 18:28:55 +02:00
programs: Add Uxn emulator

Your project can be in a separate repo with autobuild. While building the OS download an artifact from CI

Sweetbread commented on pull request KolibriOS/kolibrios.org#5 2025-07-22 18:08:45 +02:00
[feat/flask] Reworked locales system to use separate .ini file for each language

Maybe just redirect to en version? Or look at accept-language header and choose the most preferred

Sweetbread commented on pull request KolibriOS/kolibrios.org#5 2025-07-22 18:08:45 +02:00
[feat/flask] Reworked locales system to use separate .ini file for each language

The code is duplicated. The only difference is a template name

Sweetbread suggested changes for KolibriOS/kolibrios.org#5 2025-07-22 18:08:45 +02:00
[feat/flask] Reworked locales system to use separate .ini file for each language

You joined all templates for different languages. Now pages for them are different. Are you sure you want to unificate?

Sweetbread commented on pull request KolibriOS/kolibrios.org#5 2025-07-22 18:08:44 +02:00
[feat/flask] Reworked locales system to use separate .ini file for each language

I think, it is an overcomplicated code: better to sort all other language codes separately and then append to ['en', 'ru', 'es']

Sweetbread commented on issue KolibriOS/kolibrios#271 2025-07-10 19:59:49 +02:00
Uxn/Varvara emulator

@Burer, there is a linker, just like in Rust programs