I would like to create a mobile version of a website. I do not have write access to the source website. The source website is well formatted in HTML and most adaptations for mobile viewing should be possible with CSS overrides.
I quickly came across the Google tool for mobile viewing of web sites; some sort of on-the-fly mirroring like that seems optimal to me (maybe via PHP or AJAX/JS), but I couldn't find any popular methods or packages to do this.
I will go ahead for now and try to load the site dynamically using jQuery; I suppose I will have to replace the links with AJAX calls and make the image references absolute before applying some CSS and JS formatting rules.
If there is a better way to do this however, I would much appreciate it!