From 4b865140594400e6b5b1d414123b1c7c334e2ce8 Mon Sep 17 00:00:00 2001 From: Brian Date: Sat, 4 Sep 2021 18:31:31 +0300 Subject: [PATCH] Change suggested by Alecks change podpingAuth to hiveAccount @brianoflondon Please don't call it podPing auth :) call it hiveAccount. 1) this doesn't meet the criteria of "authorization" 2) calling it what it is, as opposed to what it does, makes it apparent 3) hiveAccount makes it easier to transition to another implementation in the future if needed --- proposal-docs/podping/podping.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/proposal-docs/podping/podping.md b/proposal-docs/podping/podping.md index 8f730c9..7bdbe8e 100644 --- a/proposal-docs/podping/podping.md +++ b/proposal-docs/podping/podping.md @@ -12,7 +12,7 @@ However, as pointed out in issue https://github.com/Podcastindex-org/podcast-nam This tag proposal will allow feed owners and the hosts of multiple feeds, to signal that future updates will be sent via Podping and there is no need to speculatively poll this rss feed. -An additional benefit will derive if feeds signal the name or names of the Hive accounts authorized to send Podpings. These authorized Hive accounts will be included in a `` tag +An additional benefit will derive if feeds signal the name or names of the Hive accounts authorized to send Podpings. These authorized Hive accounts will be included in a `` tag ## API Requirements @@ -22,15 +22,15 @@ This tag can also contribute to a future API endpoint for the PodcastIndex which For the `` tag there is only one optional attribute `usesPodping` which will usually be set to `True` though could be set to `False` to specifically opt out of using Poding and indicate a feed must be polled by legacy RSS polling methods. -For the optional but helpful `` tag there is one attribute, a single value with a single allowed Hive account. +For the optional but helpful `` tag there is one attribute, a single value with a single Hive account which is allowed to issue `podpings` for this feed. ## Example ```xml - - - + + + ```