Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Download documentation

Fcalfo,
Good question, however the wiki content is dynamically generated from and updated to a backend database. The rendered html pages don't really exist as content and stylesheet formatting are separated.

However you should be able to take a snapshot of the website to a particular recursive level restricted to a specific domain using any open source tool under the google category "offline web browser" or "web retriever". You could also write code that would start with downloading a root page and its' images - and recursively follow all the page links in that page using the URLConnection and URL class to start - I think a generic tool like that would be interesting.

   thank you
   /michael


fcalfo wrote:
Is there any way to download all the documentation from the EclipseLink wiki
so it's available for offline viewing?

I tried wget a few times but without much luck.



Back to the top