frontend: Beispiel-Diagramm auf Englisch, Hostsharing-Cloud-Link

Der Default-Beispieltext (INITIAL) ist jetzt englisch (passend zur
englischen Haupt-README). Statt "Cloud" nun "Cooperative Community Cloud"
mit Link https://hostsharing.net (nackte URL -> klickbarer Knoten mit ↗).
README-Screenshot neu erzeugt (englische UI + Inhalt).

SPEC §10 (kanonisches Fixture) bleibt bewusst deutsch: normatives
Beispiel der deutschsprachigen Doku, unabhaengig vom Live-Demo-Text.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
mhoennig
2026-07-21 14:23:30 +02:00
co-authored by Claude Opus 4.8
parent 506bdccd2e
commit 9c1f6df225
2 changed files with 10 additions and 10 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 341 KiB

After

Width:  |  Height:  |  Size: 348 KiB

+10 -10
View File
@@ -650,21 +650,21 @@
<footer class="site-footer"><a href="https://github.com/mhoennig/werkbaum" target="_blank" rel="noopener">Werkbaum 1.0</a> © 2026 <a href="https://michael.hoennig.de" target="_blank" rel="noopener">Michael Hönnig</a> · <span class="vibe" title="Fable 5 and Opus 4.8">Vibe-Coded with Claude Code</span> <a href="../LICENSE" target="_blank" rel="noopener">MIT-License</a> · <a href="https://michael.hoennig.de/imprint.html" target="_blank" rel="noopener" data-i18n="imprint">Impressum</a></footer> <footer class="site-footer"><a href="https://github.com/mhoennig/werkbaum" target="_blank" rel="noopener">Werkbaum 1.0</a> © 2026 <a href="https://michael.hoennig.de" target="_blank" rel="noopener">Michael Hönnig</a> · <span class="vibe" title="Fable 5 and Opus 4.8">Vibe-Coded with Claude Code</span> <a href="../LICENSE" target="_blank" rel="noopener">MIT-License</a> · <a href="https://michael.hoennig.de/imprint.html" target="_blank" rel="noopener" data-i18n="imprint">Impressum</a></footer>
<script> <script>
const INITIAL = `%% Projektstruktur Stand Sprint 14 const INITIAL = `%% Project structure Sprint 14
[~] Website-Relaunch (XL) https://wiki.example.de/relaunch [~] Website relaunch (XL) https://wiki.example.com/relaunch
- [x] Konzeption (M) - [x] Concept (M)
- [x] Zielgruppenanalyse (S) - [x] Audience analysis (S)
- [x] Sitemap (XS) - [x] Sitemap (XS)
- [~] Umsetzung (XL) - [~] Implementation (XL)
- [/] Frontend (S) https://git.example.de/frontend @anna - [/] Frontend (S) https://git.example.com/frontend @anna
- [ ] Backend (L) @ben @carla - [ ] Backend (L) @ben @carla
- [ ] CMS-Anbindung (M) - [ ] CMS integration (M)
| [ ] WordPress | [ ] WordPress
| [?] Headless CMS | [?] Headless CMS
| [-] Eigenentwicklung %% Aufwand zu hoch | [-] Custom build %% too much effort
- [?] Hosting (M) - [?] Hosting (M)
| Cloud | Cooperative Community Cloud https://hostsharing.net
| On-Premise`; | On-premise`;
const SIZE_RANK = {XS:0, S:1, M:2, L:3, XL:4, XXL:5}; const SIZE_RANK = {XS:0, S:1, M:2, L:3, XL:4, XXL:5};