<div dir="ltr">So, the last time I tried doing something like this, I ended up have to render the constructed page before the index would update. I don't recall why that was, but perhaps you might give it a go and see if that helps? I did it with curl in a shell script, you should be able to do that from Perl as well, maybe using lwp?</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Oct 28, 2013 at 7:49 PM, Peter Payzant <span dir="ltr"><<a href="mailto:pce@accesswave.ca" target="_blank">pce@accesswave.ca</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Patrick, thanks for your reply.<br>
<br>
As an experiment, I simply used the Linux "touch" command on both wiki.d/.lastmod and my synthetic wiki page. I'm afraid that didn't work - the category page still doesn't see the synthetic page.<br>

<br>
Any other thoughts?<span class="HOEnZb"><font color="#888888"><br>
<br>
Peter</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
<br>
On 2013-10-28 7:34 PM, Patrick R. Michaud wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Mon, Oct 28, 2013 at 06:06:29PM -0300, Peter Payzant wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm creating one page with a daily Perl program, and in general<br>
everything works as expected. However, I can't get this page to show<br>
up in a category list.<br>
[...]<br>
However, this page does not appear on the page<br>
Category.BoardDocuments. Dozens of other pages created the normal<br>
way, by editing in PmWiki, do appear in the category list.<br>
<br>
What am I doing wrong?<br>
</blockquote>
The indexes aren't being notified that there's a new page that might<br>
need scanning.<br>
<br>
Simply have your Perl script also touch/update the .lastmod file in<br>
wiki.d/, and the categories should start seeing your automatically<br>
generated page(s).<br>
<br>
In Perl the following will work to update the timestamp of .lastmod:<br>
<br>
     open(my $fh, ">", "wiki.d/.lastmod");<br>
     close($fh);<br>
<br>
Hope this helps.<br>
<br>
Pm<br>
<br>
</blockquote>
<br>
<br>
______________________________<u></u>_________________<br>
pmwiki-users mailing list<br>
<a href="mailto:pmwiki-users@pmichaud.com" target="_blank">pmwiki-users@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank">http://www.pmichaud.com/<u></u>mailman/listinfo/pmwiki-users</a><br>
</div></div></blockquote></div><br></div>