--- template: ~ --- pipeline:erb <%= h(context.node['title']) %> <%= h(context.node['description']) %> <%= h(context.node['author']) %> <%= h(context.node['author_url']) %> webgen - Webgen::SourceHandler::Feed <%= Time.now.xmlschema %> <%= context.node.feed_link %> <% context.node.feed_entries.each do |entry| %> <%= h(entry['title']) %> <% if entry['author'] %> <%= h(entry['author']) %> <%= h(entry['author_url']) %> <% end %> <%= Webgen::Node.url(File.join(context.node['site_url'], entry.path), false) %> <%= entry['modified_at'].xmlschema %> <% if entry['created_at'].kind_of?(Time) %> <%= entry['created_at'].xmlschema %> <% end %> <%= h(context.node.entry_content(entry)) %> <% end %>