<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Brett Beaumont wrote:
<blockquote
 cite="midE9A401348CAF8E41A736032FC7D6F03205F548F9@sywns013.ad.sytec.com"
 type="cite">
  <meta http-equiv="Context-Type"
 content="text/html; charset=iso-8859-1">
  <title>Message</title>
  <div><span> Arash/Christian, </span></div>
  <div><span> </span> </div>
  <div><span> Thanks for you replies. One of the problems we have with
our setup is that we have some shared content which gets loaded into
multiple pages. For example, a news item that gets incorporated into
the home page, and the press releases page. This means that our users
only need to create the news item once, but it also means that we need
to export the home page and press release page every time a news
release is published (neither of which have really been changed). </span></div>
  <div><span> </span> </div>
  <div><span> Looking at the AfterPublishHandler, we may have an
ability to code in something like "if publishList contains any files in
/common/news/ then export the home page and news pages" to take case
of our specific dependencies. </span></div>
  <div><span> </span> </div>
  <div><span> The OnDemandStaticExportHandler handler probably won't
help us too much as our process is to export the pages, and then ZIP
them up and transfer to a separate web server. As such, the pages are
never actually <em>requested</em> from the OpenCMS server; we simply
expect them to be on the filesystem. </span></div>
  <div><span> </span> </div>
  <div><span> Thanks again for your prompt replies. </span></div>
  <div><span> </span> </div>
  <div><span> Regards, </span></div>
  <div><span> </span> </div>
  <div><span> Brett Beaumont</span></div>
</blockquote>
Dear Brett,<br>
<br>
Sadly, there is no incremental dependency-controlled mechanism for
doing static export. <br>
This is badly missing, but currently I don't have the time to write one
myself... :-(<br>
<br>
Christian<br>
</body>
</html>