I'm not sure exactly what the requirement here is, but why not just setup a squid proxy between you and the internet, then you have a cache of everything you visit?
If it's just for the docs on nodejs.org, then have a look in `doc` in the git repo, then do `make doc` or `make website`, that'll give you a website compiled version of the documentation, it's what generates the documentation on nodejs.org. – Micheil On 24/05/2012, at 10:28 AM, thuan le minh wrote: > my question mean : i want to write a node js webserver program that > creates a vitual url on my local computer (exam : http://localhost:7777) > that will replace real url on the internet (http://nodejs.org) . So > when i query webserver for vitual url i will have all of assets > (images, text file, json file,...) of nodejs.org website .... > > sorry sorry for poor little English proficiency ! > thank ! > > > On 24 Tháng Năm, 16:08, mscdex <[email protected]> wrote: >> On May 24, 4:47 am, thuan le minh <[email protected]> wrote: >> >>> i want to cache a web page to view it offline >> >> So, you want to just save the webpage itself, or all assets as well >> (e.g. images, javascript, css, etc)? >> >> If you don't need to do this programmatically, why not just use the >> 'save page' feature of your browser? > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
