Plone: how generate RSS from a custom view / indexes - plone

I made some archetypes with indexes in the catalog and made views to show results.
I want to "show" this results also a Rss feed. How to make it?
Advices? Inspiring source code?
Thank's
Vito

Related

Unable to get Number of Comments

I' am using RSS Feeds generated from WordPress Blogs to fetch some Information. WordPress is just too good in providing comprehensive information about a Post and it is quite easy to extract Number of Comments for a Post in RSS Feed. Now the problem is that I didn't find any way to get Number of Comments from RSS Feeds generated by Drupal and Joomla Blogs.
Is there any way to do this?
Any help would be really appriciated.
Have you tried using feedburner by google? feedburner.google.com/ I have in the past had the same issue and for some reason running it through feedburner first seemed to help.
Here is a cool Drupal module that may help you. If your rss field is not generated by views. First Move it into views. Then use this module to output the comment count as a field
http://drupal.org/project/views_rss
Otherwise you'll need to do some theme overrides in the template layer. Drupal does not provide a default method for customizing the core rss feed.

What's the best method to create Audio Podcast Gallery on Wordpress?

I'm currently learning wordpress and I have a project where I need to create an audio podcast gallery, so users can find all podcasts, read description and download it.
What is the best method to achieve this gallery? Do I create a podcast page on wordpress and use custom fields meta function? or maybe there's a plugin? I just need to know the right method to achieve this.
I need more info about best method to create this gallery. The idea is very similar to this: http://www.bbc.co.uk/podcasts
I created a podcasts category. Then view the category's page, eg example.com/?cat=4 to see all of your podcasts.
Note, your url will have a different cat number.

I want to create a Visual Recipe site on WordPress, any suggestions or tips on how i can do it?

I would like to create a visual recipe site, which lists how to make a dish in step by step through pictures.. Is it possible to create a custom page template where I can the following fields.
1.Dishname(title)
2.Introduction(Brief info)
3.Ingredients
4.upload photo input..
followed by add more pic
Is it possible in Wordpress, you have any effective ideas? please share :)
sure it's possible. I recommend you to create a new custom post type 'recipe' And add custom fields as you please. This article should definitely get you started: http://kovshenin.com/archives/custom-post-types-in-wordpress-3-0/

Custom fields in WordPress RSS feed

I have 2 custom fields in my WordPress system when creating new posts. One is called homethumb (is the title of an image) and another called description.
I would like to edit the RSS feed so it shows the image and the description rather than the complete post.
But I don't know how to do this. I would like to fetch that RSS with simple pie to integrate it on another website (sort of auto-submit system).
You also have
do_action('rss_item')
that runs in the loop for every item in the RSS feed.
Hook in to that and output anything extra you need in to the feed item.
To show the excerpt instead of the entire article, go to "reading" in Settings section of your admin menu and half way through the options there's a setting to use excerpts instead of full text.
No plugins required. Just a little custom programming.
Custom fields for Feeds Wordpress plugin
This puts images or videos into your feeds through the use of custom
fields. You can alter the custom field Keys and what is displayed.
Update 11/27/2015: The plugin is old, but the site says it still works
I found some tutorials on how to add things to your rss reader, so I fixed this.
it's in french -> http://www.webinventif.fr/wordpress-ajouter-du-contenu-dans-son-flux/
Here is another option if you want to display anything other than images and videos in your feed: http://wordpress.org/extend/plugins/rss-custom-fields/
All of your custom fields will now be displayed in your feed.
Further options to be able to select which custom fields display in a feed will be available in subsequent releases of the plugin!

Drupal - How can I use CCK to keep a local node copy of Aggregator items?

Hey, I received an learning project from my brother that includes:
Create a Drupal site that employs Aggregator, CCK, and Views modules in the following way:
Aggregator will fetch an RSS feed from an arbitrary source
Views will allow you to create excerpts from the Aggregator materials, as well as links to orignal articles
Determine if there's a way to use CCK to keep a local node copy of Aggregator items--we'll want to commenting on these nodes
I'm newb, but I know how to use CCK and Views a bit. However, I don't know what he's talking about in the third part. Any help would be greatly appreciated :)
Thanks for your time,
-Landon
You're probably better off using the FeedAPI module instead of the Aggregator module. FeedAPI saves incoming feed stories as nodes, and even allows you to automatically map tags on the feed items to taxonomy terms on the nodes. Commenting, compelx views, etc are all a lot easier to put together in that situation.
If you want to map some of the feed data to CCK fields, also check out the Feed Element Mapper module. It lets you assign arbitrary chunks of the RSS or XML data to other CCK fields.

Resources