A calm place to write long-form, and publish it to the open social web. skypress.blog/
0

Configure Feed

Select the types of activity you want to include in your feed.

Amend decision 0010: display foreign publications read-only

+14
+14
docs/decisions/0010-publication-system-url-model.md
··· 73 73 name/bio/avatar/banner; those are rendered as **text**/images, never injected as HTML. 74 74 - Slug freezing means a renamed publication keeps a slug derived from its old name. Accepted: 75 75 URL stability beats prettiness, and there is no slug registry to rename against. 76 + 77 + ## Amendment (2026-06-09): foreign publications are displayed read-only 78 + 79 + Section 3 originally hid every non-owned `site.standard.publication` record from the 80 + dashboard. Writers found this confusing: Leaflet's home shows all their publications, so 81 + SkyPress appeared to have "lost" the ones created elsewhere. 82 + 83 + SkyPress now **displays** foreign publications (origin ≠ `SITE_BASE`) on the dashboard in a 84 + separate read-only "From other apps" section — name, logo, a hostname badge, and an outbound 85 + link to the publication's own `url`. They are modelled with a distinct `ForeignPublication` 86 + type so they are structurally incapable of reaching the manage/edit/delete paths. 87 + 88 + The ownership guards are **unchanged**: SkyPress still manages, renders, and resolves only 89 + publications it owns (`isSkyPressPublicationUrl`). Only listing/visibility expanded.