docs: README — Beispiel-Links auf die stabile Instanz, Vorbehalt entfällt
Beide READMEs behaupteten noch, die stabile Instanz könne `?sourceUrl=` erst „ab ihrem nächsten Produktions-Deploy". Der ist gelaufen (1.1.2), also ist der Satz falsch. Statt ihn umzuformulieren fällt er weg — er war ohnehin nur die Entschuldigung dafür, dass die sechs Beispiel-Links je README auf den latest build zeigten, weil `?sourceUrl=` auf prod fehlte. Jetzt zeigen sie auf werkbaum.javagil.de, also dorthin, wohin der Kopf des README ohnehin als Erstes weist. Verloren geht dabei nichts: Dass es die Pages-Instanz als jeweils neuesten Build gibt, steht unverändert in Zeile 9. Stichprobe: einer der umgestellten Links liefert HTTP 200, und die Rohdatei sendet `access-control-allow-origin: *` samt `text/plain` — der Link funktioniert also nicht nur formal.
This commit is contained in:
@@ -54,7 +54,7 @@ The editor can pull its notation text from an external text file via the
|
||||
Git or a wiki:
|
||||
|
||||
```
|
||||
https://mhoennig.github.io/werkbaum/?sourceUrl=https://raw.githubusercontent.com/mhoennig/werkbaum/main/docs/examples/example-plan-0.werkbaum
|
||||
https://werkbaum.javagil.de/?sourceUrl=https://raw.githubusercontent.com/mhoennig/werkbaum/main/docs/examples/example-plan-0.werkbaum
|
||||
```
|
||||
|
||||
Ready-made examples in [`docs/examples/`](docs/examples/) — **open them one
|
||||
@@ -63,14 +63,11 @@ between all of them in the editor title bar:
|
||||
|
||||
| Example | Shows |
|
||||
|---|---|
|
||||
| **▶ [0 · Online shop relaunch](https://mhoennig.github.io/werkbaum/?sourceUrl=https://raw.githubusercontent.com/mhoennig/werkbaum/main/docs/examples/example-plan-0.werkbaum)** | a software project with all eight states |
|
||||
| **▶ [1 · New kitchen](https://mhoennig.github.io/werkbaum/?sourceUrl=https://raw.githubusercontent.com/mhoennig/werkbaum/main/docs/examples/example-plan-1.werkbaum)** | a non-software plan, lots of alternatives — good for the cheapest-path toggle |
|
||||
| **▶ [2 · Community conference](https://mhoennig.github.io/werkbaum/?sourceUrl=https://raw.githubusercontent.com/mhoennig/werkbaum/main/docs/examples/example-plan-2.werkbaum)** | a wide plan with many people; compare horizontal vs. compact |
|
||||
| **▶ [3 · Three workstreams](https://mhoennig.github.io/werkbaum/?sourceUrl=https://raw.githubusercontent.com/mhoennig/werkbaum/main/docs/examples/example-plan-3.werkbaum)** | several roots = several trees side by side |
|
||||
| **▶ [Werkbaum itself](https://mhoennig.github.io/werkbaum/?sourceUrl=https://raw.githubusercontent.com/mhoennig/werkbaum/main/docs/examples/example-werkbaum.werkbaum)** | what exists today and where it could go |
|
||||
|
||||
(The links point at the latest build 🚧; the stable instance supports
|
||||
`sourceUrl` from its next production deploy on.)
|
||||
| **▶ [0 · Online shop relaunch](https://werkbaum.javagil.de/?sourceUrl=https://raw.githubusercontent.com/mhoennig/werkbaum/main/docs/examples/example-plan-0.werkbaum)** | a software project with all eight states |
|
||||
| **▶ [1 · New kitchen](https://werkbaum.javagil.de/?sourceUrl=https://raw.githubusercontent.com/mhoennig/werkbaum/main/docs/examples/example-plan-1.werkbaum)** | a non-software plan, lots of alternatives — good for the cheapest-path toggle |
|
||||
| **▶ [2 · Community conference](https://werkbaum.javagil.de/?sourceUrl=https://raw.githubusercontent.com/mhoennig/werkbaum/main/docs/examples/example-plan-2.werkbaum)** | a wide plan with many people; compare horizontal vs. compact |
|
||||
| **▶ [3 · Three workstreams](https://werkbaum.javagil.de/?sourceUrl=https://raw.githubusercontent.com/mhoennig/werkbaum/main/docs/examples/example-plan-3.werkbaum)** | several roots = several trees side by side |
|
||||
| **▶ [Werkbaum itself](https://werkbaum.javagil.de/?sourceUrl=https://raw.githubusercontent.com/mhoennig/werkbaum/main/docs/examples/example-werkbaum.werkbaum)** | what exists today and where it could go |
|
||||
|
||||
The loaded text becomes its own document whose **name is the URL**, so your own
|
||||
documents stay untouched; the same link updates that one document instead of
|
||||
|
||||
Reference in New Issue
Block a user