Copy website content from WebsiteA.com/file.html to WebsiteB/file.com every time interval
- by Jimbo Mombasa
I want to copy a website from http://stats.pingdom.com/file... to http://mywebsite.com/file every 10 min. Then with purple-include I want to do a transclusion and display it on http://mywebsite.com/page.html
So the task is download http://stats.pingdom.com/file to http://mywebsite.com/file
I figured out the transclusion part but I do not know how to copy a wabpage from A to B. Are there any script for this or how can I do this?