#A sample implementation of an RSS 3.0 feed in my working #template format. This does not work yet; it's here to inspire #people (such as myself) to make it a reality. notebook-entryListTemplate= title: %{notebook-title} description: %{notebook-description} link: %{notebook-exportURL} errorsto: %{newsbruiser-version}-bugs@crummy.com Leonard Richardson %{notebook-contactTemplate} last-modified: %{entry-postedTime %Y-%m-%dT%H:%M:%SZ} language: %{notebook-exportedLanguage} %{entry-entryTemplate} notebook-contactTemplate=creator:%{notebook-authorEmail} %{notebook-authorName} entry-entryTemplate= guid: %{entry-absoluteURL} created: %{entry-postedTime %Y-%m-%dT%H:%M:%SZ} %{entry-categoryListTemplate} %{entry-titleTemplate} description: %{entry-text} entry-categoryListTemplate=subject: %{entry-categoryTemplate} entry-categoryTemplate=%{commaIfFirst} %{category-parentage} entry-titleTemplate=title: %{entry-title}