Skip to main content
January 24, 2007
Question

Automated page update reminder?

  • January 24, 2007
  • 1 reply
  • 332 views
I am trying to develop an update reminder for pages within a site. Ideally, the page would automatically record when it was last updated, and, if it hadn't been touched in 365 days, would send a reminder to our Web editor. The reminder could be via email. Finally, our site is pretty big. I don't want to bog down the server with constant calls back and forth.

So far I've had no luck getting any information on how I might do this. Does anyone have any thoughts?
This topic has been closed for replies.

1 reply

Inspiring
January 24, 2007
Depending upon the server language available you should be able to get a
file list brought onto a web page that will include the file date. This
should correspond with the date modified.

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"greg.turner" <webforumsuser@macromedia.com> wrote in message
news:ep81v1$cgh$1@forums.macromedia.com...
>I am trying to develop an update reminder for pages within a site.
>Ideally,
> the page would automatically record when it was last updated, and, if it
> hadn't
> been touched in 365 days, would send a reminder to our Web editor. The
> reminder could be via email. Finally, our site is pretty big. I don't
> want to
> bog down the server with constant calls back and forth.
>
> So far I've had no luck getting any information on how I might do this.
> Does
> anyone have any thoughts?
>


January 29, 2007
We use .asp server technologies. Is this one of the technologies that will produce this page list?