a few stragglers

pull/541/head
daveajones 2023-06-04 09:20:11 -05:00
rodzic 225d177a4b
commit c6f82183b1
1 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -1,14 +1,14 @@
# RSS Namespace Extension for Podcasting (Tag Specification)
A wholistic RSS namespace for podcasting that is meant to synthesize the fragmented world of podcast namespaces. As
elements are canonized, they will be added to this document so developers can begin implementation. The specifications
below are considered locked and the team will prioritize backward compatibility. We are operating under
the [Rules for Standards-Makers](http://scripting.com/2017/05/09/rulesForStandardsmakers.html).
elements are canonized, they will be added to this document so developers can begin implementation. The
specifications below are considered locked and the team will prioritize backward compatibility. We are operating
under the [Rules for Standards-Makers](http://scripting.com/2017/05/09/rulesForStandardsmakers.html).
The namespace for this extension is `https://podcastindex.org/namespace/1.0`. Clients which recognize this namespace
must also recognize `https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md` as identical. The
suggested tag prefix for use in XML is `podcast`, but clients should support alternate prefixes for this namespace. If
your application generates RSS feeds and you implement one or more elements below, you will need to link this document
in your XML:
suggested tag prefix for use in XML is `podcast`, but clients should support alternate prefixes for this namespace.
If your application generates RSS feeds and you implement one or more elements below, you will need to link this
document in your XML:
```xml
<rss version="2.0" xmlns:podcast="https://podcastindex.org/namespace/1.0">