1
0
Fork 0
Commit graph

56 commits

Author SHA1 Message Date
Alexandre Aubin
bedab81d47 AutoREADME: fix trailing space ... 2023-01-21 23:40:09 +01:00
Alexandre Aubin
7b2c85c2ff Propagate the json/yml -> toml change to README generator 2023-01-20 00:02:59 +01:00
Aris
255045a19d Correction des apostrophes (signe typographique) 2023-01-16 04:59:33 +01:00
Alexandre Aubin
2450d24201 autoreadme: add toml to requirements.txt 2023-01-11 10:05:00 +01:00
Alexandre Aubin
1e654991e9 make_readme: support .toml manifests 2023-01-11 09:58:45 +01:00
Tagada
0361a0d604 typo 2022-10-06 23:20:19 +02:00
Tagada
0e1da9afb7 Revert "Add a warning on the README when not on the master branch" 2022-10-06 23:12:37 +02:00
Alexandre Aubin
ccc42d0d5b Merge branch 'master' into enh-readme-current-branch 2022-08-05 23:12:31 +02:00
Alexandre Aubin
0a9495483f 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
30b87731ce Merge pull request #1338 from Tagadda/antifeatures 2022-08-05 17:46:06 +02:00
tituspijean
55cd460a4a Add red circle to antifeatures title
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
2022-08-05 16:41:27 +02:00
tituspijean
3b8576149a Fix antifeatures list generation 2022-08-05 16:39:38 +02:00
tituspijean
5ceaebc120 Merge branch 'master' into enh-readme-current-branch 2022-08-05 11:16:47 +02:00
yalh76
7507671f7a Update README.md.j2 2022-06-07 22:48:50 +02:00
Tagadda
1d19f28c9a fix 2022-05-30 11:59:54 +00:00
tituspijean
04fa9897d0 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
8dd2a460a4 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
d922783580 harmonising the style of lists (MD004) 2022-05-21 16:09:09 +02:00
OniriCorpe
d4ff6d83a1 add angle brackets around bare URLs (fix MD034) 2022-05-13 18:15:34 +02:00
OniriCorpe
6c0a2a50fb forgotten layout corrections (line breaks) 2022-05-13 01:25:17 +02:00
OniriCorpe
9b890e36b9 layout corrections (line breaks) 2022-05-13 01:19:44 +02:00
OniriCorpe
b14cb5e82a Readmes improvements 2022-05-13 00:13:27 +02:00
Tagadda
448dd80c5f Add Anti-Features in READMEs 2022-02-23 07:29:39 +00:00
Tagadda
388337d8bf fix 2022-02-23 07:07:45 +00:00
Tagadda
cf0343f6a1 Get the default branch from the apps.json 2022-02-23 06:36:19 +00:00
Tagadda
306d447e97 Add a warning when not on a master branch 2022-02-22 23:44:44 +00:00
tituspijean
11301cd9e2 Homogenize bot's name/email b/w author/committer 2021-10-26 23:00:46 +02:00
tituspijean
d13cda4951 Fix author and committer name for README auto-update 2021-09-04 00:42:51 +02:00
ericgaspar
f2e5574c45 Add description 2021-08-22 16:57:07 +02:00
Laurent Peuch
559f5ee0b3 [mod] add some debug logging 2021-06-14 16:34:26 +02:00
Laurent Peuch
b68fb5988e [mod] port to sanic for perfs 2021-06-14 01:48:34 +02:00
Laurent Peuch
6ea4acaab2 [mod] use with tempfile.TemporaryDirectory 2021-06-14 01:32:03 +02:00
Alexandre Aubin
2ca152ae8f Merge pull request #1167 from nils-van-zuijlen/readme-fr
French README
2021-05-29 17:11:03 +02:00
Alexandre Aubin
93194da0cf 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
a0d4c5c660 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
28135feabd 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
71ec039bbd 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
914b991187 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
cb54c92f42 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
6ec96be983 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
a6805cb244 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
7b07514b93 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
354f74241f 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
798dd4722f 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
63f24909ce 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
4a32431dd2 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
2afd1d5118 Misc fixes after tests on the battlefield 2021-05-21 22:37:22 +02:00
Alexandre Aubin
7678877629 Use /github as endpoint 2021-05-21 20:17:02 +02:00
Alexandre Aubin
249307a849 Misc fixes 2021-05-21 20:12:00 +02:00
Salamandar
4d4f9aca66 Fix french.
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
2021-05-21 19:54:30 +02:00