Commit Graph

133 Commits

Author SHA1 Message Date
Daniel Micay d7db6a7ece drop official support for installing via Debian 10
Debian 10 no longer receives official security support and has an
OpenSSH version predating file signing support. We plan to move away
from signify to OpenSSH for more portability so this has to go.
2024-02-14 06:32:40 -05:00
sandbank52641 0ee05afdbb start introducing conforming procedure style
The changes summarized:

* Use angle brackets (`>`) instead of arrow symbols (`➔`).
* Put a non-breaking space (` `) before each angle bracket.
* Wrap sequences and elements in bold element (`<b>`).
* Accessibility: Wrap angle bracket in a span tag with an aria-label.

References:

* https://developers.google.com/style/procedures#multi-action-procedures
* https://developers.google.com/style/ui-elements#angle-brackets

I use the entity number `&#160;` for the non-breaking space instead of
the named character entity `&nbsp;` because `xmllint` produces a linting
error (which is to be expected).

```
parser error : Entity 'nbsp' not defined
```

Ideally we want to use the named character entity (`&nbsp;`), but I
couldn't find a reasonable solution. In order not to block this change,
I've opted for the entity number (`&#160;`). If a reasonable solution is
found, the entity number can be easily replaced by the named character
entity.

The changes require more than just replacing the currently used arrow.
The surrounding context should be checked to determine whether a change
is appropriate at this point and whether it requires further changes in
the context itself.

The paragraphs are wrapped with the currently used 98 characters. If
using vim:

```
:set tw=98
```

Vim's wrapping is weird when applied several times. To work around this,
we can unwrap the paragraph first. To select a paragraph, unwrap and
rewrap: Point to the line of the paragraph, and type `vipJgqq` in normal
mode.
2024-02-04 02:48:46 -05:00
Daniel Micay 211db6850e mark Linux Mint as supported for installation 2023-12-30 18:15:02 -05:00
Daniel Micay 49a62ebb14 drop end-of-life macOS Big Sur 2023-12-30 17:01:52 -05:00
Daniel Micay 1f2546b4db update fwupd instructions 2023-12-30 16:40:12 -05:00
Daniel Micay b96df9c32f disconnect Pixel Tablet from stand for installing 2023-12-21 18:19:46 -05:00
sgost1 0d89a83c51 Fix wording in cli.html 2023-12-18 09:44:12 -05:00
Daniel Micay 399d28714f document workaround for fwupd bug 2023-11-26 07:19:25 -05:00
Daniel Micay fd2170de15 remove GNOME workaround for now
This appears to cause issues and we need more information on when this
may be required.
2023-11-07 01:58:33 -05:00
Daniel Micay 85d4f3ee8f make CLI install guide consistent 2023-10-29 09:37:59 -04:00
Daniel Micay 5a16284828 publish experimental support for husky and shiba 2023-10-17 09:44:28 -04:00
Jorge Luis Carrillo 89f74ca4c2 install: update supported OSes 2023-10-12 19:32:46 -04:00
Daniel Micay 4ab7c8678e add key fingerprints for husky/shiba 2023-10-12 08:58:23 -04:00
matchboxbananasynergy 7989b02e85 avoid specifically referring to phones in install guides 2023-07-30 13:54:17 -04:00
Jorge Luis Carrillo 684029d074 Update platform-tools hashes 2023-07-23 00:27:34 -04:00
Daniel Micay ca66d0a3c4 update platform-tools to 34.0.4 2023-07-15 13:19:55 -04:00
smdyv 150608e016 Use simple templating for static processing 2023-07-13 16:08:16 -04:00
smdyv 4430036ea2 Change string markings for replacements 2023-07-13 16:08:16 -04:00
Daniel Micay 959ea0412e add Pixel Fold key fingerprint to install guides 2023-06-28 11:49:16 -04:00
Daniel Micay 7db9a46500 publish Pixel Tablet support 2023-06-21 03:59:51 -04:00
tedgravlin 48acf5cd5f Add Mastodon link to footer 2023-06-16 16:14:06 -04:00
Daniel Micay b0ea3af8d8 mark new Debian and Ubuntu releases supported 2023-06-10 13:53:26 -04:00
Daniel Micay 71c5907a14 downgrade fastboot version due to upstream issue 2023-05-16 14:15:40 -04:00
Daniel Micay 8e815b1045 document 34.0.1 as minimum recommended fastboot 2023-05-16 03:02:35 -04:00
Daniel Micay 3ecae4a786 update platform-tools hashes 2023-05-15 15:00:09 -04:00
Daniel Micay 7c23e60d0f add Pixel 7a GrapheneOS avb key fingerprint 2023-05-13 17:55:04 -04:00
Daniel Micay a8f2424a5c update to platform-tools 34.0.1 2023-03-10 22:44:09 -05:00
Vladislav 6a0e6def49 update platform-tools to r34.0.0 2023-02-18 10:20:56 -05:00
Daniel Micay 1ff2719b37 add workaround for GNOME USB bug 2023-01-05 00:33:22 -05:00
Daniel Micay deb502d5ba Arch Linux android-tools should be fixed now 2022-12-24 13:25:05 -05:00
Daniel Micay cb1664099b document GNOME bug causing installation issues 2022-12-05 04:46:15 -05:00
Daniel Micay 5a5602e884 remove accidental commas 2022-12-04 01:12:48 -05:00
Daniel Micay caa7ae7177 move GrapheneOS account to grapheneos.social 2022-11-27 06:05:55 -05:00
Daniel Micay fedb4ec1cf retract recommendation to use Arch android-tools 2022-11-16 06:18:30 -05:00
Daniel Micay cfe4414b4c stop listing macOS Catalina as supported
This has been end-of-life since September.
2022-11-15 19:27:50 -05:00
Daniel Micay a0bc7dd1c7 list macOS Ventura and Ubuntu 22.10 as supported 2022-11-15 19:25:41 -05:00
Daniel Micay f74884f6f5 add metadata for temporary Mastodon account 2022-11-07 12:45:17 -05:00
Daniel Micay d7523879d6 document 33.0.3 as minimum platform-tools
33.0.2 may be enough for the Pixel 7 and Pixel 7 Pro but it's best to
reset this to the latest version that's now being heavily tested by
people installing the experimental releases.
2022-10-18 19:45:00 -04:00
Daniel Micay a0acd2e0e6 list key fingerprints for Pixel 7 and Pixel 7 Pro 2022-10-17 16:21:48 -04:00
Daniel Micay 7a70ae58e0 raise minimum fastboot version to 33.0.1 2022-10-14 20:26:35 -04:00
Daniel Micay 951e6c5b3c add forum link to footer 2022-10-10 12:24:52 -04:00
Daniel Micay 3b24dc375f unlist end-of-life Ubuntu 21.10 2022-09-28 10:25:42 -04:00
Daniel Micay c0a98cd881 prepare to list upcoming OS releases in October 2022-09-28 10:23:49 -04:00
Daniel Micay 5714b8f5bb clarify macOS versions 2022-09-28 10:15:18 -04:00
Daniel Micay 5f7cf878ae fix typo 2022-09-08 06:38:15 -04:00
Daniel Micay 35da3c2a8f improve info on verifying installation 2022-09-08 06:24:47 -04:00
Daniel Micay cc15841dfe clearer Pixel 6a OEM unlocking instructions 2022-09-07 21:57:20 -04:00
Daniel Micay 1c29145c51 re-add note about updating stock as best practice 2022-08-25 23:36:33 -04:00
Daniel Micay fc23a9ecb7 remove obsolete Android 13 beta information 2022-08-25 23:15:08 -04:00
smdyv 37253ffa17 Add highlighting style for placeholders
This is in accordance with Google's developer documentation style guide.
2022-08-25 23:15:08 -04:00