Click to See Complete Forum and Search --> : offline content handling


Lammerok
06-28-2010, 11:48 AM
Hello

May be I can receive an advise here regarding my problem.

I want all my websites to be accessible by customers when they are offline.

Basically I have a list of URL's I am providing to my customers I want they machines to store all the copy's of my sites on they machines locale and to be able to search via this content when they offline.(And the content will occasionally synchronize based on they configuration)

What is the best way to do this? I prefer all of it happening automatically.

The only idea I had to download some site grabber open source application and to tweak it to my needs.

any ideas?

musicworld1
07-07-2010, 02:18 AM
you may also send them a CD.

Charles
07-07-2010, 08:58 AM
That one is tough. I've been working on something like this but haven't yet sent it out into the world to see how it is received. I wrote a little script in PHP using the CURL module that does the mirroring. Part of the trick is that I have a sitemap in XML that is generated by a server side script. I had to use PHP because of the site's authentication but you might do better with an HTML Application.

adamou
07-07-2010, 05:35 PM
what kind of content?

JonasHastings
07-08-2010, 09:50 PM
That is a good idea especially if you would be able to execute it. Your best bet is send them cd or some sort of newsletter.

musicworld1
07-09-2010, 02:38 AM
here (http://lisacalhoun.blogspot.com/2006/02/online-vs-offline-customer-experience.html) is a good article about the subject.