<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META charset=ISO-8859-1; inline Content-Disposition: format="flowed" plain;
text Content-Type: 7bit Content-Transfer-Encoding:>
<META content="MSHTML 6.00.2900.2963" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=798112210-29092006><Smacks self on head></SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=798112210-29092006></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=798112210-29092006>I'd forgotten about wget</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=798112210-29092006></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=798112210-29092006>I have cygwin on my PC here so I already have wget -
I'll give it a go.</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=798112210-29092006></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=798112210-29092006>Cheers,</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN
class=798112210-29092006>Phil</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV><!-- Converted from text/plain format -->
<P><FONT size=2>Phil Launchbury<BR>IT & Support
Manager<BR>------------------------------------------------------<BR>TSSI
Systems Ltd,<BR>Rutland House, Hargreaves Road,<BR>Groundwell Industrial
Estate,<BR>Swindon, Wiltshire, SN25 5AZ, U.K.<BR>Tel: +44 (0) 1793
747736<BR><BR>Support Helpdesk<BR>Tel: +44 (0) 8450 707
898<BR>Email: support@tssi.co.uk <BR>Website:
www.tssi.co.uk<BR><BR>'Securing Business Around the
World'<BR>-------------------------------------------------------<BR></FONT></P>
<DIV> </DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> opencms-dev-bounces@opencms.org
[mailto:opencms-dev-bounces@opencms.org] <B>On Behalf Of </B>"Marcus Popetz"
<marcus@roundpeg.com><BR><B>Sent:</B> 26 September 2006
18:00<BR><B>To:</B> "The OpenCms mailing list"
<opencms-dev@opencms.org><BR><B>Subject:</B> Re: [opencms-dev]
Exporting..<BR></FONT><BR></DIV>
<DIV></DIV>wget --mirror -l 15 -p -E -P 1 http://my.site.com <BR><BR>This will
mirror 15 levels of recursion and write it to a directory <BR>called
my.site.com. <BR><BR>If you're not a unix guy, there are tons of programs that
will do this <BR>for you with a UI. <BR><BR>-mp <BR><BR>On 9/26/06, Jonathan
Woods <JONATHAN.WOODS@SCINTILLANCE.COM>wrote: <BR>> The Unix utility wget
will spider a site for you and save it to the local <BR>> filesystem; there's
a Windows port too. <BR>> <BR>> Jon <BR>> <BR>> -----Original
Message----- <BR>> From: opencms-dev-bounces@opencms.org <BR>>
[mailto:opencms-dev-bounces@opencms.org] On Behalf Of Joe Desbonnet <BR>>
Sent: 26 September 2006 17:21 <BR>> To: The OpenCms mailing list <BR>>
Subject: Re: [opencms-dev] Exporting.. <BR>> <BR>> My hunch is that this
is going to be difficult/impossible if you just want <BR>> to copy the export
directory to CD. I believe there is software out there <BR>> (free and
not-free) that will CD-ROMify a site for you. <BR>> <BR>> If not I can dig
out a perl script I wrote about 10 years ago which mostly <BR>> worked.
<BR>> <BR>> Joe. <BR>> <BR>> <BR>> On 9/26/06,
Phil.Launchbury@tssi.co.uk <PHIL.LAUNCHBURY@TSSI.CO.UK>wrote: <BR>> > Hi,
<BR>> > <BR>> > <BR>> > <BR>> > My boss has suggested
that he would like to be able to give out what <BR>> > is essentially our
website on a CD.. And suggested that I just load <BR>> > OpenCMS onto it.
<BR>> > <BR>> > <BR>> > <BR>> > When I stopped banging
my head against the desk I went into our test <BR>> > system and tried to
do a static export of our entire site to see if I <BR>> > could make a
standalone version of the site suitable for making into <BR>> > an
embedded site on a CD. <BR>> > <BR>> > When I ran the export I got
the following: <BR>> > <BR>> > <BR>> > <BR>> > tarting
static export ... <BR>> > <BR>> > Deleting static export folders ...
<BR>> > <BR>> > ( 1 / 1 ) Deleted static export folder <BR>> >
"/var/apache-tomcat5/webapps/opencms/export/" <BR>> > <BR>> > ...
deleting static export folders is finished. <BR>> > <BR>> >
Exporting Non-Template Resources ... <BR>> > <BR>> > Exception
org.opencms.loader.CmsLoaderException: Unknown resource type <BR>> > id
<BR>> > 25 requested. at <BR>> >
org.opencms.loader.CmsResourceManager.getResourceType(CmsResourceManag <BR>>
> er.java:596) <BR>> > at <BR>> >
org.opencms.loader.CmsResourceManager.getLoader(CmsResourceManager.jav <BR>>
> a:491) <BR>> > at <BR>> >
org.opencms.staticexport.CmsAfterPublishStaticExportHandler.exportNonT <BR>>
> emplateResources(CmsAfterPublishStaticExportHandler.java:353) <BR>> >
at <BR>> >
org.opencms.staticexport.CmsAfterPublishStaticExportHandler.doExportAf <BR>>
> terPublish(CmsAfterPublishStaticExportHandler.java:103) <BR>> > at
<BR>> >
org.opencms.staticexport.CmsStaticExportManager.exportFullStaticRender <BR>>
> (CmsStaticExportManager.java:564) <BR>> > at <BR>> >
org.opencms.workplace.tools.database.CmsStaticExportThread.run(CmsStat <BR>>
> icExportThread.java:95) <BR>> > <BR>> > <BR>> >
Statistics:duration: 00:00:15 <BR>> > <BR>> > ... the static export
is finished <BR>> > <BR>> > <BR>> > <BR>> > Any ideas?
I'm happy to have either problem solved - either how to <BR>> >
encapsulate our openCMS site so that it can run from a CD in a regular <BR>>
> Windows PC or how I can export the whole of our site to static pages..
<BR>> > <BR>> > <BR>> > <BR>> > Cheers, <BR>> >
<BR>> > Phil. <BR>> > <BR>> > <BR>> > <BR>> > Phil
Launchbury <BR>> > <BR>> > IT & Support Manager <BR>> >
<BR>> > ------------------------------------------------------ <BR>>
> <BR>> > TSSI Systems Ltd, <BR>> > <BR>> > Rutland House,
Hargreaves Road, <BR>> > <BR>> > Groundwell Industrial Estate,
<BR>> > <BR>> > Swindon, Wiltshire, SN25 5AZ, U.K. <BR>> >
<BR>> > Tel: +44 (0) 1793 747736 <BR>> > <BR>> > <BR>> >
<BR>> > Support Helpdesk <BR>> > <BR>> > Tel: +44 (0) 8450 707
898 <BR>> > <BR>> > Email: support@tssi.co.uk <BR>> > <BR>>
> Website: www.tssi.co.uk <BR>> > <BR>> > <BR>> > <BR>>
> 'Securing Business Around the World' <BR>> > <BR>> >
------------------------------------------------------- <BR>> > <BR>>
> <BR>> > This e-mail message (including any attachments) is from TSSI
and <BR>> > intended for the addressee only. It may contain information
that is <BR>> > privileged and confidential. If you are not the intended
recipient, <BR>> > you must not copy, distribute or take any action in
reliance of it. If <BR>> > this communication has been sent to you in
error, please notify us <BR>> > immediately by either replying to this
e-mail or by telephoning our <BR>> > offices on (+44) 1793 747700. TSSI
accept no responsibility for any <BR>> > changes made to this message
after it has been sent by the original <BR>> > author. This email or any
of its attachments may contain data that <BR>> > falls within the scope of
the Data Protection Acts. You must ensure <BR>> > that any handling or
processing of such data by you is fully compliant <BR>> > with the terms
and provisions of the Data Protection Act 1984 and 1998. <BR>> > <BR>>
> <BR>> >
______________________________________________________________________ <BR>>
> __ This e-mail has been scanned for all viruses by Star. The service
<BR>> > is powered by MessageLabs. For more information on a proactive
<BR>> > anti-virus service working around the clock, around the globe,
visit: <BR>> > http://www.star.net.uk <BR>> >
______________________________________________________________________ <BR>>
> __ <BR>> > <BR>> >
_______________________________________________ <BR>> > This mail is sent
to you from the opencms-dev mailing list To change <BR>> > your list
options, or to unsubscribe from the list, please visit <BR>> >
http://lists.opencms.org/mailman/listinfo/opencms-dev <BR>> > <BR>>
<BR>> _______________________________________________ <BR>> This mail is
sent to you from the opencms-dev mailing list To change your <BR>> list
options, or to unsubscribe from the list, please visit <BR>>
http://lists.opencms.org/mailman/listinfo/opencms-dev <BR>> <BR>> <BR>>
<BR>> _______________________________________________ <BR>> This mail is
sent to you from the opencms-dev mailing list <BR>> To change your list
options, or to unsubscribe from the list, please visit <BR>>
http://lists.opencms.org/mailman/listinfo/opencms-dev <BR>>
<BR><BR>_______________________________________________ <BR>This mail is sent to
you from the opencms-dev mailing list <BR>To change your list options, or to
unsubscribe from the list, please visit
<BR>http://lists.opencms.org/mailman/listinfo/opencms-dev
<BR><BR>________________________________________________________________________
<BR>This e-mail has been scanned for all viruses by Star. The <BR>service is
powered by MessageLabs. For more information on a proactive <BR>anti-virus
service working around the clock, around the globe, visit:
<BR>http://www.star.net.uk
<BR>________________________________________________________________________
<BR>
<BR>
________________________________________________________________________<BR>
This e-mail has been scanned for all viruses by Star. The<BR>
service is powered by MessageLabs. For more information on a proactive<BR>
anti-virus service working around the clock, around the globe, visit:<BR>
http://www.star.net.uk<BR>
________________________________________________________________________<BR>
</BODY></HTML>