% import time View Feed Entries | TagRSS

TagRSS

Filter
% include("hover_help.tpl", text="Space-separated feed IDs.")
% include( % "tag_input.tpl", % label="Included tags:", % input_name="included_tags", % input_value=included_tags_str if included_tags_str else "" % )
% for i, entry in enumerate(entries): <% local_date = "" utc_date = "" epoch = entry.epoch_updated if not epoch: epoch = entry.epoch_published end if epoch: local_date = time.strftime("%Y-%m-%d %H:%M:%S", time.localtime(epoch)) utc_date = time.strftime("%Y-%m-%d %H:%M:%SZ", time.gmtime(epoch)) end %> % end
# Title Date & Time ({{time.tzname[time.localtime().tm_isdst]}}) Tags Feed
{{i + 1 + offset}} {{entry.title}}
% tags = referenced_feeds[entry.feed_id].tags % for i, tag in enumerate(tags): % if i > 0: {{", "}} % end {{tag}} % end
{{referenced_feeds[entry.feed_id].title}} ({{entry.feed_id}})
of {{total_pages}}. % if included_feeds: % end % if included_tags: % end
% include("footer.tpl")