This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 21 lines
Inserts an RSS autodiscovery link. Put this tag in the HEAD section of your template to allow RSS autodiscovery. If RSS is not enabled, does nothing.
----
!Usage
<wiki:RSSLink />
!Parameters
None.
!Example
{{{
<wiki:RSSLink />
}}}
inserts the following code, if the [RSS feed] is enabled, and your site is located in {{http://www.ecyrd.com/go}}
{{{
<link rel="alternate" type="application/rss+xml" title="RSS feed" href="http://www.ecyrd.com/go/rss.rdf" />
}}}