Hi All,
What I need to able to do export a version of the site for complete offline viewing. Staticexporter is giving my output with a <base href="" /> and links that are like <a href="/about">About</a> Is this something I'm not doing right ?
I'm thinking the solutions could be
- build a new script based on Staticexporter that uses a series hardcoded str_replace's to correct the problem.
- use wget
I've looked at staticpublisher and that still seems to give me links that are relative to the root of the server and links to live CSS files.
Interested in your response
Cheers
Robin