hi john,
sorry for the extremely late reply. my spam filter swallowed the
message, just stumbled over it in yahoo's archives.
Saturday, October 21, 2006, 9:05:13 AM, John wrote:
> RewriteEngine on
> RewriteRule ^/$ /space/start [R,L]
> RewriteRule ^/space/(.*)$ /exec/www?selector=display&snip=$1 [PT]
> ScriptAlias /exec/ /home/john/domains/blog.example/public_html/cgi-bin/
looks good.
> SNIP ->> COMMENT (BOTTOM FORM) -> ERROR
that there _are_ two comment forms is a bug in vanilla 0.6.2 - if you
switch to dj2 instead of the old du-jour, this will be gone. you can
do this by simply changing the 'start' snip from
{!du-jour.du-jour:12;2001-01-01}
to
{!dj2.dj-days:14}
> After a little poking around I found in the dj2.comments.r file the
> line:
> http-redir rejoin [ vanilla-base-url vanilla-display-url s ]
this is a bug, it should be
http-redir rejoin [ vanilla-display-url s ]
> Final, question for now.. What happens to [today?] entries? Will the
> start snip just grow forever or does it cycle monthly into an
> archived state? .. or do I need to do something manually?
each "today" entry is actually created as separate snip, the start
snip just displays the 12 most recent snips created that follow a
certain naming convention.
so there is no need to do something manually.
hope that helps. please don't hesitate do ask further questions. at
least my spamfilter should be fixed now :)
... earl walker out ...