Re: Newbie Question (Static HTML from Cocoon2)

2001-09-25 Thread Arno Illmann

Oh. Yes. I hit the wrong button! .-) Arno

giacomo schrieb:
 
 On Mon, 24 Sep 2001, Arno Illmann wrote:
 
 Arno
 
 Please post in english or in private.
 
 TIA
 
 Giacomo
 
  oder z.B mit Webcopier (mein favorite, ist auch freeware) oder noch anderen 
offline browsern.  Aber warum eine static version ?
 
  mfg, Arno
 
  Sebastian Mäder schrieb:
  
   Hi there,
  
   my name is sebastian and im a trainee on a company in Gemany. Im was
   building a website with xhtml and cocoon2 ..
  
   Now my big boss said to me, that i have to build a STATIC HTML VERSION of
   my cocoon site, and I don't know how I can do this.
   The only way I know is, to save from Browser, but that's not the way.
  
   Are there any instructions for the sitemap.xmap or a batch file, which
   generated this static version ??
   I will hope you can help me. How can I get this information?
  
   THX
  
   Sebastian
  
   -
   Please check that your question has not already been answered in the
   FAQ before posting. http://xml.apache.org/cocoon/faqs.html
  
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 -
 Please check that your question has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faqs.html
 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Arno Illmann
Uerdinger Str. 22
47799 Krefeld
02151/601142
[EMAIL PROTECTED]

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

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




Newbie Question (Static HTML from Cocoon2)

2001-09-24 Thread Sebastian Mäder

Hi there,

my name is sebastian and im a trainee on a company in Gemany. Im was
building a website with xhtml and cocoon2 ..

Now my big boss said to me, that i have to build a STATIC HTML VERSION of
my cocoon site, and I don't know how I can do this.
The only way I know is, to save from Browser, but that's not the way.

Are there any instructions for the sitemap.xmap or a batch file, which
generated this static version ??
I will hope you can help me. How can I get this information?

THX

Sebastian





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

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




Re: Newbie Question (Static HTML from Cocoon2)

2001-09-24 Thread Bertrand Delacretaz

 i have to build a STATIC HTML VERSION of
 my cocoon site

wget (www.gnu.org/software/wget) should allow you to do this - it will 
recursively pull HTML pages from an HTTP connection and save them as static 
files.

-- 
 -- Bertrand Delacrétaz, www.codeconsult.ch
 -- web technologies consultant - OO, Java, XML, C++







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

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




Re: Newbie Question (Static HTML from Cocoon2)

2001-09-24 Thread Arno Illmann

oder z.B mit Webcopier (mein favorite, ist auch freeware) oder noch anderen offline 
browsern.  Aber warum eine static version ?

mfg, Arno

Sebastian Mäder schrieb:
 
 Hi there,
 
 my name is sebastian and im a trainee on a company in Gemany. Im was
 building a website with xhtml and cocoon2 ..
 
 Now my big boss said to me, that i have to build a STATIC HTML VERSION of
 my cocoon site, and I don't know how I can do this.
 The only way I know is, to save from Browser, but that's not the way.
 
 Are there any instructions for the sitemap.xmap or a batch file, which
 generated this static version ??
 I will hope you can help me. How can I get this information?
 
 THX
 
 Sebastian
 
 -
 Please check that your question has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faqs.html
 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Arno Illmann
Uerdinger Str. 22
47799 Krefeld
02151/601142
[EMAIL PROTECTED]

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

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




RE: Newbie Question (Static HTML from Cocoon2)

2001-09-24 Thread Michael McKibben

Hello, Cocoon also includes a command line utility for this. Run java -jar
cocoon.jar -help for usage description (the cocoon.jar file contains a
Class-Path manifest so as long as cocoon.jar is in your cocoon lib directory
your classpath should be set up automatically.)

Regards,

--mike

-Original Message-
From: Sebastian Mäder [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 24, 2001 2:51 AM
To: [EMAIL PROTECTED]
Subject: Newbie Question (Static HTML from Cocoon2)


Hi there,

my name is sebastian and im a trainee on a company in Gemany. Im was
building a website with xhtml and cocoon2 ..

Now my big boss said to me, that i have to build a STATIC HTML VERSION of
my cocoon site, and I don't know how I can do this.
The only way I know is, to save from Browser, but that's not the way.

Are there any instructions for the sitemap.xmap or a batch file, which
generated this static version ??
I will hope you can help me. How can I get this information?

THX

Sebastian





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

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

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

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




Re: Newbie Question (Static HTML from Cocoon2)

2001-09-24 Thread Jeff Turner

For a real-world example of a Cocoon website being generated offline,
have a look at the jakarta-avalon documentation system. All driven by
Ant.. pretty cool :)

wget is probably less hassle though.

--Jeff

On Mon, Sep 24, 2001 at 10:51:15AM +0200, Sebastian Mäder wrote:
 Hi there,
 
 my name is sebastian and im a trainee on a company in Gemany. Im was
 building a website with xhtml and cocoon2 ..
 
 Now my big boss said to me, that i have to build a STATIC HTML VERSION of
 my cocoon site, and I don't know how I can do this.
 The only way I know is, to save from Browser, but that's not the way.
 
 Are there any instructions for the sitemap.xmap or a batch file, which
 generated this static version ??
 I will hope you can help me. How can I get this information?
 
 THX
 
 Sebastian
 
 
 
 
 
 -
 Please check that your question has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faqs.html
 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

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

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