<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Cees de Groot wrote:<br>
<blockquote type="cite"
 cite="mid1072425650.2006.517.camel@home.home.cdegroot.com">
  <pre wrap="">On Thu, 2003-12-25 at 20:52, Nevin Pratt wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Could an RSS feed potentially be a solution for Seaside's unfriendliness towards spiders?

    </pre>
  </blockquote>
  <pre wrap=""><!---->Janus is my shot at a solution. It seems to works fine, my Seaside site
has shot up in traffic and search engine presence over the last months
(from basically nothing to currently 160 visitors/day). 

  </pre>
</blockquote>
<br>
Hmm, I'm getting more visitors a day than that, from basically nothing
at the end of April 2003.&nbsp; So, to be honest Cees, I'm not sure if that
indicates it is helping or not.&nbsp; But I agree it looks like it _should_
help (I downloaded Janus and installed it on a dev box, where I'm
looking at it now).<br>
<br>
With my site, the URL will always be:<br>
<br>
<a class="moz-txt-link-freetext"
 href="http://www.bountifulbaby.com/seaside/index/%7Ball">http://www.bountifulbaby.com/seaside/index/{all</a>
the Seaside
gobble-de-goop}<br>
<br>
With my site, all rendered components are swapped in and out
dynamically at runtime, and the base URL never changes.&nbsp; The base URL
is always:<br>
<br>
<a class="moz-txt-link-freetext"
 href="http://www.bountifulbaby.com/seaside/index/">http://www.bountifulbaby.com/seaside/index/</a><br>
<br>
Unless I'm missing something, that doesn't seem to fit with what Janus
is expecting, because this looks like it will cause the same static
page from the static page cache to always be returned.<br>
<br>
Hmm, or maybe not, because I suppose I could have the first static page
contain links whose base URL's are something other than the above,
which would then allow it to map into the other static pages.<br>
<br>
It looks like the biggest issue then would probably be the creation of
the static page content for the static page cache, and keeping those
pages reasonably in sync with the actual site.&nbsp; That looks like a
non-trivial problem, too.<br>
<br>
I need to look at it some more.<br>
<br>
Nevin<br>
<br>
<br>
<pre cols="72" class="moz-signature">-- 
Nevin Pratt
Bountiful Baby
<a class="moz-txt-link-freetext" href="http://www.bountifulbaby.com">http://www.bountifulbaby.com</a>
(801) 992-3137
</pre>
</body>
</html>