Hello,

I am having some difficulty with RSS and the updates not being detected/shown by my reader
after the initial subscription.

I want changes made to the wiki to be picked up by my RSS reader (Mozilla Thunderbird)

In my local/config.php:
##  The feeds.php script enables ?action="" ?action="" ?action=""> ##  and ?action="" for generation of syndication feeds in various formats.
 if ($action == 'rss') include_once('scripts/feeds.php');
 if ($action == 'atom') include_once('scripts/feeds.php');  # Atom 1.0
 if ($action == 'dc') include_once('scripts/feeds.php');    # Dublin Core
 if ($action == 'rdf') include_once('scripts/feeds.php');   # RSS 1.0
When I add ?action="" to the end of a wikipage url and subscribe to the RSS reader I get
a small flurry of updates (3 in total) showing some changes. Then - even though I make changes to the
wiki page - no further updates are picked up by the Reader.

If I unsubscribe from the reader, and make other changes to the wiki, then re-subscribe the same page
 to the RSS reader, it supplies the same 3 changes as before - i.e. ignoring the changes I made a few moments ago.

I also have the e-mail "notify" script running. This works perfectly and sends e-mail as/when a change
is made to the page.

My RSS reader picks up changes from other sites o.k too.

Can you help me explain why the reader detects pages when I initially subscribe to the wiki but not
afterwards?

Thanks

Graham

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to