Topic: RSS feed (pubdate)

Hello,

I have successfully created an rss feed for my website.  However I am struggling with the pubdate.  If I don’t get the time exactly correct, then when the update goes to outlook it does not show up as a new post.  It is marked already read.  Currently I am updating the RSS feed myself.  Is there a way to automate the pubdate only?


Thanks,
Lesley

Re: RSS feed (pubdate)

"If I don’t get the time exactly correct"

Perhaps you can clarify this? Ideally, you would have a PHP/ASP system that would take care of the rss feed automatically for you as you create new posts. Are you using a CMS on your site at all? Or is it a static site?

Re: RSS feed (pubdate)

I havent figured out how to automate the RSS through PHP/ASP.  So i am currently adding my own items and creating the pubdates myself.  It is a static site, no CMS.  I keep a "news" section of the website which is just an unordered list and each list item links to a different page.  This is the only section of the website i need RSS on.  You can see it here if it helps - http://tica.org/member.php

Thanks!

Re: RSS feed (pubdate)

"If I don’t get the time exactly correct"

What do you have to do at the moment to make sure your posts appear as new posts?

Re: RSS feed (pubdate)

i have to make sure the time i type is the exact time it actually is as when i publish the rss feed.

Re: RSS feed (pubdate)

Hmm. I've done a little bit of research on this... There are some services out there that claim to be able to create an RSS feed from a plain HTML website -- you can look into that more if you like -- but they don't seem to duplicate the functionality 100%.

As far as your original question, I don't think there is a way to automate only part of the feed. I don't think creating a small PHP program to automate that entire process for you is that difficult... I'm surprised I haven't been able to find one online yet.