span style="color: #808080; font-style: italic;">//required
'title' => 'title of the feed',
'link' => 'canonical url to the feed',
// optional
'lastUpdate' => 'timestamp of the update date',
'published' => 'timestamp of the publication date',
// required
'charset' => 'charset of the textual data',
// optional
'description' => 'short description of the feed',
'author' => 'author/publisher of the feed',
'email' => 'email of the author',
// optional, ignored if atom is used
'webmaster' => 'email address for person responsible '
. 'for technical issues',
// optional
'copyright' => 'copyright notice',
'image' => 'url to image',
'generator' => 'generator',
'language' => 'language the feed is written in',
// optional, ignored if atom is used
'ttl' => 'how long in minutes a feed can be cached '
. 'before refreshing',
'rating' => 'The PICS rating for the channel.',
// optional, ignored if atom is used
// a cloud to be notified of updates
'cloud'// required
'domain' => 'domain of the cloud, e.g. rpc.sys.com',
// optional, defaults to 80
'port' => 'port to connect to',
// required
'path' => 'path of the cloud, e.g. /RPC2',
'registerProcedure' => 'procedure to call, e.g. myCloud.rssPlsNotify',
'protocol' => 'protocol to use, e.g. soap or xml-rpc'
),
// optional, ignored if atom is used
// a text input box that can be displayed with the feed
'textInput'// required
'title' => 'label of the Submit button in the text input area',
'description' => 'explains the text input area',
'name' => 'the name of the text object in the text input area',
'link' => 'URL of the CGI script processing text input requests'
),
// optional, ignored if atom is used
// Hint telling aggregators which hours they can skip
'skipHours'// up to 24 rows whose value is a number between 0 and 23
// e.g 13 (1pm)
'hour in 24 format'
),
// optional, ignored if atom is used
// Hint telling aggregators which days they can skip
'skipDays '// up to 7 rows whose value is
// Monday, Tuesday, Wednesday, Thursday, Friday, Saturday or Sunday
// e.g Monday
'a day to skip'
),
// optional, ignored if atom is used
// Itunes extension data
'itunes'// optional, default to the main author value
'author' => 'Artist column',
// optional, default to the main author value
// Owner of the podcast
'owner''name' => 'name of the owner',
'email' => 'email of the owner'
),
// optional, default to the main image value
'image' => 'album/podcast art',
// optional, default to the main description value
'subtitle' => 'short description',
'summary' => 'longer description',
// optional
'block' => 'Prevent an episode from appearing (yes|no)',
// required, Category column and in iTunes Music Store Browse
'category'// up to 3 rows
// required
'main' => 'main category',
// optional
'sub' => 'sub category'
)
),
// optional
'explicit' => 'parental advisory graphic (yes|no|clean)',
'keywords' => 'a comma separated list of 12 keywords maximum',
'new-feed-url' => 'used to inform iTunes of new feed URL location'
),
'entries'//required
'title' => 'title of the feed entry',
'link' => 'url to a feed entry',
// required, only text, no html
'description' => 'short version of a feed entry',
// optional
'guid' => 'id of the article, '
. 'if not given link value will used',
// optional, can contain html
'content' => 'long version',
// optional
'lastUpdate' => 'timestamp of the publication date',
'comments' => 'comments page of the feed entry',
'commentRss' => 'the feed url of the associated comments',
// optional, original source of the feed entry
'source'// required
'title' => 'title of the original source',
'url' => 'url of the original source'
),
// optional, list of the attached categories
'category'// required
'term' => 'first category label',
// optional
'scheme' => 'url that identifies a categorization scheme'// data for the second category and so on
)
),
// optional, list of the enclosures of the feed entry
'enclosure'// required
'url' => 'url of the linked enclosure',
// optional
'type' => 'mime type of the enclosure',
'length' => 'length of the linked content in octets'//data for the second enclosure and so on
//data for the second entry and so on
)
)
);