From 9c0863c63772b886f2ff8a6bda310cb28bdd7a66 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Mon, 14 Mar 2022 16:15:35 -0500 Subject: [PATCH] podcast:complete tag proposal --- README.md | 48 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 47 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 509b1d0..1ea6cf3 100644 --- a/README.md +++ b/README.md @@ -168,8 +168,8 @@ full implementation details. The following tags are being actively considered for adoption into the namespace as part of this phase. They are a work in progress and feedback on them is desired. -
+

### **\** - [Discuss](https://github.com/Podcastindex-org/podcast-namespace/issues/179)
@@ -212,6 +212,52 @@ Examples: no ``` + + +

+### **\** - [Discuss](https://github.com/Podcastindex-org/podcast-namespace/issues/351) + +
+ + + +```xml + +[yes|no(bool)] + +``` + + + +#### Channel + +#### (optional | single) + +This element allows a podcaster to signal to the world that this podcast will never publish another episode to this feed. In it's basic form, it is a direct drop-in +replacement for `` and functions identically. The addition of the `archive` attribute allows for specifying the url of a complete archival feed of the +podcast that contains every episode in case this feed does not. + +Specifying a value of `no` is the same as this tag not being present. + +#### Attributes + - **archive** (optional) A url of a feed that contains every episode of this podcast. + +Examples: +```xml + +yes + + +no + + +yes +``` + + +