• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

How do you automate an rss feed?

Explorer ,
Apr 28, 2008 Apr 28, 2008

Copy link to clipboard

Copied

I have a .cfm page that generates an RSS feed. Everything is working fine, but how do I automate it so it pudates the feed file every say hour or so? Is there something I can put in the application file that regenerates the feed file so it is being updated?

Thanks.
TOPICS
Advanced techniques

Views

508

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 28, 2008 Apr 28, 2008

Copy link to clipboard

Copied

How about a scheduled task in the CF Admin?

--
Ken Ford
Adobe Community Expert - Dreamweaver
Fordwebs, LLC
http://www.fordwebs.com


"siriiven" <webforumsuser@macromedia.com> wrote in message
news:fv4p2f$k6g$1@forums.macromedia.com...
>I have a .cfm page that generates an RSS feed. Everything is working fine,
>but
> how do I automate it so it pudates the feed file every say hour or so? Is
> there
> something I can put in the application file that regenerates the feed file
> so
> it is being updated?
>
> Thanks.
>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Apr 28, 2008 Apr 28, 2008

Copy link to clipboard

Copied

That sounds like a good idea, however I pay for hosting so I do not have access to the administrator. Any other ideas?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 28, 2008 Apr 28, 2008

Copy link to clipboard

Copied

siriiven wrote:
> That sounds like a good idea, however I pay for hosting so I do not have access to the administrator. Any other ideas?

Does your host not allow scheduled tasks? Many do, one just needs to
make a support request to have one set up.

If you are working with CF8, you can use the <cfschedule...> tag to set
up tasks with code, if this is not disabled by a host.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 28, 2008 Apr 28, 2008

Copy link to clipboard

Copied

siriiven wrote:
> That sounds like a good idea, however I pay for hosting so I do not have access to the administrator. Any other ideas?

P.S. If you have no access to the server either directly or indirectly
through support staff, you are not going to be able to schedule anything
directly.

A bit of a kludgey way to do this, if you have access to some
development box on which you can create a scheduled task, you can have
this task access a template on your public server that does the update
for you remotely.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Apr 28, 2008 Apr 28, 2008

Copy link to clipboard

Copied

LATEST
I do have CF8 hosting so I will look into the cfschedule tag. Either that or I will contact my ISP and see if I can set up a job.

Thanks for the info.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation