I agree that offline help can be more useful than online in many cases - Fortunately it often isn't too tricky to take online help offline yourself
For http://tinyerp.org/edoc/ all you need to do is download and use "wget" - just type in wget -r -l 0 http://tinyerp.org/edoc/ (warning it will get a load of stuff in the forums etc.. but you can always stop it after it has the edoc folder and the associated images). For websites with relative links that is all you need to do - but http://tinyerp.org/edoc/ uses absolute links so you can do the following to make it fully usable offline 1. download and use a grep program like wingrep 2. search and replace "http://tinyerp.org/edoc/" with an empty string in the folder you have downloaded the files into Then set up a shortcut to the hompage.html file and .. hey presto .. you have offline help _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
