Commit graph

967 commits

Author SHA1 Message Date
OniriCorpe
e0274b3548 Store: add TOS link, seperate TOS from source and acknoledgements 2024-03-11 16:40:32 +01:00
OniriCorpe
7e2ab3912f Store: fix flask command for debug in real-time 2024-03-11 16:40:32 +01:00
Tagada
c6613749f9 store: add tos link in the footer 2024-03-11 16:40:32 +01:00
OniriCorpe
43dc47dbcc fix test readmes 2024-03-11 16:40:21 +01:00
OniriCorpe
19448902fc "Source" without the HTML link, better for translation 2024-03-11 16:09:38 +01:00
OniriCorpe
bdf1956f61 Store: add TOS link, seperate TOS from source and acknoledgements 2024-03-11 16:01:33 +01:00
OniriCorpe
1dc667dcb2 Store: fix flask command for debug in real-time 2024-03-11 15:58:43 +01:00
Tagada
ce84045a61 store: add tos link in the footer 2024-03-11 15:34:27 +01:00
Laurent Peuch
9ec76f0efc feat(make_readme): add some tests 2024-03-11 03:54:58 +01:00
OniriCorpe
18bbd29b36 fix bash codeblocks 2024-03-11 00:53:56 +01:00
cri
9c89b89c7e Translated using Weblate (Spanish)
Currently translated at 1.0% (1 of 95 strings)

Translation: YunoHost/store
Translate-URL: https://translate.yunohost.org/projects/yunohost/apps/es/
2024-03-09 22:10:57 +01:00
OniriCorpe
fe875c38e0 Translated using Weblate (French)
Currently translated at 100.0% (95 of 95 strings)

Translation: YunoHost/store
Translate-URL: https://translate.yunohost.org/projects/yunohost/apps/fr/
2024-03-09 22:10:57 +01:00
Bram
8aab14aa2d Merge pull request #2109 from YunoHost/OniriCorpe-patch-1
Readme: add alt text and edit 'antifeatures' and 'category' comments
2024-03-09 12:53:26 +01:00
OniriCorpe
b2c0fed29a Readme: add alt text and edit 'antifeatures' and 'category' comments 2024-03-09 06:11:43 +01:00
Alexandre Aubin
8d7d006aec Merge pull request #2105 from YunoHost/readme_generator_generic_lang_list
feat(readme_generator): don't hardcode the list of languages, extract it from the README templates
2024-03-08 21:08:48 +01:00
Laurent Peuch
7be012bb1a feat(readme_generator): don't hardcode the list of languages, extract it from the README templates 2024-03-08 04:16:36 +01:00
OniriCorpe
e23e54d1af fixes eventual double line break after description & demo link between rafters 2024-03-07 23:30:46 +01:00
fb15a5ff94 Fix regex to replace version in manifest
This regex is used to find (textually, not via toml parser) where to replace the
version number in the Manifest.

Until now it was only supporting version numbers containing dots and digits.
I changed that to version numbers containing anything but ~ and " to handle version
numbers with dashes, or manually written version numbers that might be invalid (if
someone litteraly writes `version = "x.y~ynh1"). We don’t actually care about the
version number we match against because we just replace it.
2024-03-07 11:25:21 +01:00
xabirequejo
f276a08728 Translated using Weblate (Basque)
Currently translated at 100.0% (95 of 95 strings)

Translation: YunoHost/store
Translate-URL: https://translate.yunohost.org/projects/yunohost/apps/eu/
2024-03-07 09:09:59 +01:00
José M
339fadbb16 Translated using Weblate (Galician)
Currently translated at 100.0% (95 of 95 strings)

Translation: YunoHost/store
Translate-URL: https://translate.yunohost.org/projects/yunohost/apps/gl/
2024-03-07 09:09:59 +01:00
Christian Wehrli
7c97d76bb3 Translated using Weblate (German)
Currently translated at 97.8% (93 of 95 strings)

Translation: YunoHost/store
Translate-URL: https://translate.yunohost.org/projects/yunohost/apps/de/
2024-03-07 09:09:59 +01:00
Weblate
e83e4f08f3 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: YunoHost/store
Translate-URL: https://translate.yunohost.org/projects/yunohost/apps/
2024-03-07 09:09:59 +01:00
OniriCorpe
370043b939 that's for another PR lol 2024-03-07 02:47:30 +01:00
Laurent Peuch
14b4ad3fe6 feat(make_readme): add some typing 2024-03-07 02:47:30 +01:00
OniriCorpe
1f77615678 shhh 2024-03-07 02:47:30 +01:00
OniriCorpe
bf7862dad6 markdown fixes 2024-03-07 02:47:30 +01:00
Laurent Peuch
7706ff6082 style: run black on tools/readme_generator/make_readme.py 2024-03-07 02:47:30 +01:00
Laurent Peuch
2467965dfa fix(make_readme): antifeatures_list content was modified by reference thus breaking translations 2024-03-07 02:47:30 +01:00
OniriCorpe
f781b5b35d markdown fixes 2024-03-07 02:47:30 +01:00
OniriCorpe
6791249588 remove forgotten debug print 2024-03-07 02:47:30 +01:00
OniriCorpe
a098ad4de2 smol fixes 2024-03-07 02:47:30 +01:00
OniriCorpe
623b408c5d typo2 2024-03-06 19:13:55 +01:00
OniriCorpe
4faddec133 Merge branch 'master' of https://github.com/YunoHost/apps 2024-03-06 19:12:58 +01:00
OniriCorpe
267e9791f2 typo 2024-03-06 19:12:56 +01:00
Alexandre Aubin
12a755c63c Merge pull request #2094 from YunoHost/tag_match_regex
Better handling of version format in relevant_versions()
2024-03-06 18:50:41 +01:00
c6e2059a91 Better handling of version format in relevant_versions() 2024-03-06 18:47:56 +01:00
Alexandre Aubin
13aa84b310 Merge pull request #2091 from YunoHost/fix-tag-name
use lstrip and rstrip instead of strip to fix some edge case
2024-03-06 18:37:49 +01:00
eric_G
4382124d50 Merge pull request #2088 from YunoHost/add-logos
add logos
2024-03-05 22:41:21 +01:00
Kayou
6c7a631625 use lstrip and rstrip instead of strip to fix some edge case 2024-03-05 22:25:57 +01:00
OniriCorpe
ca5a5e1c51 Merge pull request #2089 from YunoHost/store-show-deprecated-aside 2024-03-05 21:24:18 +01:00
OniriCorpe
9e957dbf27 fix gitignore for downloaded assets 2024-03-05 21:23:02 +01:00
Bram
151c9682a0 doc(store): add instructions on how to download css/js assets 2024-03-05 21:20:13 +01:00
OniriCorpe
ac04e5170b another french translation fix 2024-03-05 19:51:58 +01:00
OniriCorpe
9edbdc92ad Fix french translation 2024-03-05 19:50:25 +01:00
OniriCorpe
1230b4d630 remove fuzzy tag 2024-03-05 19:47:59 +01:00
OniriCorpe
d999d2aa3d french translation 2024-03-05 19:41:20 +01:00
OniriCorpe
3b8c1b2f12 update messages.pot for weblate 2024-03-05 19:36:37 +01:00
OniriCorpe
bb69c0fb2a Revert "update message.pot"
This reverts commit a4050f7a31.
2024-03-05 19:36:15 +01:00
OniriCorpe
a4050f7a31 update message.pot 2024-03-05 19:35:55 +01:00
OniriCorpe
a685d89c5c remove deprecated softwares from the main catalog list and add a dedicated list at the bottom 2024-03-05 19:33:46 +01:00