[pmwiki-users] Separate RSS for each group

Hans design at softflow.co.uk
Mon Feb 13 08:43:02 CST 2006


Monday, February 13, 2006, 2:29:34 PM, jack wrote:
> I have placed the following in a group configuration file for
> three groups (Main,Galeria,Catalog) and changing the group in every
> case:
> $HTMLHeaderFmt['rss'] =  "<link rel='alternate'
> title='\$WikiTitle RSS'
> href='\$ScriptUrl/Catalog/RecentChanges/action=rss' type='text/xml'
> />"; 

should read:

$HTMLHeaderFmt['rss'] =  "<link rel='alternate' title='\$WikiTitle RSS'
    href='\$ScriptUrl/Catalog/RecentChanges?action=rss' type='text/xml' />";

or perhaps better:

$HTMLHeaderFmt['rss'] =
    "\n <link rel='alternate' title='\$WikiTitle Catalog RSS Feed'
      href='\$ScriptUrl/Catalog/RecentChanges?action=rss'
      type='application/rss+xml' />\n  ";


Best, 
~Hans                           





More information about the pmwiki-users mailing list