<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Paul-Inge Flakstad ha scritto:
<blockquote cite="mid:4D405B4872E4E54A95966E6CF909E7F302BE358B97@anton"
 type="cite">
  <pre wrap="">Hi List

We need to create a static, offline version for one of our sites, that will make the content available to users without an internet connection. These static files will be stored on a CD or some other media, and browsed from there. I was thinking of using specific software for the job, but...isn't this just the same as doing a static export in OpenCms..? I have never done a "manual" export in OpenCms, so if anyone can answer this (and maybe provide some pointers on how to do it - this has to be done today) I would appreciate it.
  </pre>
</blockquote>
Hi <br>
<br>
static export should be usable for this, if you configure it in such a
way that it creates relative links instead of absolute links.<br>
However, a while ago (read: early opencms 6) I had trouble with
relative links and at that point I switched my static export to use
absolute links instead. I have not tried to export with relative links
at a later time. Static export is configured in
opencms-importexport.xml. The opencms wiki should also have have a bit
of information on static export.<br>
<br>
One limitation of static export is, that it of course exports the
complete web site. If you want to make the main site downloadable but
don't want to include large media resources then this might be a
problem. For creating a working partial copy of a site, an external
download program might be the better choice then. A program that I can
recommend is httrack, which exists for both *nix and Windows.<br>
<br>
So, If you want an offline version of a complete site, I think static
export with relative links configured is worth a try. If you want
something more complicated, try out httrack and automate it through a
job or something like that.<br>
<br>
hth<br>
Christian<br>
<br>
<blockquote cite="mid:4D405B4872E4E54A95966E6CF909E7F302BE358B97@anton"
 type="cite">
  <pre wrap="">
Cheers,
Paul

  </pre>
  <pre wrap="">
<hr size="4" width="90%">

_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a class="moz-txt-link-freetext" href="http://lists.opencms.org/mailman/listinfo/opencms-dev">http://lists.opencms.org/mailman/listinfo/opencms-dev</a></pre>
</blockquote>
<br>
</body>
</html>