Forums / Developer / How to auto delete old rss imported files?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

How to auto delete old rss imported files?

Author Message

Jack Rackham

Wednesday 13 April 2005 12:26:55 pm

Is it possible to auto delete old rss imported files, so that the ez don't get filled with thousands of old rss files?

Eivind Marienborg

Wednesday 13 April 2005 1:25:04 pm

Maybe this is relevant:

http://www.ez.no/community/forum/developer/unpublish_by_date

Haven't read the details, so can't say for sure, though..

Jack Rackham

Wednesday 13 April 2005 3:12:22 pm

Well un-publishing the old RSS files is not exactly what I need.
The RSS import function I need is a bit complex so I can't use the RSS extension.
What I need is a function like the built-in RSS import, which lets me provide different RSS feeds to different parents' nodes( using parent_node_id,$DesignKeys:used.parent_node, if you understand what I mean).
A way I cud avoid the problems with many RSS files, is to use a java code that fetches feeds directly. I know that java scripts can bee included in templates, but if I choose this solution I would end up with hundreds of different templates. My question is therefore. Is there a way I can include java scripts in Exponential nodes or is this not possible?

Yngve Bergheim

Tuesday 21 March 2006 6:01:43 am

I'm also looking for a solution for auto delete old rss imported files after x days. I'll look into the workflow suggested by Eivind.