74 Commits

Author SHA1 Message Date
Lena Pastwa dadd7fd0ba CLIENT-SPECIFICATION: update old asset deprecation notice (#22310) 2026-05-02 17:03:15 +02:00
Managor 32e4738c42 *: unify UK/US word differences (#20013) 2025-12-15 11:11:11 +02:00
Managor ae86866aab CLIENT-SPECIFICATION: enclose rendered text in backticks for better readability (#19965) 2025-12-14 16:23:24 +02:00
Managor 3b17800dbd CLIENT-SPECIFICATION: 2.3 release (#15866)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-03-07 08:37:05 +02:00
Lena 1fbb069962 CLIENT-SPECIFICATION: add the date of removal of the old asset website (#15862)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-03-05 20:44:10 +02:00
Managor 315f1e2114 CLIENT-SPECIFICATION: remove trailing whitespace (#15865)
Update CLIENT-SPECIFICATION.md
2025-03-05 10:55:47 +00:00
K.B.Dharun Krishna bab3a27ea4 CLIENT-SPECIFICATION: require support for common as an arg in platform flag (#15855)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-03-05 01:43:08 +02:00
Managor c0a8d5a576 CLIENT-SPECIFICATION: remove useless newlines (#15854) 2025-03-04 16:45:38 +02:00
Niklas Mohrin 9d37495b39 CLIENT-SPECIFICATION: remove -S and -E (#15795)
I think that these short versions of `--short-options` and
`--long-options` are unintuitive and it might be better to only have the
long variants. If users ask for short variants, we can still add them
later to the specification. On the other hand, releasing them now means
that it will be a breaking change to remove them again.

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-03-02 07:09:32 +02:00
Managor ffaaa5085a CLIENT-SPECIFICATION: clarify highlighting (#15801)
Update CLIENT-SPECIFICATION.md
2025-03-02 07:07:30 +02:00
Niklas Mohrin 906b1fbf1f CLIENT-SPECIFICATION: rephrase requirement to implement option variants (#15772)
Rephrase requirement to implement option variants

The new phrasing does not imply that all options have a short and long
form specified in the table.
2025-02-24 04:23:29 +02:00
Managor f3663d668d CLIENT-SPECIFICATION, style-guide: add longform/shortform specifications (#15253)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Niklas Mohrin <dev@niklasmohrin.de>
2025-02-23 08:12:35 +02:00
Sebastiaan Speck 552a22da2b CLIENT-SPECIFICATION: switch to https and remove www. (#13910) 2024-09-30 20:31:36 +02:00
spageektti 5a1c363361 *: change command line to command-line (#12996)
Change `command line` to `command-line`
2024-06-16 22:46:42 +02:00
Vítor Henrique 5e6dc70b2c style-guide: organize content and update sections; *: fix Markdownlint errors (#12148)
* style-guide: organize content and add contents section

* style-guide: fix general writing section title

* style-guide: fix heading level of help and version commands

* style-guide: fix heading level of see also section

* cleanup: update files

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* contributing: fix page for markdown lint

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix: markdownlint errors across files

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* docs: improve documentation about keycaps

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* docs: add info about optional and string placeholders

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* cleanup: sync changes with recent versions of style guide

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* cleanup: update style guide

Co-authored-by: Vítor Henrique <87824454+vitorhcl@users.noreply.github.com>

* docs: update style guide

Co-authored-by: Vítor Henrique <87824454+vitorhcl@users.noreply.github.com>

* docs/style-guide: reword more info links section

Co-authored-by: Vítor Henrique <87824454+vitorhcl@users.noreply.github.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-04-22 09:20:17 +05:30
Lena a6537a6607 CLIENT-SPECIFICATION: deprecate the old asset URL (#12452)
* CLIENT-SPECIFICATION: deprecate the old asset URL

* chore: prepare for release

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-03-20 20:10:12 +05:30
Starbeamrainbowlabs 60640ac351 CLIENT-SPECIFICATION: remove redirect indicators, use autolinks (#12133)
* CLIENT-SPECIFICATION: remove redirect indicators, use autolinks

Autolinks are part of the CommonMark spec (ref <https://spec.commonmark.org/0.30/#autolinks>) and are well supported.

Redirect indicators are removed as a part of #12048.

* CLIENT-SPECIFICATION: update changelog

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-02-19 20:58:10 +05:30
Lena 6bd54d3d72 CLIENT-SPECIFICATION: update asset URLs to use GitHub releases, disambiguate triple-brace placeholders (#12158) 2024-02-14 21:26:15 +01:00
K.B.Dharun Krishna 862f4c9fa0 CLIENT-SPECIFICATION: add automatic platform detection suggestion, fix Markdown syntax (#11523)
* CLIENT-SPECIFICATION: add platform suggestion

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* CLIENT-SPECIFICATION: minor fixes

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* CLIENT-SPECIFICATION: fix typo

* CLIENT-SPECIFICATION: minor fixes

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* CLIENT-SPECIFICATION: remove usage suggestion

* CLIENT-SPECIFICATION: update page

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>

* CLIENT-SPECIFICATION: minor fixes

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>

* Update CLIENT-SPECIFICATION.md

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* CLIENT-SPECIFICATION: update changelog

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* CLIENT-SPECIFICATION: fix description in changelog

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-30 23:31:27 +05:30
Lena 71a07e70c9 CLIENT-SPECIFICATION: fix typo, add a way to escape the placeholder syntax (#10730)
* CLIENT-SPECIFICATION: add a way to escape the placeholder syntax

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-17 23:08:01 +05:30
Lena 7856124245 docs: use the new [!NOTE] syntax (#10959)
* style-guide: use the new note syntax
* MAINTAINERS: use the new note syntax, use full month names
* CONTRIBUTING: use the new note syntax
* maintainers-guide: use the new note syntax
* CLIENT-SPECIFICATION: use the new note syntax
* COMMUNITY-ROLES: use the new note syntax
* git-terminal: use the new note syntax

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-13 01:26:58 +02:00
K.B.Dharun Krishna ebd4b327a3 CLIENT-SPECIFICATION (2.0): document removal of master branch, addition of support for individual translation archives (#10148)
* CLIENT-SPECIFICATION: bump version to 2.0, fix typos

* client-specification-v2.0: update changelog

* Apply suggestions from code review

Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>

* CLIENT-SPECIFICATION: add back unreleased placeholder

* CLIENT-SPECIFICATION: update Caching section

* CLIENT-SPECIFICATION: prepare for release

---------

Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>
2023-09-10 21:39:02 +05:30
omahs e81359d4d5 /*: fix typos (#10649) 2023-08-30 18:50:03 +05:30
pixel cd8ebad9ce CLIENT-SPECIFICATION: Require support for long options (#9651)
* CLIENT-SPECIFICATION: Require long options

* Update CLIENT-SPECIFICATION.md

* Update CLIENT-SPECIFICATION.md
2022-12-30 08:53:17 +10:00
Matthew Peveler 67d91b1bba CLIENT-SPECIFICATION: Use main for asset link (#9668)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-12-29 15:30:03 +01:00
Matthew Peveler 9ac1ffd5ca CLIENT-SPECIFICATION: Add entry to unreleased changelog (#7806) 2022-03-27 14:04:21 +08:00
Danilo Bargen 01cb9e50ca CLIENT-SPECIFICATION: drop the special "all" platform (#7561) 2022-02-18 07:21:54 -03:00
Matthew Peveler 3c3649ebb7 CLIENT-SPECIFICATION: add macos recommendation (#7514) 2022-02-17 08:38:56 -05:00
bl-ue 8ebd171d6f *: fix typos reported by Hunspell (#5848)
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
2021-05-20 16:13:41 -04:00
Owen Voke a66723d2c5 docs: update references to 'main' branch 2021-05-01 20:10:05 +01:00
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
bl-ue ba01b3abb0 CLIENT-SPECIFICATION: v1.5 (#5428)
CLIENT-SPECIFICATION: v1.5

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
Co-authored-by: Marco Bonelli <marco@mebeim.net>
2021-03-19 22:58:14 +01:00
Marco Bonelli aa958f9d06 Client specification: use HTTPS for archive links 2021-03-17 04:01:17 +01:00
Matthew Peveler 8505e55b56 CLIENT-SPECIFICATION: add lowercasing of commands (#5327) 2021-03-11 19:53:58 -03:00
bl-ue 0fa733b122 Fix changelog links in CLIENT-SPECIFICATION.md (#5059) 2021-01-02 14:33:40 -03:00
Starbeamrainbowlabs be3998d964 Revert "(chore) replace master/slave with inclusive language (#4459)" (#4532)
This reverts commit 4497535246.
2020-10-06 17:48:57 +01:00
Quinn Vissak 4497535246 (chore) replace master/slave with inclusive language (#4459) 2020-10-06 15:24:10 +01:00
Matthew Peveler 87324c6e54 Client spec: require exiting with non-zero code on missing page (#4246)
Version of the spec bumped to 1.4

Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2020-08-31 16:01:24 +01:00
Starbeamrainbowlabs 8effb5ba77 CLIENT-SPECIFICATION: clarify fallback to english (#4101)
Co-authored-by: Zlatan Vasović <zlatanvasovic@gmail.com>
Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
Co-authored-by: Marco Bonelli <marco@mebeim.net>
2020-07-21 22:47:30 +02:00
Waldir Pimenta 75b9a1168c Minor formatting fixes 2020-05-27 22:22:32 +02:00
Waldir Pimenta 37634b36f7 Harmonize project name (lowercase tldr, no semicolon, hyphen-separated) 2020-05-27 22:22:32 +02:00
Zlatan Vasović 917c3eaa55 CLIENT-SPEC: Update #options href to #arguments (#4013) 2020-05-04 00:29:02 +01:00
Zlatan Vasović 2baf68336b Avoid title case (#3716) 2020-04-19 12:14:52 +02:00
Zlatan Vasović a1622ec1be CLIENT-SPECIFICATION: fix a typo (#3934)
Fixes #3933.
2020-03-27 13:39:39 +08:00
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