00883: Add directive to add LINK tag for live RSS feed

Summary: Add directive to add LINK tag for live RSS feed
Created: 2007-02-11 13:48
Status: Open
Category: Feature
From: Mike
Assigned:
Priority: 3
Version: 2.2.0
OS: Linux/Apache/PHP5

Description: Add a directive to add a LINK tag to the HEAD section. The link tag specifies a live RSS feed for the page. The LINK tag has the following format.

<link rel="alternate" type="application/rss+xml" title="[RSS FEED TITLE]" href="[URL TO RSS FILE]">

The directive might have the following format.

(:rss "[RSS FEED TITLE]" "[URL TO RSS FILE]":)

This is different from using WikiTrails as RSS feeds, because sometimes the Webmaster chooses to use a separate RSS feed to represent news at the site.