From 45a52c15f97999be7c44d3105a84a8c1696f5768 Mon Sep 17 00:00:00 2001 From: mhoennig Date: Tue, 25 Aug 2026 15:05:20 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20Werkbaum-Plan=20=E2=80=94=205=20Knoten?= =?UTF-8?q?=20in=20Produktion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Beim Deploy der stabilen Instanz gehen diese Knoten live; SPEC ยง4 unterscheidet [x] fertig von [^] in Produktion (D30): - #bld.pwa: Installable as a progressive web app - #bld.pwa.manifest: A manifest with name, icons and standalone display - #bld.pwa.sw: A service worker that serves the app offline (S) %% network-first, cache as fallback - #bld.pwa.update: The reload notice stays truthful under the worker (S) %% see D45/D73 - #bld.pwa.files: Double-click a .werkbaum file, save without any dialog (S) :#ed.files.inplace %% file_handlers + launchQueue --- docs/examples/werkbaum.werkbaum | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/examples/werkbaum.werkbaum b/docs/examples/werkbaum.werkbaum index 4e46077..a2d6c66 100644 --- a/docs/examples/werkbaum.werkbaum +++ b/docs/examples/werkbaum.werkbaum @@ -99,11 +99,11 @@ - [^] #bld.tests: Unit tests (S) - [^] #bld.pages: Published on every push (S) - [^] #bld.update: Says when a new build is out (S) %% compares against the running one, see D45 - - [x] #bld.pwa: Installable as a progressive web app (M) - - [x] #bld.pwa.manifest: A manifest with name, icons and standalone display (XS) - - [x] #bld.pwa.sw: A service worker that serves the app offline (S) %% network-first, cache as fallback - - [x] #bld.pwa.update: The reload notice stays truthful under the worker (S) %% see D45/D73 - - [x] #bld.pwa.files: Double-click a .werkbaum file, save without any dialog (S) :#ed.files.inplace %% file_handlers + launchQueue + - [^] #bld.pwa: Installable as a progressive web app (M) + - [^] #bld.pwa.manifest: A manifest with name, icons and standalone display (XS) + - [^] #bld.pwa.sw: A service worker that serves the app offline (S) %% network-first, cache as fallback + - [^] #bld.pwa.update: The reload notice stays truthful under the worker (S) %% see D45/D73 + - [^] #bld.pwa.files: Double-click a .werkbaum file, save without any dialog (S) :#ed.files.inplace %% file_handlers + launchQueue - [-] #bld.ghpages: Deploy through a gh-pages branch (S) %% GitHub Actions instead - [-] #bld.gfonts: Fonts from Google (XS) %% self-hosted, no third-party request - [ ] #be: Backend (XL)