J.D. Williams wrote:

Wow. I had not even heard of this one.

I will check it out.

Joe

Bertrand Delacretaz wrote:

Le 3 mars 06 à 18:35, J.D. Williams a écrit :

...However, a need has arisen to generate static Web sites for this content for delivery via a Web server; i.e., not Tomcat or other servlet container....



A very easy way to do this is to dump the HTML pages generated by your Cocoon application to static HTML files, using a tool like wget (http://www.gnu.org/software/wget/wget.html).

Such a tool will make HTTP requests to your app and save the responses as HTML, CSS and other files as needed, adjusting links inside the saved files so that the result is browsable offline or suitable for serving as static pages.

-Bertrand



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

It works but not that fun. All the links should be relative!! wget has a problem with absolute links and absolute linked contents (e.g. gif's). So you have to change many things manually. Try it anyway.

Fady

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to