You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Alessio Sangalli <al...@manoweb.com> on 2002/11/14 17:50:03 UTC

command line usage - FINALLY SOLVED

But not as I expected at the beginning. Instead it's much simpler to
write all the url inside a file:

$ cat url-list
http://localhost:8080/cocoon/lirc/index.html
http://localhost:8080/cocoon/lirc/tools.html
http://localhost:8080/cocoon/lirc/parts.html
http://localhost:8080/cocoon/lirc/circuit.html
http://localhost:8080/cocoon/lirc/01.html
http://localhost:8080/cocoon/lirc/02.html
http://localhost:8080/cocoon/lirc/03.html
http://localhost:8080/cocoon/lirc/04.html
http://localhost:8080/cocoon/lirc/05.html
http://localhost:8080/cocoon/lirc/links.html
http://localhost:8080/cocoon/lirc/pdfgen

and give the following command line:

$ wget -nd -i url-list

what should I say, it's way too difficult to use cocoon from command
line (and not for syntax or semantic problems, but only related to the
system setup) so I use it through a command line browser (wget).

bye
as






---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>