Diff: RSSLinkTag

Search SINQ Wiki:
SINQ LIN

SINQ Wiki
- Main Page
- Search SINQ Wiki
- Sample Environment
- Probenumg. Intern
- Troubleshooting SICS

This Page
- Page Info
- Printer Friendly

Referenced by
JSPWikiTags

Wiki Info
- Unused pages
- Undefined pages
- RecentChanges
- Page Index
- System Info
- JSPWiki Docu
- SandBox
- OneMinuteWiki
- Create a New Page




JSPWiki v2.0.52


Difference between current version and current version:
At line 0 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" />
+ }}}

Back to RSSLinkTag, or to the Page History.