Title: RSS-Title
Tags: headers, rss, rss-headers

<p>
    The <b>RSS-Title</b> header can optionally be set on the
    <a href="{{node-url:directories/nodes}}">root node</a> to set the RSS
    <i>&lt;channel&gt; &lt;title&gt;</i> field in the generated RSS feed.
</p>

<p>
    This will show up as the title of the web site in RSS readers.
</p>

<p>
    The value of the <b>RSS-Title</b> header on the root node of this
    documentation web site is:
</p>

<p><pre>{{value:rss-title}}</pre></p>

<p>
    You can see how it shows up in the
    <i>&lt;channel&gt; &lt;title&gt;</i> portion of the generated
    RSS feed here: <a href="{{value:rss-url}}">{{value:rss-url}}</a>
</p>

<p>
    This header is optional. By default, if this header is not set, the RSS
    title is set by the <a href="{{node-url:headers/title}}">title</a> of the
    <a href="{{node-url:directories/nodes}}">root node</a>.
</p>

