Commit Graph

20 Commits

Author SHA1 Message Date
Burer 635346a4c3 feat/flask: split app into modules
feat/flask: !fix strange code to previous
2025-12-25 15:05:27 +02:00
Burer a4b23595db feat/flask: add html, css and js minification
feat/flask: !fix to previous
2025-12-25 15:04:02 +02:00
Burer 40fb662b5c feat/flask: restore single quotes and long lines split in app.py 2025-12-25 14:59:16 +02:00
Burer 00946b4579 feat/flask: compile sass only in debug mod 2025-12-25 14:59:16 +02:00
Burer 93ecc59a74 feat/flask: cleaned unused imports 2025-12-25 14:59:15 +02:00
Burer 8dd117af6b feat/flask: reworked downloads page
- new table styles
- info about last version and build date
- "viruses" warning paragraph
2025-12-25 14:59:15 +02:00
Burer 712fd0ce4e feat/flask: autoupdate of last build date 2025-12-25 14:59:15 +02:00
Burer f218b76109 feat/flask: change scss compiler to Python lib 2025-12-25 14:59:14 +02:00
Sweetbread 793f4f92aa feat: css to scss 2025-12-25 14:59:14 +02:00
Sweetbread 40123bba11 feat: add _ function 2025-12-25 14:59:14 +02:00
Burer fc00c4ec75 feat/flask remove redundant favicon route, move config parser definition into locales function 2025-12-25 14:59:14 +02:00
Burer d4c8c88175 feat/flask: add sitemap.xml and robots.txt 2025-12-25 14:59:14 +02:00
Burer 3401a7b0bc feat/flask: small tweaks and fixes 2025-12-25 14:59:14 +02:00
Burer 73ce432368 feat/flask: simplified header structure/locales/routing 2025-12-25 14:59:14 +02:00
Burer 4a78c611c7 feat/flask: global locales and templates rework
Now list of locales is autogenerated from locales .ini files, and each locale use shared template files
2025-12-25 14:59:14 +02:00
Burer 4b994386a7 feat/flask: autogenerate languages for dropdown from locale files 2025-12-25 14:59:13 +02:00
Burer 72be677345 feat/flask: total rework and finalization
- Finished all locale pages
- Updated styles, fixed some mobile problems
- Updated texts on index page
- Fixed flask locales search error, now it throws 404
- Something else, that I already forgot
2025-12-25 14:59:13 +02:00
Burer 54f9af0505 [feat/flask] Reworked locales system to use separate .ini file for each language 2025-12-25 14:59:13 +02:00
Burer 124cbc699a [feat/flask] Small fixes and maintenance
- Fixed encoding error when reading locale.ini
- Added redirect from "/" route to "/en" route
- Added ifmain to app.py to fix Flask console error
- Added .gitignore for Flask
- Added requirements.txt

[feat/flask] Small infrastructure fixes

- Added Dockerfile and .env in .gitignore (just in case)
- Sorted .gitignore
- Removed Flask dependencies from requirements.txt
2025-12-25 14:59:04 +02:00
Sweetbread fb0d1c2199 wip: rewrite to flask 2025-12-25 14:55:37 +02:00