@rr0/ufoathome 0.54.0 → 0.55.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -28,8 +28,8 @@ a real place and time, so it always composes `<rr0-scene>`.
|
|
|
28
28
|
|
|
29
29
|
The project's own site is **[ufoathome.org](https://ufoathome.org)**: [the demos](https://ufoathome.org/demos/)
|
|
30
30
|
(every reconstruction running side by side, including the same sighting through three different instruments),
|
|
31
|
-
[the player](https://ufoathome.org/
|
|
32
|
-
[the editor](https://ufoathome.org/
|
|
31
|
+
[the player](https://ufoathome.org/play/) for any recording you can give it an address for,
|
|
32
|
+
[the editor](https://ufoathome.org/edit/), and [the documentation](https://ufoathome.org/docs/) — which quotes a
|
|
33
33
|
whole recording file and hands out the two lines that embed one. See the
|
|
34
34
|
[Wiki](https://github.com/RR0/UfoAtHome/wiki) for the project's history.
|
|
35
35
|
|
|
@@ -80,11 +80,11 @@ this heavier authoring component.
|
|
|
80
80
|
|
|
81
81
|
With `src`, the editor opens on an existing recording instead of an empty canvas — the same
|
|
82
82
|
attribute the three other elements take. That is what makes an address per observation possible:
|
|
83
|
-
[ufoathome.org's editor](https://ufoathome.org/
|
|
84
|
-
this attribute, and [its player](https://ufoathome.org/
|
|
83
|
+
[ufoathome.org's editor](https://ufoathome.org/edit/) maps its own `?sighting=` parameter onto
|
|
84
|
+
this attribute, and [its player](https://ufoathome.org/play/) does the same for read-only replay.
|
|
85
85
|
Any path the site does not otherwise serve becomes that parameter, so
|
|
86
86
|
|
|
87
|
-
- `https://ufoathome.org/
|
|
87
|
+
- `https://ufoathome.org/play/?sighting=/demo-data/witness-socorro.json`, or simply
|
|
88
88
|
- `https://ufoathome.org/Socorro`
|
|
89
89
|
|
|
90
90
|
open that observation. A bare name with no `/` is looked for among the site's own demos first, then
|