Weblate 博客 / 开发
Improved Docker container for Weblate
The Docker container for Weblate got several improvements in past days and if you're using it, it might be worth reviewing your setup.
Taking over siphashc for Python
Since some time we're using siphash algorithm to speed up looking up strings in Weblate. Even though it is used by Python internally, it's not exposed in the standard library so several third party modules appeared in the PyPI. Out of all these siphashc or rather it's Python 3 fork siphashc3 seemed to perform best, so I've started to use that.
Changes to Docker container for Weblate
I've made several changes to the Weblate Docker container which are worth mentioning today.
HackerOne experience with Weblate
Weblate has started to use HackerOne Community Edition some time ago and I think it's good to share my experience with that. Do you have open source project and want to get more attention of security community? This post will answer how it looks from perspective of pretty small project.
New location for Weblate
Today, Weblate got new home. The difference is not that big - it has been moved from my personal GitHub account to WeblateOrg organization.
Improved Docker container for Weblate
In last days, the Weblate Docker container got several improvements to make it better fit for production setup. All changes are heavily based on pull request by Fred Cox.
Weblate supports Python 3
During the last days I've completed quite long time challenge - make Weblate compatible with Python 3. It's probably still not in shape you would use it on production server, but it runs fine and the testsuite completes without errors.
Weblate UI polishing
After releasing Weblate 2.0 with Bootstrap based UI, there was still lot of things to improve. Weblate 2.1 brought more consistency in using buttons with colors and icons. Weblate 2.2 will bring some improvements in other graphics elements.
Merging Weblate instances
For quite some time, I've been running translation server for projects where I am involved at l10n.cihar.com. Historically this used Pootle, but when we had more and more problems with that, I've written Weblate and started to use it there.
New UI for Weblate
For quite some time, I'm working on new UI for Weblate. As the time is always limited, the progress is not that fast as I would like to see, but I think it's time to show the current status to wider audience.