1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00
Commit graph

57 commits

Author SHA1 Message Date
ericgaspar
2d9357621f bring the badge back to a new line 2023-02-12 09:17:08 +01:00
Alexandre Aubin
35da6f9e51 AutoREADME: fix trailing space ... 2023-01-21 23:40:09 +01:00
Alexandre Aubin
83ab9a84aa Propagate the json/yml -> toml change to README generator 2023-01-20 00:02:59 +01:00
Aris
cee5e94e39
Correction des apostrophes (signe typographique) 2023-01-16 04:59:33 +01:00
Alexandre Aubin
311c2f877e autoreadme: add toml to requirements.txt 2023-01-11 10:05:00 +01:00
Alexandre Aubin
73b070e084 make_readme: support .toml manifests 2023-01-11 09:58:45 +01:00
Tagada
0e9c48d98b
typo 2022-10-06 23:20:19 +02:00
Tagada
1a46657e0c
Revert "Add a warning on the README when not on the master branch" 2022-10-06 23:12:37 +02:00
Alexandre Aubin
0a8be5faca Merge branch 'master' into enh-readme-current-branch 2022-08-05 23:12:31 +02:00
Alexandre Aubin
fa1818fb65 README-generator: improve mechanism to only add the 'specific branch' note when version is different from master + display master's version 2022-08-05 23:07:40 +02:00
tituspijean
99490631fc
Merge pull request #1338 from Tagadda/antifeatures 2022-08-05 17:46:06 +02:00
tituspijean
f931bde500
Add red circle to antifeatures title
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
2022-08-05 16:41:27 +02:00
tituspijean
43cde68aa7
Fix antifeatures list generation 2022-08-05 16:39:38 +02:00
tituspijean
de65b8915a
Merge branch 'master' into enh-readme-current-branch 2022-08-05 11:16:47 +02:00
yalh76
0bfe86323c
Update README.md.j2 2022-06-07 22:48:50 +02:00
Tagadda
feb3abe7db fix 2022-05-30 11:59:54 +00:00
tituspijean
b4667aa4c5
Coquille dans le générateur de README, la suite
Co-authored-by: nicofrand <nicofrand@users.noreply.github.com>
2022-05-25 10:04:17 +02:00
tituspijean
f2a59924a3
Coquille dans le générateur de README
Co-authored-by: nicofrand <nicofrand@users.noreply.github.com>
2022-05-25 09:26:35 +02:00
OniriCorpe
eb71b999d5 harmonising the style of lists (MD004) 2022-05-21 16:09:09 +02:00
OniriCorpe
29413912c0 add angle brackets around bare URLs (fix MD034) 2022-05-13 18:15:34 +02:00
OniriCorpe
11af3b6480 forgotten layout corrections (line breaks) 2022-05-13 01:25:17 +02:00
OniriCorpe
d9d6dfa019 layout corrections (line breaks) 2022-05-13 01:19:44 +02:00
OniriCorpe
0c439bd381 Readmes improvements 2022-05-13 00:13:27 +02:00
Tagadda
499db257a1 Add Anti-Features in READMEs 2022-02-23 07:29:39 +00:00
Tagadda
10cf647b4c fix 2022-02-23 07:07:45 +00:00
Tagadda
235922bf5c Get the default branch from the apps.json 2022-02-23 06:36:19 +00:00
Tagadda
426ea91d4c Add a warning when not on a master branch 2022-02-22 23:44:44 +00:00
tituspijean
a855bbf07b
Homogenize bot's name/email b/w author/committer 2021-10-26 23:00:46 +02:00
tituspijean
c24c62ba22 Fix author and committer name for README auto-update 2021-09-04 00:42:51 +02:00
ericgaspar
027ef04e87 Add description 2021-08-22 16:57:07 +02:00
Laurent Peuch
93da394be6 [mod] add some debug logging 2021-06-14 16:34:26 +02:00
Laurent Peuch
19fb5931ad [mod] port to sanic for perfs 2021-06-14 01:48:34 +02:00
Laurent Peuch
9b664f5706 [mod] use with tempfile.TemporaryDirectory 2021-06-14 01:32:03 +02:00
Alexandre Aubin
fde5859b20
Merge pull request #1167 from nils-van-zuijlen/readme-fr
French README
2021-05-29 17:11:03 +02:00
Alexandre Aubin
116c9aca9e make_readme.py : cast path to str inside the function, because webhook.py calls make_readme with a string 2021-05-28 17:17:16 +02:00
ericgaspar
ca05a1c208
Remove superfluous double space
Signed-off-by: Nils VAN ZUIJLEN <nils.van-zuijlen@mailo.com>
2021-05-27 10:31:28 +02:00
Nils VAN ZUIJLEN
988580035c
Fix readme fr translation
Signed-off-by: Nils VAN ZUIJLEN <nils.van-zuijlen@mailo.com>
2021-05-27 10:22:51 +02:00
Nils VAN ZUIJLEN
e33145b53a
Use nbsp before semicolons in fr readme
Signed-off-by: Nils VAN ZUIJLEN <nils.van-zuijlen@mailo.com>
2021-05-27 10:16:47 +02:00
Nils VAN ZUIJLEN
b508d10c6c
Add type annotation to make_readme
Signed-off-by: Nils VAN ZUIJLEN <nils.van-zuijlen@mailo.com>
2021-05-26 18:46:51 +02:00
Nils VAN ZUIJLEN
f444224486
Run Black on make_readme.py
Signed-off-by: Nils VAN ZUIJLEN <nils.van-zuijlen@mailo.com>
2021-05-26 18:46:29 +02:00
Nils VAN ZUIJLEN
228abe50db
Use consistent quotes
Signed-off-by: Nils VAN ZUIJLEN <nils.van-zuijlen@mailo.com>
2021-05-26 18:45:39 +02:00
Nils VAN ZUIJLEN
4dda38194c
Use pathlib.Path everywhere
It's imported, let's use it more!

Signed-off-by: Nils VAN ZUIJLEN <nils.van-zuijlen@mailo.com>
2021-05-26 18:43:26 +02:00
Nils VAN ZUIJLEN
052b6c2416
Use script-based template finding
Instead of calling location based template finding

Signed-off-by: Nils VAN ZUIJLEN <nils.van-zuijlen@mailo.com>
2021-05-26 18:39:42 +02:00
Nils VAN ZUIJLEN
09fbff0060
Use /bin/env in make_readme shebang
It helps with virtualenv usage

Signed-off-by: Nils VAN ZUIJLEN <nils.van-zuijlen@mailo.com>
2021-05-26 18:37:26 +02:00
Alexandre Aubin
6a8d26b4fd
Merge pull request #1155 from Salamandar/app_readme_templates
Changes to the Readme.md.j2 :
2021-05-26 18:10:56 +02:00
Alexandre Aubin
2799e2ee08
Don't display break line --- at the top, it's meant only for the example app 2021-05-26 18:10:47 +02:00
Alexandre Aubin
976b8f04cb
AutoREADME: Add line break for before install badge
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2021-05-26 18:09:33 +02:00
Alexandre Aubin
afaee6454d Misc fixes after tests on the battlefield 2021-05-21 22:37:22 +02:00
Alexandre Aubin
a91a81fb06 Use /github as endpoint 2021-05-21 20:17:02 +02:00
Alexandre Aubin
41e500b9c6 Misc fixes 2021-05-21 20:12:00 +02:00