Marco Bonelli
4824f90963
Client spec: mention releases in maintainer notes
2021-03-25 00:38:35 +00:00
Marco Bonelli
227b860db2
Client specification: typo
2021-03-25 00:38:35 +00:00
Marco Bonelli
f51a5e2999
Client specification: point changelog to tags
...
Also include a maintainer note in the form of a comment for
future reference when updating the changelog.
2021-03-25 00:38:35 +00:00
Marco Bonelli
aa958f9d06
Client specification: use HTTPS for archive links
2021-03-17 04:01:17 +01:00
Marco Bonelli
4b76ffff45
CI: fix deployment branch check ( #4130 )
2020-06-27 18:19:22 +02:00
Marco Bonelli
a671c64bb4
mysqldump: add reference to mysql in description
2020-03-13 14:08:21 +01:00
Marco Bonelli
32558c6eb2
mysqldump: move backup restore examples to mysql
2020-03-13 14:08:21 +01:00
Marco Bonelli
21580038c4
mysqldump: use proper filename token for all examples
2020-03-03 18:03:15 +01:00
Marco Bonelli
40af8c1f54
mysqldump: use long options, correct command name
2020-03-03 18:03:15 +01:00
Marco Bonelli and MohamedSabthar
4ce3205382
ab, ack: add Tamil translation (revived) ( #3761 )
...
Co-authored-by: MohamedSabthar <43032716+MohamedSabthar@users.noreply.github.com >
2020-01-16 00:22:16 +00:00
Marco Bonelli
7f5a2b0eb2
grep: add French translation ( #3759 )
2020-01-15 21:00:43 +01:00
Marco Bonelli
c8291fdcfa
Remove unnecessary newlines in send-to-bot messages. ( #3754 )
...
GitHub wraps text in comments even when a single newline is
encountered. This made comments by @tldr-bot look awkward.
2020-01-13 20:45:31 +01:00
Marco Bonelli and Guido Lena Cota
36e37a07fd
git-init: add Italian translation.
...
Co-authored-by: Guido Lena Cota <guido.lenacota@kreuzwerker.de >
2020-01-10 23:21:56 +00:00
Marco Bonelli and Guido Lena Cota
53cae8a217
git-imerge: add Italian translation.
...
Co-authored-by: Guido Lena Cota <guido.lenacota@kreuzwerker.de >
2020-01-10 23:21:56 +00:00
Marco Bonelli and Guido Lena Cota
1d759b1e2b
git-grep: add Italian translation.
...
Co-authored-by: Guido Lena Cota <guido.lenacota@kreuzwerker.de >
2020-01-10 23:21:56 +00:00
Marco Bonelli and Guido Lena Cota
be3ea1e88b
git-gc: add Italian translation.
...
Co-authored-by: Guido Lena Cota <guido.lenacota@kreuzwerker.de >
2020-01-10 23:21:56 +00:00
Marco Bonelli and Guido Lena Cota
99e35b2a2c
git-format-patch: add Italian translation.
...
Co-authored-by: Guido Lena Cota <guido.lenacota@kreuzwerker.de >
2020-01-10 23:21:56 +00:00
Marco Bonelli and Guido Lena Cota
c14f06d0e3
git fetch: add Italian translation.
...
Co-authored-by: Guido Lena Cota <guido.lenacota@kreuzwerker.de >
2020-01-10 23:21:56 +00:00
Marco Bonelli and Guido Lena Cota
ea4491c18f
git-diff: add Italian translation.
...
Co-authored-by: Guido Lena Cota <guido.lenacota@kreuzwerker.de >
2020-01-10 23:21:56 +00:00
Marco Bonelli and Guido Lena Cota
b767da10ad
git-config: add Italian translation.
...
Co-authored-by: Guido Lena Cota <guido.lenacota@kreuzwerker.de >
2020-01-10 23:21:56 +00:00
Marco Bonelli and Guido Lena Cota
3785c55a75
git-commit: add Italian translation.
...
Co-authored-by: Guido Lena Cota <guido.lenacota@kreuzwerker.de >
2020-01-10 23:21:56 +00:00
Marco Bonelli and Guido Lena Cota
1539dee8c3
git-clone: add Italian translation.
...
Co-authored-by: Guido Lena Cota <guido.lenacota@kreuzwerker.de >
2020-01-10 23:21:56 +00:00
Marco Bonelli and Guido Lena Cota
a16222c55a
it/git-am: fix typo.
...
Co-authored-by: Guido Lena Cota <guido.lenacota@kreuzwerker.de >
2020-01-10 23:21:56 +00:00
Marco Bonelli and Hugo D.
2fc20251a9
tar: add French translation ( #3732 )
...
* tar: add French translation
Co-authored-by: Hugo D. (jabesq) <jabesq@gmail.com >
* Typo
Co-authored-by: Hugo Dupras <jabesq@gmail.com >
2020-01-04 15:50:55 +01:00
Marco Bonelli
359ada47c7
Scripts: use POSIX subcommand invocation
2019-11-29 16:01:25 +00:00
Marco Bonelli
4d153b7d8e
test.sh: rename functions
2019-11-29 16:01:25 +00:00
Marco Bonelli
9b4decb926
.gitignore: remove no more needed test_results rule
2019-11-29 16:01:25 +00:00
Marco Bonelli
11ad7b5203
Check PR: optimize script
2019-11-29 16:01:25 +00:00
Marco Bonelli
c88644a216
Travis: remove no longer needed after_failure field
2019-11-29 16:01:25 +00:00
Marco Bonelli
2ae688016a
Send to bot: rename script
2019-11-29 16:01:25 +00:00
Marco Bonelli
134e63f318
Send to bot: better action names, simplify endpoint
2019-11-29 16:01:25 +00:00
Marco Bonelli
6af2c9b9b3
package.json: bump markdownlint-cli to 0.19.0
...
This also fixes a bug where markdownlint-cli wasn't able to correctly
recognize errors under some circumstances.
2019-11-29 16:01:25 +00:00
Marco Bonelli
581821448e
Add check-pr script
...
This script will be run by Travis-CI (on PR builds only) to run some useful
checks. Refer to the comment at the top of the script for more information.
2019-11-29 16:01:25 +00:00
Marco Bonelli
df8cae8c6f
Update and refactor send_to_bot script
...
Refactor the script from top to bottom:
1. Switch to Python 3.
2. Add functionality for commenting only once (used for commenting messages
generated by the check-pr script).
3. Split the functionality clearly into two different actions: one for
pr-check information, and one for build errors.
4. Add additional env vars checks and error checks.
2019-11-29 16:01:25 +00:00
Marco Bonelli
7a28aef527
Copy index.json in build script, not npm script
...
Move the duplication of the index.json file in the build.sh script instead of
the npm build-index script. This makes things cleaner.
2019-11-29 16:01:25 +00:00
Marco Bonelli
c2051a0674
Replace npm test with a proper bash script
...
The npm test script was dirty and had the unneeded side effect of generating an
output file. This change moves the test to a real bash script that runs the
appropriate tests and also additional checks when ran from Travis CI during a PR
build.
2019-11-29 16:01:25 +00:00
Marco Bonelli
53af408ce5
Add missing trailing newline to some Korean pages ( #3633 )
2019-11-28 21:16:38 +00:00
Marco Bonelli
503e5f030c
multiple pages: fix whitespace in Korean pages ( #3603 )
2019-11-22 15:09:37 +00:00
Marco Bonelli
7f699a83ab
Add missing trailing newline to some Korean pages. ( #3575 )
2019-11-15 17:01:53 +00:00
Marco Bonelli
07fab14d0e
Add trailing newline to Korean pages ( #3573 )
2019-11-15 15:59:10 +00:00
Marco Bonelli
1c29ef3e19
Remove duplicated Korean pages
2019-11-15 13:32:02 +05:30
Marco Bonelli
5c20a36041
rg: fix grammar ( #3525 )
2019-11-04 09:54:16 +00:00
Marco Bonelli
e5f79d3d2c
gcc: make page description impersonal. ( #3526 )
2019-11-04 09:30:33 +08:00
Marco Bonelli
24d67a4239
wc (fr): remove additional trailing whitespace ( #3493 )
2019-10-29 14:10:06 +00:00
Marco Bonelli
13982a4fcb
git-clone: correct and reword examples ( #3470 )
2019-10-27 12:07:00 +01:00
Marco Bonelli
0d3209adbb
multiple pages (pt_BR): add missing trailing newline.
2019-10-25 14:27:07 +02:00
Marco Bonelli
a8a46fdb33
code (pt_BR): fix broken example description.
2019-10-25 14:27:07 +02:00
Marco Bonelli
4484fd55c2
bat, bg, cmus, man (pt_BR): fix broken description.
2019-10-25 14:27:07 +02:00
Marco Bonelli
841ec0d945
exiftool: reword and clarify page. ( #3324 )
2019-10-06 20:48:58 +05:30
Marco Bonelli
b751a31f72
exec: correct and clarify example descriptions. ( #3325 )
2019-10-06 09:04:58 +05:30
Marco Bonelli
f928d3f41c
expand: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
83c10d4f95
exiftool: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
b8ddc94d68
exec: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
8b4a06f09b
exa: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
c3ba2a1ad1
espeak: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
63b07fedea
eslint: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
6aabf8d613
erl: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
810a5fceb6
envsubst: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
a0d2796ce9
enscript: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
86465a69ec
env: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
07f270b458
entr: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
43fa5d6c2a
enca: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
37e251e4d4
ember: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
7149c32b09
emacsclient: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
20fe31203d
emacs: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
d7d1c51650
elm: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
ce67987759
astronomer: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
7255f7334a
elinks: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
b1332bc318
electrum: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
72c91362e4
ed: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
1a9fd44f41
ect: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
8d34c0e8d0
echo: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
943f702a33
ebook-convert: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
14ec187ced
duplicity: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
d10c44d828
du: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
8d141fce42
drush: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
5c01cbd5f9
drill: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
e464c317b2
doxygen: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
3b3f97d283
dotnet: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
5106e4f7f6
dot: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
c489aa9bd4
dokku: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
34dd400362
docker: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
da0620d73c
docker-machine: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
26120f3a40
docker-image: add Italian translation.
2019-10-05 15:25:51 +02:00
Marco Bonelli
f30e7ed891
expand: clarify last command using a concrete example. ( #3326 )
2019-10-05 14:51:20 +05:30
Marco Bonelli
649f5eced0
BCP47 to POSIX: update CONTRIBUTING.md to use POSIX tags.
2019-08-26 09:53:30 +05:30
Marco Bonelli
54e1ade0a9
BCP47 to POSIX: rename Brazilian Portuguese folder.
2019-08-26 09:53:30 +05:30
Marco Bonelli
d9e1d592e5
Client spec: clarify preferred page resolution method.
2019-08-23 17:49:44 +01:00
Marco Bonelli
45388933fc
Client spec: correct use of the term 'argument(s)'.
2019-08-23 17:49:44 +01:00
Marco Bonelli
907e8e6fe7
Client spec: turn 'Other Considerations' into 'Caching'.
2019-08-23 17:49:44 +01:00
Marco Bonelli
ad9cf5cb6a
Client spec: harmonize formatting.
2019-08-23 17:49:44 +01:00
Marco Bonelli
ec9ac68997
Client spec: use POSIX instead of BCP-47 locale tags.
2019-08-23 17:49:44 +01:00
Marco Bonelli
2917c14e17
Client spec: reword and reorder language section.
2019-08-23 17:49:44 +01:00
Marco Bonelli
c206938235
envsubst: clarify examples and description ( #3221 )
2019-08-07 06:32:59 +01:00
Marco Bonelli
50fe370668
qlmangle: fix typo ( #3225 )
2019-08-06 13:08:09 +02:00
Marco Bonelli
9bd20d5328
enscript: reword page ( #3220 )
2019-08-04 15:05:15 +01:00
Marco Bonelli
af602a181c
enca: clarify examples and fix tokens ( #3214 )
...
- Clarify and simplify examples' descriptions.
- Change the token {{files(s)}} to {{file1 file2 ...}} for consistency with
other pages.
2019-08-03 11:01:48 +02:00
Marco Bonelli
c160121bdc
emacs: clarify examples. ( #3212 )
2019-07-31 00:25:48 -03:00
Marco Bonelli
8465f20ccb
bitcoin-cli: add Italian translation.
2019-07-21 01:59:28 +02:00
Marco Bonelli
78e6a386ea
docker-containers: add Italian translation.
2019-07-21 01:59:28 +02:00