I have many difficulties getting th RSS and such to work with Drupal. I want to mention that I have been spoiled with Wordpress who have really solid implementation. Their model is far more extensive, and advanced. I think considering the number of people posting around and developing modules, it's worth it to start improving the Drupal implementation of these.
Specifically: It is important to recognize that the line between rss feeds, podcasting, video podcasting, and now photocasting are becoming somewhat blurred. One common feed is likely to have the information to cover all of the above mentioned outlets. However Drupal depends on modules to implement all of them separately, and most of the modules are quite underdeveloped.
I think it would be a major step forward for Drupal to generate feeds which can discriminate and decypher various terms. That is, I could choose an RSS feed which is centred around "sports" (or any other category I choose), by a different URL. The linked RSS file which would become present on all pages, could then could contain the variables to make such a discrimiation possible.
The media thing becomes important, because a given feed could simultaneously generate the proper syntax to support podcasts, and video podcasts. If I'm not mistaken, the extra syntax will not affect the rest of the feed, and will be simply ignored if being read by a simple RSS reader. In other words, one dynamic generator script, applied universaly throughout the site, which can be category specific, and has media links in the proper ____casting format.
Lastly, I should mention that this would really brighten up the situation on the Podcasting front. In my case, I could specify several different podcasts simply by assigning different categories to each one. I could filter down only to the audio files, and provide an audio only feed (perhaps people don't want the video?)
Let me know if something like this is under development already, or if this is in the wrong category, and of course... what you think!
Comments
It's already there
Drupal already has feeds for any category (taxonomy term) or any combination of terms. Photo/video/audio/whatevercasting is handled transparently by attaching files to posts.
--
If you have a problem, please search before posting a question.
Currently, I'm using 4.6.5.
Currently, I'm using 4.6.5. Am I mistaken because this is "already there" in 4.7b?
If so, I can't wait until 4.7 stable is out!
You have all the nice RSS feeds in 4.6.x also
You have all the nice RSS feeds in 4.6.x also. Some examples:
http://example.com/taxonomy/term/1/0/feed
http://example.com/taxonomy/term/1/all/feed
http://example.com/taxonomy/term/1+5+11/0/feed
http://example.com/taxonomy/term/1+5+11/all/feed
0 or all decides if nodes of sub terms should be included.
For a podcast or similar make sure the audio file is the first file attached to the node, that will put in the enclosure tag.
some stuff in handbook too
http://drupal.org/node/22273
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide -|- Black Mountain
-Steven Peck
---------
Test site, always start with a test site.
Drupal Best Practices Guide