view templates/rss/changelogentry.tmpl @ 7295:66d0fc108044

zeroconf: Don't break serve if no internet connection is present.
author Augie Fackler <durin42@gmail.com>
date Wed, 29 Oct 2008 18:54:46 -0500
parents a2179e78d18b
children b03416194895
line wrap: on
line source

<item>
    <title>#desc|strip|firstline|strip|escape#</title>
    <link>{urlbase}{url}rev/{node|short}</link>
    <description><![CDATA[#desc|strip|escape|addbreaks#]]></description>
    <author>#author|obfuscate#</author>
    <pubDate>#date|rfc822date#</pubDate>
</item>