I would like to write a Rails app that is able to capture a webpage like the Evernote clipper does. If you are not familiar, in your browser, you can click a button on the toolbar and it captures a pretty accurate copy of the webpage layout. For an example, go to http://www.evernote.com/pub/jssmith072/shared and click on the single note on that page and you will be able to see a webpage I captured. There a few reasons I have no idea where to start:
How can I get a rendered webpage programmatically in a Rails app? Can/should I use WebKit?- How can I store this webpage in my database?
- How can I display this webpage archive consistently across browsers?