From f70152e0bcbaa22708635111d62eb02e174988ca Mon Sep 17 00:00:00 2001 From: daveajones Date: Sun, 4 Jun 2023 19:45:55 -0500 Subject: [PATCH] example feed import for lists --- docs/1.0.md | 147 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 145 insertions(+), 2 deletions(-) diff --git a/docs/1.0.md b/docs/1.0.md index 3daefd8..a4febb1 100644 --- a/docs/1.0.md +++ b/docs/1.0.md @@ -911,17 +911,160 @@ The node value is a string denoting one of the following possible values: - `blog` - Describes a feed of informally written articles. Similar to `newsletter` but more informal as in a traditional blog platform style. +### Lists +In addition to the above mediums, each medium also has a counterpart "list" variant, where the original medium name is +suffixed by the letter "L" to indicate that it is a "List" of that type of content. For example, `podcast` would become +`podcastL`, `music` would become `musicL`, `audiobook` would become `audiobookL`, etc. + +There is also a dedicated list medium for mixed content: +- `mixed` - This list medium type describes a feed of ``'s that point to different remote medium + types. For instance, a single list feed might point to music, podcast and audiobook items in other feeds. An + example would be a personal consumption history feed. + +These "list" medium feeds are expected to have no regular ``, nor ``, nor any future similar new +item type. Rather, "List" mediums are intended to exclusively contain one or more ``'s, allowing +one to reference a feed by its `` and the guid of an item. + ### Examples -Example use for a "podcast": +Example use for a standard "podcast" feed: ```xml podcast ``` -Example use for "music": +Example use for a "music" feed: ```xml music ``` +Example use for a "music" playlist feed: +```xml + + + Podcasting 2.0 Namespace Example + This is a fake show that exists only as an example of the "podcast" namespace tag usage. + http://example.com/podcast + http://blogs.law.harvard.edu/tech/rss + en-US + Freedom Controller + Fri, 09 Oct 2020 04:30:38 GMT + Fri, 09 Oct 2020 04:30:38 GMT + john@example.com (John Doe) + support@example.com (Tech Support) + + https://example.com/images/pci_avatar-massive.jpg + Podcast Feed Template + https://example.com/show + + + y0ur-gu1d-g035-h3r3 + + my-podcast-license-v1 + + yes + yes + no + no + + Support the show! + + Austin, TX + podcast + + John Doe + false + episodic + + + + + John Doe + johndoe@example.com + + + https://example.com/images/pci_avatar-massive.jpg + + + + + + + Coming April 1st, 2021 + + + Podcasting 2.0 Live Show + A look into the future of podcasting and how we get to Podcasting 2.0! + https://example.com/podcast/live + https://example.com/live + + + + + YouTube! + Twitch! + + + + Episode 3 - The Future + <p>A look into the future of podcasting and how we get to Podcasting 2.0!</p> + https://example.com/podcast/ep0003 + https://example.com/ep0003 + Fri, 09 Oct 2020 04:30:38 GMT + John Doe (john@example.com) + https://example.com/ep0003/artMd.jpg + + false + 1 + 3 + + + + Adam Curry + Dave Jones + Becky Smith + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +``` +