summaryrefslogtreecommitdiff
path: root/static/install/index.html
AgeCommit message (Collapse)Author
2025-06-29static: replace installOphestra
Also get rid of many unused pages and assets.
2025-06-08Opt-into edge-to-edge by defaultcookiell546
Chromium already supports dynamic edge-to-edge viewports. This change opts-in by default, making the gesture navigation bar (chin) invisible without needing scroll interaction. No other changes were necessary, as no content relied on specific viewport insets. Command used: ``` sed -i 's/<meta name="viewport" content="width=device-width, initial-scale=1"\/>/<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"\/>/g' **/*.html ```
2024-09-23fingerprint to hashb068931cc450442b63f5b3d276ea4297
CLI install guide and Web installer each use the designation hash and never fingerprint.
2024-06-27improve wording for install choicesDaniel Micay
2024-06-27Update the install pageTigerr918
Using the web-installer also avoids trusting the server infrastructure. CLI seems to be only good for installing custom builds.
2024-02-14move to OpenSSH signing for factory imagesDaniel Micay
2023-07-13Use simple templating for static processingsmdyv
2023-07-13Change string markings for replacementssmdyv
2023-06-16Add Mastodon link to footertedgravlin
2022-11-27move GrapheneOS account to grapheneos.socialDaniel Micay
2022-11-07add metadata for temporary Mastodon accountDaniel Micay
2022-10-10add forum link to footerDaniel Micay
2021-11-23fix uses of redirect.js not using the new syntaxDaniel Micay
2021-11-18set up SRI for future use by CSP v3Daniel Micay
2021-06-23Add color-scheme meta tagMarco Janotta
2021-05-17use SVG for /favicon.ico if browser asks for itDaniel Micay
This makes Chromium use the SVG favicon universally including as the favicon for non-HTML files.
2021-05-16use dedicated favicon.svg with dark mode supportDaniel Micay
2021-05-14rename grapheneos.css to main.cssDaniel Micay
2021-05-03use empty alt text for decorative header logoDaniel Micay
2021-05-03Add logo to site menuMarco Janotta
2021-04-12consistent wording for installation help infoDaniel Micay
2021-03-27migrate history page into an index pageDaniel Micay
2021-03-26automate CSS/JS cache bustingDaniel Micay
2021-03-21fix install index page OpenGraph titleDaniel Micay
2021-03-10remove redundant sentenceDaniel Micay
2021-03-09make install guide overview consistentDaniel Micay
2021-03-08make a dedicated history pageDaniel Micay
2021-03-06simplify wordingDaniel Micay
2021-03-06replace legacy /install redirectDaniel Micay
2021-02-20use svg logo for footerDaniel Micay
2021-02-17add recommendation to use official install methodsDaniel Micay
2021-02-11recommend WebUSB installer for most usersDaniel Micay
2021-02-11list WebUSB-based installer before CLI guideDaniel Micay
2021-01-30stop calling WebUSB installer experimentalDaniel Micay
2021-01-29emphasize that web install is experimentalDaniel Micay
2021-01-27update notes for progress on WebUSB installerDaniel Micay
2021-01-25discourage using WebUSB-based installer for nowDaniel Micay
2021-01-25update OpenGraph titles for install pagesDaniel Micay
2021-01-24create an install directory with an index pageDaniel Micay