Changeset 298
- Timestamp:
- 03/06/06 06:33:35
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qRSS2Syndication/branches/itunes-atvideo-support/HISTORY.txt
r297 r298 1 0.4.5 2005-03-06 2 3 * added full body of article <content:encoded> support for Documents and SimpleBlog. 4 5 * added Smart Folders/Topic syndication suport in Plone 2.1.2. The standart CMFTopic in Plone 2.0.5 does not implement getSyndicatableValues. 6 7 * added basic iTunes support 8 1 9 0.4.1 2005-08-25 2 10 3 11 * fixed RSS1 headers 4 12 … … 12 20 13 21 * Added <content:encoded> support to RSS2 template. 14 22 15 23 * blogentry_item.pt now supports <enclosure> for ATAudio. 16 24 17 25 * Added template RSS1, rssBody1 - RSS 0.92 feed with <content:encoded> tag. 18 26 qRSS2Syndication/branches/itunes-atvideo-support/README.txt
r297 r298 1 1 qRSS2Syndication simple product that adds RSS2 functionality to Plone. 2 * includes support of audio and video feeds. 2 * includes support of audio and video feeds. 3 3 * the syndication of ATAudio objects, mp3, wmv, ppt, jpg files using RSS 2.0 with enclosures. 4 4 * full body of article <content:encoded> support for Documents and SimpleBlog. 5 * Smart Folders/Topic syndication suported 5 * Smart Folders/Topic syndication suported in Plone 2.1.2. The standart CMFTopic in Plone 2.0.5 does not implement getSyndicatableValues. 6 * basic iTunes support 6 7 7 8 … … 18 19 which is controled with portal_syndication tool 19 20 21 EXTENDING 20 22 23 If you need to introduce your custom content type into RSS2 refer to the document_item.pt template in the skin (or any other *_item.pt). 24 25 AUTHORS 26 27 Volodymyr Cherepanyak <chervol@quintagroup.com> 28 Wolfgang Reutz <wolfgang.reutz@fhv.at> - iTunes support, midacoop audio/video support. qRSS2Syndication/branches/itunes-atvideo-support/version.txt
r297 r298 1 0.4. 11 0.4.5
