From df73d2a442c48842deca5df23c6a4c4cca7c6460 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Wed, 23 Dec 2020 10:03:44 -0600 Subject: [PATCH] example feed ref --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eb00983..1de9386 100644 --- a/README.md +++ b/README.md @@ -97,10 +97,7 @@ To see a list of platforms and apps that currently implement some or all of thes ## Example Feed -There is an example feed [example.xml](example.xml) in this repository showing the podcastindex namespace side by side with the Apple itunes namespace. There is also -a "sandbox" feed where we experiment with tags while they are being hashed out. - -The url for that feed is: [https://noagendaassets.com/enc/pc20sandbox.xml](https://noagendaassets.com/enc/pc20sandbox.xml). +There is an example feed [example.xml](example.xml) in this repository showing the podcastindex namespace side by side with the Apple itunes namespace.

@@ -135,7 +132,7 @@ full implementation details. - `role` (optional) Used to identify what role the person serves on the show or episode. This should be a reference to an official role within the Podcast Taxonomy Project list (see below). If `role` is missing then "host" is assumed. - `group` (optional) This should be a camel-cased, alphanumeric reference to an official group within the Podcast Taxonomy Project list. If `group` is not present, then "cast" is assumed. - `img` (optional) This is the url of a picture or avatar of the person. - - `href` (optional) The url to a relevant resource of information about the person, such as a homepage or third-party profile platform. + - `href` (optional) The url to a relevant resource of information about the person, such as a homepage or third-party profile platform. Please see the [example feed](example.xml) for possible choices of what to use here. The maximum recommended string length of the node value is 128 characters.