<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
Hello,<br>
<br>
I am having some difficulty with RSS and the updates not being
detected/shown by my reader<br>
after the initial subscription.<br>
<br>
I want changes made to the wiki to be picked up by my RSS reader
(Mozilla Thunderbird)<br>
<br>
In my local/config.php:<br>
<blockquote>## The feeds.php script enables ?action=rss, ?action=atom,
?action=rdf,<br>
## and ?action=dc, for generation of syndication feeds in various
formats.<br>
if ($action == 'rss') include_once('scripts/feeds.php');<br>
if ($action == 'atom') include_once('scripts/feeds.php'); # Atom 1.0<br>
if ($action == 'dc') include_once('scripts/feeds.php'); # Dublin
Core<br>
if ($action == 'rdf') include_once('scripts/feeds.php'); # RSS 1.0<br>
</blockquote>
When I add ?action=rss to the end of a wikipage url and subscribe to
the RSS reader I get<br>
a small flurry of updates (3 in total) showing some changes. Then -
even though I make changes to the<br>
wiki page - no further updates are picked up by the Reader. <br>
<br>
If I unsubscribe from the reader, and make other changes to the wiki,
then re-subscribe the same page<br>
to the RSS reader, it supplies the same 3 changes as before - i.e.
ignoring the changes I made a few moments ago.<br>
<br>
I also have the e-mail "notify" script running. This works perfectly
and sends e-mail as/when a change<br>
is made to the page.<br>
<br>
My RSS reader picks up changes from other sites o.k too.<br>
<br>
Can you help me explain why the reader detects pages when I initially
subscribe to the wiki but not<br>
afterwards?<br>
<br>
Thanks<br>
<br>
Graham<br>
<br>
</body>
</html>