From c63d3e982c5310cab7614e9b670931e2f083007e Mon Sep 17 00:00:00 2001 From: Andreas Hubel Date: Sat, 2 Oct 2021 14:32:41 +0200 Subject: [PATCH 1/2] draft --- docs/other-recommendations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/other-recommendations.md b/docs/other-recommendations.md index 6f34c4c..fe666eb 100644 --- a/docs/other-recommendations.md +++ b/docs/other-recommendations.md @@ -9,10 +9,10 @@ For all new episodes, we recommended to use * either a permanent URI, e.g. `https://example.com/ep0003` * or a [Universally unique identifier (UUID)](https://en.wikipedia.org/wiki/Universally_unique_identifier) e.g. `7c029615-a810-5214-9342-eee73f58435d` -The GUID of an episode should never change, even if a new version of the epsiode is being published, otherwise this episode will be duplicated downstream. This also means that +The GUID of an episode should never change, even if a new version of the epsiode is being published, otherwise this episode will be duplicated downstream. -Consumers of podcast feeds should fall back to the enclosure URL or the namespaced UUIDv5 (SHA1 Hash with ns:URL) of the enclosure URL. +Consumers of podcast feeds should fall back to the enclosure URL or the namespaced UUIDv5 (SHA1 Hash with ns:URL) of the enclosure URL, if the value is not set – see https://github.com/Podcastindex-org/podcast-namespace/issues/186#issuecomment-932742468 for more details. From 50cdaae1d2146690ba0e5cdcd78e8cfd9e9a7d28 Mon Sep 17 00:00:00 2001 From: Andreas Hubel Date: Sat, 2 Oct 2021 14:34:30 +0200 Subject: [PATCH 2/2] fix typo --- docs/other-recommendations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/other-recommendations.md b/docs/other-recommendations.md index fe666eb..7392110 100644 --- a/docs/other-recommendations.md +++ b/docs/other-recommendations.md @@ -9,7 +9,7 @@ For all new episodes, we recommended to use * either a permanent URI, e.g. `https://example.com/ep0003` * or a [Universally unique identifier (UUID)](https://en.wikipedia.org/wiki/Universally_unique_identifier) e.g. `7c029615-a810-5214-9342-eee73f58435d` -The GUID of an episode should never change, even if a new version of the epsiode is being published, otherwise this episode will be duplicated downstream. +The GUID of an episode should never change, even if a new version of the episode is being published, otherwise this episode will be duplicated downstream. Consumers of podcast feeds should fall back to the enclosure URL or the namespaced UUIDv5 (SHA1 Hash with ns:URL) of the enclosure URL, if the value is not set – see https://github.com/Podcastindex-org/podcast-namespace/issues/186#issuecomment-932742468 for more details.