-
-
Notifications
You must be signed in to change notification settings - Fork 2
Extension Elements
Jorge Reyes edited this page Jun 3, 2015
·
2 revisions
These are metadata (channel) elements that have been included by the use of RSS extensions. You are welcome to use any or all of these elements in your feeds. They will not conflict with any of the RSS base elements and ColdBox will handle all the code requirements behind the scenes.
Element | sub-Element | Type | Required | Description | More |
---|---|---|---|---|---|
atomselfLink | string | URL pointing to the feed | link | ||
commonslicense | list | List of URLs pointing to the Creative Commons licenses in use by the feed | link | ||
dcmiterm | struct | Dublin Core Metadata Element Set is a collection of 15 broad and generic elements used for resource description | link | ||
[term] | string | Multiple [term]s are allowed but they must be named one of the following; contributor, coverage, creator, date, description, format, identifier, language, publisher, relation, rights, source, subject, title, type. Please read the element set documentation for more detailed information on the purpose of these terms | |||
itunes | struct | Apple iTunes extension used for media files and podcasts | link | ||
block | string | If set as 'yes' this element prevents the podcast appearing in the iTunes podcast directory | link | ||
category | string | Apple iTunes specific categories for the podcast | link | ||
explicit | string | Indicate whether or not the podcast contains explicit material, must be either 'clean','yes','no' | link | ||
image | string | Indicate whether or not the podcast contains explicit material, must be either 'clean','yes','no' | link | ||
keywords | list | A comma separated list of up to 12 keywords used in podcast searches | link | ||
new_feed_url | string | URL pointing to the podcast. Only use this element when you need to tell the Apple iTunes Podcast directory to update your URL | link | ||
owner | struct | Owner or author of the podcast | link | ||
string | Owner's email-address | ||||
name | string | Owner's name | |||
subtitle | string | A short description of the podcast which displays best if it is only a few words long | link | ||
summary | string | Description of the podcast which can be up to 4000 characters long | link | ||
opensearch | struct | OpenSearch is the collection of simple elements for the purpose of sharing search results | link | ||
autodiscovery | string | URL to an OpenSearch description document | link | ||
itemsperpage | numeric | Number of search results returned per page | link | ||
startindex | numeric | Index of the first search result in the current set of search results | link | ||
totalresults | numeric | Number of search results available for the current search | link | ||
opensearchQuery | array | OpenSearch Query element can be used to define a specific search request that can be performed by a search client | link | ||
role | string | required | Query interpretation, must be either 'request','example','related','correction','subset','superset' | ||
title | string | Description of the request | |||
totalResults | numeric | Expected number of results to be found if the search request were made | |||
searchTerms | list | Search keywords | |||
count | numeric | Number of search results per page desired by the search client | |||
startIndex | numeric | Index of the first search result desired by the search client | |||
startPage | numeric | Page number of the set of search results desired by the search client | |||
language | string | Search engine supports search results in the specified language | |||
inputEncoding | string | Search requests encoded with the specified character encoding | |||
outputEncoding | string | Search responses encoded with the specified character encoding |
- Feed Reader * [RSS Syndication Format](https://github.com/ColdBox/cbox-feeds/wiki/RSS Syndication Format) * RDF Syndication Format * Atom Syndication Format * Supported Syntax and Formats
- Feed Generator
- Feed Generator Elements