Re: Generate static HTML with Cocoon

2001-10-29 Thread Cyril Cambien
You can use Cocoon command line interface. java org.apache.cocoon.Main -c -d -w -l -uINFO -f sourcepath : where your cocoon files are, with the sitemap and so on resultpath : where tour HTML files go tmppath: a directory for tmp files logfilename : the log file list.uris : a file contain

Re: Generate static HTML with Cocoon

2001-10-23 Thread Gianugo Rabellino
> We want to use Cocoon to generate static HTML. Cocoon can do offline generation too by running it in CLI mode (org.apache.cocoon.Main). If you check out a fresh CVS the build system uses Cocoon to generate its own documentation: this can be used as a starting point for you. Ciao, -- Gianugo R

Re: Generate static HTML with Cocoon

2001-10-22 Thread Bertrand Delacretaz
On Tuesday 23 October 2001 08:12, Holger Danske wrote: > We want to use Cocoon to generate static HTML. wget (www.gnu.org/software/wget), a command-line utility, is very good at creating static versions of dynamic web sites. -- -- Bertrand Delacrétaz, www.codeconsult.ch -- web technologies

Re: Generate Static HTML with Cocoon

2001-09-20 Thread Sergio Carvalho
You can run Cocoon from command-line. However, for this I usually just use a mirroring tool (curl or wget for linux, teleport pro for win). On Thu, 20 Sep 2001 09:42:27 +0200, Sebastian Mäder wrote: From: Sebastian Mäder <[EMAIL PROTECTED]> -- > Hi cocooner, > > > I have build a page with coc