AVR32 Linux Developer Blog

Function: RenderHttpEquivs

Render a set of links to alternative formats for the current html page

This TopicFunction is used to set the HTTP_EQUIV_ON_VIEW variable which is added to the html header section of a page in the Blog web.

Parameters

NONE

Implementation

%STARTINCLUDE%
<meta name="keywords" 
~~~ content="twiki blog natskin blogplugin" />
<link rel="alternate" 
~~~ type="application/rss+xml" 
~~~ title="rss" 
~~~ href="%SCRIPTURLPATH{"view"}%/%WEB%/WebRss" />
<link rel="alternate" 
~~~ type="application/rss+xml" 
~~~ title="rss (combined)" 
~~~ href="%SCRIPTURLPATH{"view"}%/%WEB%/WebRssCombined" />
<link rel="alternate" 
~~~ type="application/rss+xml" 
~~~ title="rss (comments)" 
~~~ href="%SCRIPTURLPATH{"view"}%/%WEB%/WebRssComments" />
<link rel="alternate" 
~~~ type="application/rss+xml" 
~~~ title="rss (teaser)" 
~~~ href="%SCRIPTURLPATH{"view"}%/%WEB%/WebRssTeaser" />

<link rel="alternate" 
~~~ type="application/atom+xml" 
~~~ title="atom" 
~~~ href="%SCRIPTURLPATH{"view"}%/%WEB%/WebAtom" />
<link rel="alternate" 
~~~ type="application/atom+xml" 
~~~ title="atom (combined)" 
~~~ href="%SCRIPTURLPATH{"view"}%/%WEB%/WebAtomCombined" />
<link rel="alternate" 
~~~ type="application/atom+xml" 
~~~ title="atom (comments)" 
~~~ href="%SCRIPTURLPATH{"view"}%/%WEB%/WebAtomComments" />
<link rel="alternate" 
~~~ type="application/atom+xml" 
~~~ title="atom (teaser)" 
~~~ href="%SCRIPTURLPATH{"view"}%/%WEB%/WebAtomTeaser" />
%STOPINCLUDE%

Calls to 'RenderHttpEquivs'

TopicForm
TopicType: TopicFunction
TopicDescription: Render a set of links to alternative formats for the current html page
r1 - 2006-02-05 - 21:35:38 - TWikiContributor
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries.
Atmel®, AVR® and others are registered trademarks or trademarks of Atmel Corporation or its subsidiaries.
All other trademarks are the property of their respective owners.