[pmwiki-users] get rss to set name for a firefox live bookmark

JB jbit at ev1.net
Mon Oct 16 23:49:21 CDT 2006


https://bugzilla.mozilla.org/show_bug.cgi?id=348227

This is a bug in firefox.  I think it might work in
release 1.81 or firefox 2 beta 2 (I dont know how to read 
that bugzilla page).


> I used recipe RSSFeedLink.
> 
>   http://www.pmwiki.org/wiki/Cookbook/RSSFeedLink
> 
> In my config.php I put
> 
>    $HTMLHeaderFmt['rss'] =
>       "<link rel='alternate' title='\$WikiTitle RSS'
>         href='\$ScriptUrl/\$SiteGroup/AllRecentChanges?action=rss'
>         type='text/xml' />";
> 
> The site I am using it at is http://www.gnuzoo.org/ctlug
> I do have rss working for this site in a news aggregator.
> 
> I would like to set the FireFox Live Bookmark Name of the feed.
> In FireFox when I click the orange icon in the url bar it pops up
> a "Add Live Bookmark" window with the name:
> 
>     "Central Texas Linux Users Group | Main / HomePage browse"
> 
> I would like it to say:
> 
>     "CTLUG Changes"
> 
> How can I do this?
> 
> I tried:
> 
>     $FeedFmt['rss']['feed']['title'] = 'CTLUG Changes';
> 
> It did not work.  Is there a way to do this?





More information about the pmwiki-users mailing list