Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Oct 4 17:53:24 2008 UTC
(13 months, 3 weeks ago)
by
mfer
Branch:
MAIN
CVS Tags:
DRUPAL-6--0-6,
DRUPAL-6--0-7,
HEAD
This is an overhaul of the ffpc module.
- Removed the ffpc display type. Instead defaulting to the core feed type.
- Moved the sytle plugin class to be an extends of the core rss plugin syste. The core plugin style provides everything we need except the ability to add aditional elements to the feed itself (such as the iTunes specific tags). The new object adds this extra functionality.
- Moved the row plugin to be an extends of the default node row rss plugin provided by core and then extending that to add the aditional files and iTunes/podcast specific tags to the items.
Moving to this setup provides a number of benefits.
- Less complexity now that the ffpc display has been removed.
- Uses move of core so core fixes should benefit this module and core settings (e.g., using the teaser or full node text for the description) are now available.