Commit Graph
22 Commits
Author SHA1 Message Date
Burer d35be6568e feat/flask remove redundant favicon route, move config parser definition into locales function 2025-08-12 14:54:54 +03:00
Burer 9bc60ac47b feat/flask: add sitemap.xml and robots.txt 2025-08-03 10:43:19 +03:00
Burer e8ce7ee1d5 feat/flask: small tweaks and fixes 2025-07-25 13:51:00 +03:00
Burer 3c6e21b4e8 feat/flask: simplified header structure/locales/routing 2025-06-05 09:27:42 +03:00
Burer 03ff66718f 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-06-05 09:20:25 +03:00
Burer 965bdb3f7c feat/flask: images cleanup
- delete obsolete images
- resort images by folders
- add proper alt= parameters and standartized closing to <img> tags
2025-06-01 18:51:44 +03:00
Burer 52ec2ae623 feat/flask: autogenerate languages for dropdown from locale files 2025-06-01 18:40:57 +03:00
Burer 110a0c172c 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-05-24 11:41:35 +03:00
Burer 952796182d [feat/flask] Reworked locales system to use separate .ini file for each language 2025-03-25 14:45:21 +02:00
Burer ab629e3709 [feat/flask] Small infrastructure fixes
- Added Dockerfile and .env in .gitignore (just in case)
- Sorted .gitignore
- Removed Flask dependencies from requirements.txt
2025-03-25 12:58:30 +02:00
Burer 4a220140f9 [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
2025-03-25 12:51:33 +02:00
Burer 9d58cf0668 Better adaptation for WebView (#3)
- Smaller images
- Hardcoded table cells sizes
- Different colors for highlighting links of different types

Reviewed-on: #3
Co-authored-by: Burer <burer@kolibrios.org>
Co-committed-by: Burer <burer@kolibrios.org>
2025-03-22 10:21:50 +01:00
Burer b5ab6271bc Fix wrong russian spelling, better WebView support (#2)
Reviewed-on: #2
Co-authored-by: Burer <burer@kolibrios.org>
Co-committed-by: Burer <burer@kolibrios.org>
2025-03-21 12:47:03 +01:00
Burer 9c553cbbce Renamed all download.htm files back to .template 2025-03-20 08:07:11 +02:00
Burer 4e7ad4c942 Got the links to Reddit back, as I plan to post KolibriOS news there 2025-03-20 08:04:50 +02:00
Burer 28c8f704bb Small text fixes and tweaks 2025-03-18 14:25:50 +02:00
Burer e8a8e8cc45 Small content and styles fixes
- Removed build date from download tables on mobile
- Tweaked margins in download tables
- Added margins in social medias links
- Removed Reddit from social medias links
- Added BETA-version notations back to downloads table
2025-03-18 14:25:50 +02:00
Burer 4853c4a83c Updated banner with Git info, added links to social medias 2025-03-18 14:25:49 +02:00
Burer 0f030c579d Small content and style updates
- Removed GPL-2 mentioning from index
- Updated language dropdown styles
- Changed "help" link on index to git
2025-03-18 14:25:41 +02:00
Burer d01831ec0d Small styles and content updates
- Made #lang-dropdown line-height smaller
- Changed all text to translations from previous English version
- Changed english video to previous version
2025-03-18 14:25:24 +02:00
Burer f571dfa272 Updated styles, screenshots and videos 2025-03-18 14:25:11 +02:00
Burer 72ba1ab64f WIP. Global codebase refactoring
- Refactored almost all HTML, CSS and JS code, reducing it's size and making all pages similar.
- Updated texts and translation to all languages.
- Slightly updated pages styles and content.
- Added visual slider to screenshots in /download.
- Propably something else that I have already forgot.
2025-03-18 14:24:42 +02:00