HighDots Forums  

Auto save web page

Web Accessibility alt.html.web-accessibility


Discuss Auto save web page in the Web Accessibility forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
zmaki
 
Posts: n/a

Default Auto save web page - 04-18-2006 , 01:23 AM






Hi all,

I'm watching web page which auto refresh sporadically in 5 - 10 min
interval.

Is there any freeware/shareware utility which can automatically save
refreshed web page on every refresh, naming saved files sequentially with
names including date & time ?

Thanks,

zmaki



Reply With Quote
  #2  
Old   
David Dorward
 
Posts: n/a

Default Re: Auto save web page - 04-18-2006 , 01:50 AM






zmaki wrote:

Quote:
Is there any freeware/shareware utility which can automatically save
refreshed web page on every refresh, naming saved files sequentially with
names including date & time ?
Bash, date, sleep and downloading tool of your choice?

while true do curl http://example.com/ > "Example.com - `date`.html"; sleep
5m; done

Although I don't see what this has to do with accessibility.

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is


Reply With Quote
  #3  
Old   
zmaki
 
Posts: n/a

Default Re: Auto save web page - 04-18-2006 , 03:22 AM



Quote:
while true do curl http://example.com/ > "Example.com - `date`.html";
sleep
5m; done
This is time triggered, not refresh triggered. Anyhow, better then manually.
Thanks.

Quote:
Although I don't see what this has to do with accessibility.
Me neither. Please suggest better newsgroup.

zmaki




Reply With Quote
  #4  
Old   
Harlan Messinger
 
Posts: n/a

Default Re: Auto save web page - 04-18-2006 , 09:01 AM



zmaki wrote:
Quote:
Hi all,

I'm watching web page which auto refresh sporadically in 5 - 10 min
interval.

Is there any freeware/shareware utility which can automatically save
refreshed web page on every refresh, naming saved files sequentially with
names including date & time ?
Not really a topic for an accessibility forum. (Accessibility refers to
usability of systems and software by people with physical limitations.)


Reply With Quote
  #5  
Old   
David Dorward
 
Posts: n/a

Default Re: Auto save web page - 04-18-2006 , 12:49 PM



zmaki wrote:

Quote:
while true do curl http://example.com/ > "Example.com - `date`.html";
sleep
5m; done

This is time triggered, not refresh triggered. Anyhow, better then
manually. Thanks.
Perl's HTML::TreeBuilder module will let you find whatever is triggering the
refresh and use that.

Quote:
Although I don't see what this has to do with accessibility.

Me neither. Please suggest better newsgroup.
alt.html? comp.lang.somethingOrOther?

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.