Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
JSPWikiTags




JSPWiki v2.2.33

[RSS]


Hide Menu

RSSLinkTag


Difference between current version and current version:

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" />
}}}

Back to RSSLinkTag, or to the Page History.