mirror of
https://git.bakhai.co.in/FbIN/libreqr.git
synced 2026-04-21 17:56:18 +05:30
Synced + few of my changes
Drop Less support: The style.less and themes/libreqr/theme.php files are converted to plain CSS. The main Less features used in LibreQR were variables and selector nesting, but since CSS custom properties and nesting are now widely supported across browsers, the less.php dependency can be ditched. To read the background color for contrast improvement, a regex is used on the theme CSS file. (5468a43a2f) Format locales according to Weblate (f3e2249a84) Estonian Translation (eb0ea03857) doc: Add link to Weblate + enhance markup (49394ebd9b)
This commit is contained in:
parent
07d120a646
commit
77f048085b
18 changed files with 834 additions and 940 deletions
19
README.md
19
README.md
|
|
@ -28,7 +28,7 @@ LibreQR can be chrooted using PHP-FPM.
|
|||
|
||||
### YunoHost
|
||||
|
||||
There is [a package](https://code.antopie.org/miraty/qr_ynh/) for [YunoHost](https://yunohost.org/).
|
||||
There is [a package for YunoHost](https://apps.yunohost.org/app/qr).
|
||||
|
||||
For historical reasons, LibreQR is technically named `qr` in YunoHost.
|
||||
|
||||
|
|
@ -45,23 +45,18 @@ You can customize your LibreQR instance look by changing the colors in `theme.ph
|
|||
|
||||
## Contribute
|
||||
|
||||
The public forge is <https://code.antopie.org/miraty/libreqr>. You can open issues and pull requests there.
|
||||
You can open issues and pull requests on [the public forge](https://code.antopie.org/miraty/libreqr).
|
||||
|
||||
### Translations
|
||||
|
||||
You can add your translations in `locales/<language-code>.php`.
|
||||
[Contribute on Codeberg's Weblate](https://translate.codeberg.org/engage/libreqr2/)
|
||||
|
||||
You can also manually edit translations in `locales/<language-code>.php`.
|
||||
|
||||
## Contact
|
||||
|
||||
You can get my contact details on <https://miraty.antopie.org/>, feel free to use them if you want more informations about using or contributing to LibreQR.
|
||||
You can get [contact details for the maintainer](https://miraty.niv.re/contact), feel free to use them if you want more information about using or contributing to LibreQR.
|
||||
|
||||
## License
|
||||
|
||||
LibreQR is published under [AGPLv3+](https://code.antopie.org/miraty/libreqr/src/branch/main/LICENSE). Librairies located in the `vendor` subdirectory use their own licenses.
|
||||
|
||||
LibreQR is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
|
||||
|
||||
LibreQR is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
LibreQR is published under [AGPLv3+](LICENSE). Librairies located in the `vendor` subdirectory use their own compatible licenses.
|
||||
Loading…
Add table
Add a link
Reference in a new issue