summaryrefslogtreecommitdiff
path: root/static/install/web.html
AgeCommit message (Collapse)Author
2024-05-15add Pixel 8a supportDaniel Micay
2024-05-11remove trailing whitespaceDaniel Micay
2024-04-07web-install: adjust OEM unlocking sectionmatchboxbananasynergy
2024-03-14Since the texts have been swapped -> Menu updatedb068931cc450442b63f5b3d276ea4297
2024-03-03move up "Further information" sectionsandbank52641
After installation, the user may want to dive into more information about the new system they got (=> "Further information"). This should have a higher priority than the section "Replacing GrapheneOS with the stock OS."
2024-02-14drop official support for installing via Debian 10Daniel Micay
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-04start introducing conforming procedure stylesandbank52641
The changes summarized: * Use angle brackets (`>`) instead of arrow symbols (`➔`). * Put a non-breaking space (`&#160;`) 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.
2023-12-30simplify supported Android OSes for installationDaniel Micay
2023-12-30mark Linux Mint as supported for installationDaniel Micay
2023-12-30drop end-of-life macOS Big SurDaniel Micay
2023-12-30update fwupd instructionsDaniel Micay
2023-12-21disconnect Pixel Tablet from stand for installingDaniel Micay
2023-12-18Fix wording in web.htmlsgost1
2023-11-26document workaround for fwupd bugDaniel Micay
2023-11-07remove GNOME workaround for nowDaniel Micay
This appears to cause issues and we need more information on when this may be required.
2023-10-29Minor edit web.html to include 8th genBHydden
Minor text change to verification description to account for 8th gen pixels
2023-10-17publish experimental support for husky and shibaDaniel Micay
2023-10-12install: update supported OSesJorge Luis Carrillo
2023-10-12add key fingerprints for husky/shibaDaniel Micay
2023-08-18document Brave Shields breaking web installDaniel Micay
2023-07-30avoid specifically referring to phones in install guidesmatchboxbananasynergy
2023-07-13Use simple templating for static processingsmdyv
2023-07-13Change string markings for replacementssmdyv
2023-06-28add Pixel Fold key fingerprint to install guidesDaniel Micay
2023-06-21publish Pixel Tablet supportDaniel Micay
2023-06-16Add Mastodon link to footertedgravlin
2023-06-10mark new Debian and Ubuntu releases supportedDaniel Micay
2023-05-13add Pixel 7a GrapheneOS avb key fingerprintDaniel Micay
2023-04-29update fastboot.jsDaniel Micay
2023-03-11consistency: change 'keys' to 'buttons'b068931cc450442b63f5b3d276ea4297
buttons is used 1 time here and 2 times at cli
2023-01-05add workaround for GNOME USB bugDaniel Micay
2022-12-22remove trailing whitespaceDaniel Micay
2022-12-15reduce fastboot.js memory usageDaniel Micay
2022-12-14Add warning for Flatpak and Snap browsersmatchboxbananasynergy
2022-12-05document GNOME bug causing installation issuesDaniel Micay
2022-12-04remove accidental commasDaniel Micay
2022-11-27move GrapheneOS account to grapheneos.socialDaniel Micay
2022-11-15stop listing macOS Catalina as supportedDaniel Micay
This has been end-of-life since September.
2022-11-15list macOS Ventura and Ubuntu 22.10 as supportedDaniel Micay
2022-11-07add metadata for temporary Mastodon accountDaniel Micay
2022-11-01update fastboot.js revisionDaniel Micay
2022-10-19raise documented web installer memory requirementDaniel Micay
2022-10-17update fastboot.js for Pixel 7 / Pixel 7 ProDaniel Micay
2022-10-17list key fingerprints for Pixel 7 and Pixel 7 ProDaniel Micay
2022-10-10add forum link to footerDaniel Micay
2022-09-28unlist end-of-life Ubuntu 21.10Daniel Micay
2022-09-28prepare to list upcoming OS releases in OctoberDaniel Micay
2022-09-28clarify macOS versionsDaniel Micay
2022-09-08fix typoDaniel Micay
2022-09-08improve info on verifying installationDaniel Micay