[pmwiki-users] RSS feeds: description tag as "content", and auto-discovery

Roman romat2 at gmail.com
Mon Apr 30 14:56:02 CDT 2007


I've noticed that you've changed ampersand with question marks. Proper
link should be

http://www.xradiograph.com/wrottings?action=rss&group=-pmwiki,-site,-main,-contributions,-profiles,-Category&name=-RecentChanges,-Template,-GroupHeader,-GroupFooter

I also suggest to make an alias for RSS link that would be more
stable. When someone subscribes to your current link and later you
change the way how you generate the feed, readers will not adapt to
this change.

You can make an alias in .htaccess

RewriteRule ^index\.xml$
?action=rss&group=-pmwiki,-site,-main,-contributions,-profiles,-Category&name=-RecentChanges,-Template,-GroupHeader,-GroupFooter
[NC]

and then offer link http://www.xradiograph.com/index.xml

or you can use external service like www.feedburner.com to make a link
in form of http://www.feedburner.com/xradiograph. I offers more than
this.

Roman

On 4/30/07, the Other michael <xraysmalevich at gmail.com> wrote:
> Excellent! Works for Bloglines! Tribe.net still can't find anything,
> but that's the way it goes...
>
> -the Other michael
> http://www.xradiograph.com/interference
> http://www.xradiograph.com/wrottings
>
>
> On 4/30/07, Roman <romat2 at gmail.com> wrote:
> > Change link type to "application/rss+xml".
> >
> > Roman
> >
> > On 4/30/07, the Other michael <xraysmalevich at gmail.com> wrote:
> > > Anybody have anything on "auto-discovery" of RSS feeds, and why or why
> > > not the below isn't working?
> > >
> > > The feed reads from a reader, but neither BlogLines, nor a RSS-module
> > > at Tribe.net can find it automatically. Granted, that's something to
> > > do with their discovery algorithm, but what about this format might be
> > > incompatible?
> > >
> > >
> > > -the Other michael
> > > http://www.xradiograph.com/interference
> > > http://www.xradiograph.com/wrottings
> > >
> > > On 4/27/07, the Other michael <xraysmalevich at gmail.com> wrote:
> > > > 2-item grab-bag:
> > > >
> > > > 1) Description as content <removed from quoted message>
> > > >
> > > > 2) I'm not getting auto-discovery of feeds working -- at least not
> > > > with Bloglines.
> > > >
> > > > My feed is as follows:
> > > >
> > > > http://www.xradiograph.com/wrottings/&action=rss?group=-pmwiki,-site,-main,-contributions,-profiles,-Category?name=-RecentChanges,-Template,-GroupHeader,-GroupFooter
> > > >
> > > > I currently subscribe to this via Bloglines -- but I entered it as the feed.
> > > >
> > > > The auto-discovery recipe at
> > > > http://www.pmwiki.org/wiki/Cookbook/RSSFeedLink is set up as
> > > >
> > > > $HTMLHeaderFmt['rss'] =
> > > >      "<link rel='alternate' title='\$WikiTitle RSS'
> > > > href='\$ScriptUrl/&action=rss?group=-pmwiki,-site,-main,-contributions,-profiles,-Category?name=-RecentChanges,-Template,-GroupHeader,-GroupFooter'
> > > >        type='text/xml' />";
> > > >
> > > > And generates
> > > >
> > > > <link rel='alternate' title='wrottings RSS'
> > > >    href='http://www.xradiograph.com/wrottings/&action=rss?group=-pmwiki,-site,-main,-contributions,-profiles,-Category?name=-RecentChanges,-Template,-GroupHeader,-GroupFooter'
> > > >        type='text/xml' />
> > > >
> > > >
> > > > the href-tag contains the exact same content as my working
> > > > subscription, but bloglines, at least, claims there is no feed --
> > > > auto-discovery is failing.
> > > >
> > > >
> > > > Any advice?
> > >
> > > _______________________________________________
> > > pmwiki-users mailing list
> > > pmwiki-users at pmichaud.com
> > > http://www.pmichaud.com/mailman/listinfo/pmwiki-users
> > >
> >
>



More information about the pmwiki-users mailing list