mirror of
https://github.com/LightAir/turbo-rss.git
synced 2026-02-04 03:56:19 +00:00
added forgotten comma in Readme
This commit is contained in:
@@ -105,10 +105,10 @@ feed.item({
|
|||||||
guid: '1123', // optional - defaults to url
|
guid: '1123', // optional - defaults to url
|
||||||
categories: ['Category 1','Category 2','Category 3','Category 4'], // optional - array of item categories
|
categories: ['Category 1','Category 2','Category 3','Category 4'], // optional - array of item categories
|
||||||
author: 'Guest Author', // optional - defaults to feed author property
|
author: 'Guest Author', // optional - defaults to feed author property
|
||||||
date: 'May 27, 2012' // any format that js Date can parse.
|
date: 'May 27, 2012', // any format that js Date can parse.
|
||||||
lat: 33.417974, //optional latitude field for GeoRSS
|
lat: 33.417974, //optional latitude field for GeoRSS
|
||||||
long: -111.933231, //optional longitude field for GeoRSS
|
long: -111.933231, //optional longitude field for GeoRSS
|
||||||
enclosure : {url:'...', file:'path-to-file'} // optional enclosure
|
enclosure: {url:'...', file:'path-to-file'} // optional enclosure
|
||||||
});
|
});
|
||||||
|
|
||||||
// cache the xml to send to clients
|
// cache the xml to send to clients
|
||||||
|
|||||||
Reference in New Issue
Block a user