This commit is contained in:
parent
38688a68f5
commit
284f8d3e49
2 changed files with 12 additions and 12 deletions
|
|
@ -40,7 +40,7 @@ export const std::vector<Product>& Products() {
|
|||
static const std::vector<Product> products = [] {
|
||||
Product p;
|
||||
p.slug = "fp6-pmos";
|
||||
p.name = "Fairphone 6 with postmarketOS";
|
||||
p.name = "The Fairphone (Gen. 6) with postmarketOS";
|
||||
p.brand = "Fairphone";
|
||||
p.tagline = "A repairable Android phone, reflashed to run mainline Linux with a working IMS/VoLTE stack.";
|
||||
// Launch day is this one line: "coming-soon" -> "available". The page
|
||||
|
|
@ -50,7 +50,7 @@ export const std::vector<Product>& Products() {
|
|||
p.shipEuMinor = 2500; // Sendcloud table overrides
|
||||
p.shipWorldMinor = 5500; // these per country
|
||||
p.image = "/fp6-pmos.jpg";
|
||||
p.summary = "A Fairphone 6, reflashed by Catcrafts to run postmarketOS with the patches and IMS/VoLTE implementation Catcrafts maintains. All of that software is open source. You can download it and flash a Fairphone yourself, and you are welcome to. What you pay for here is the thing open source doesn't come with: real support. A phone that arrives working, and one email address that answers for it. Not a forum, not a git issue, but support like any other manufacturer offers. And the margin funds the development itself.";
|
||||
p.summary = "The Fairphone (Gen. 6), reflashed by Catcrafts to run postmarketOS with the patches and IMS/VoLTE implementation Catcrafts maintains. All of that software is open source. You can download it and flash a Fairphone yourself, and you are welcome to. What you pay for here is the thing open source doesn't come with: real support. A phone that arrives working, and one email address that answers for it. Not a forum, not a git issue, but support like any other manufacturer offers. And the margin funds the development itself.";
|
||||
p.warranty = "Two years from Catcrafts, worldwide, one counter: every claim goes to Catcrafts, whatever turns out to be broken. The software (postmarketOS, the patches, imsd) is Catcrafts' own work and is fixed by Catcrafts with updates, delivered over the air. Even a phone that no longer boots is normally recovered in place: as long as fastboot still comes up, Catcrafts walks you through reflashing it over a USB cable in minutes. Only a phone that shows nothing at all, not even fastboot, travels for a software fault. For a hardware fault Catcrafts takes the phone back and handles the manufacturer's process, including the temporary reflash to stock Android it requires, and returns it running postmarketOS. When a phone does have to travel, warranty shipping is paid by Catcrafts, both directions, worldwide. User inflicted damage, including software faults caused by relocking the bootloader do not fall under this policy. The full terms are on the terms page.";
|
||||
// The one claim on this page that is about safety rather than
|
||||
// features. It stays until emergency calling has been verified on a
|
||||
|
|
@ -65,7 +65,7 @@ export const std::vector<Product>& Products() {
|
|||
{ "white", "White", 60488 + kMarkupMinor },
|
||||
};
|
||||
// The hardware, as Fairphone specifies it — this is a stock Fairphone
|
||||
// 6, so its spec sheet is this product's spec sheet.
|
||||
// (Gen. 6), so its spec sheet is this product's spec sheet.
|
||||
p.specs = {
|
||||
{ "Display", "6.31″ OLED, 2484 × 1116 (FHD+), up to 120 Hz, Gorilla Glass 7i" },
|
||||
{ "Processor", "Qualcomm Snapdragon 7s Gen 3, Adreno 810 GPU" },
|
||||
|
|
@ -95,7 +95,7 @@ export const std::vector<Project>& Projects() {
|
|||
static const std::vector<Project> projects = {
|
||||
{
|
||||
"imsd",
|
||||
"IMS/VoLTE for the Fairphone 6's Qualcomm modem: calls on a mainline-Linux phone.",
|
||||
"IMS/VoLTE for the Qualcomm modem in the Fairphone (Gen. 6): calls on a mainline-Linux phone.",
|
||||
"https://forgejo.catcrafts.net/Catcrafts/imsd",
|
||||
"C++",
|
||||
true,
|
||||
|
|
@ -181,7 +181,7 @@ export const LegalPage& AboutPage() {
|
|||
} },
|
||||
{ "The work",
|
||||
{
|
||||
"imsd is the IMS/VoLTE implementation that makes phone calls work on mainline-Linux phones, written from scratch and tested on a live Dutch network. It is the reason a Fairphone 6 running postmarketOS can ring. Jorijn works on the Fairphone 6's mainline Linux support and upstreams it into the kernel: sensor bindings, Qualcomm audio, the unglamorous patches that make a phone a phone.",
|
||||
"imsd is the IMS/VoLTE implementation that makes phone calls work on mainline-Linux phones, written from scratch and tested on a live Dutch network. It is the reason a Fairphone (Gen. 6) running postmarketOS can ring. Jorijn works on mainline Linux support for the Fairphone (Gen. 6) and upstreams it into the kernel: sensor bindings, Qualcomm audio, the unglamorous patches that make a phone a phone.",
|
||||
"The Crafter suite is the other half: a C++ build system with no DSL, a graphics engine that ray-traces natively on Vulkan and in the browser through WebGPU, a QUIC and HTTP/3 networking stack, and more. This website is built with all of it. The same C++ renders each page on the server and again in your browser as WebAssembly.",
|
||||
"And of course all the upstreaming work that comes along: Catcrafts will upstream everything it makes whenever possible.",
|
||||
} },
|
||||
|
|
|
|||
Loading…
Reference in a new issue