[pmwiki-users] RSS feed problems?

Noel Llopis llopis at gmail.com
Mon Apr 4 15:14:12 CDT 2005


Thanks. That helped, although as you listed it, when I follow a link
something strips the ? and goes to a non existing page
($PageUrl$RssItemPubDate).

To get it to work I had to change the link item to this:
              <link>$PageUrl?action=$RssItemPubDate</link>

Thanks!


--Noel

On Apr 4, 2005 6:48 AM, Tom Holroyd <tomh at kurage.nimh.nih.gov> wrote:
> Here's what I put in my config.php to get it to work with Thunderbird.
>   You'll need the most recent version of that, too.  The trick is to
> put the date in the link.  Pmwiki will ignore it if you click on it.
> 
> # RSS feed
> if ($action == "rss") {
>          $RssDescSize = 1000;
>          $RssItemFmt = '
>          <item>
>            <title>$Group / $Title</title>
>            <link>$PageUrl?$RssItemPubDate</link>
>            <description>$RssItemDesc</description>
>            <dc:contributor>$RssItemAuthor</dc:contributor>
>            <dc:date>$RssItemPubDate</dc:date>
>          </item>';
>          include_once('scripts/rss.php');
> }
> 
> Noel Llopis wrote:
> > I'm noticing that RSS readers are not picking up changes to the RSS
> > feed correctly.--
> Dr. Tom Holroyd
> "A man of genius makes no mistakes. His errors are volitional and
> are the portals of discovery." -- James Joyce
>



More information about the pmwiki-users mailing list