% import time View Feed Entries | TagRSS

TagRSS

Filter
% include("hover_help.tpl", text="Space-separated feed IDs.")
% include("tag_hover_help.tpl")
% for i, entry in enumerate(entries): <% date = "" if entry.get("epoch_published", None): date = time.strftime("%Y-%m-%d %H:%M:%S", time.localtime(entry["epoch_published"])) end if entry.get("epoch_updated", None): date = time.strftime("%Y-%m-%d %H:%M:%S", time.localtime(entry["epoch_updated"])) end %> % end
# Title Date & Time ({{time.tzname[time.localtime().tm_isdst]}}) Tags Feed
{{i + 1 + offset}} {{entry["title"]}}
% tags = core.get_feed_tags(entry["feed_id"]) % for i, tag in enumerate(tags): % if i > 0: {{", "}} % end {{tag}} % end
{{core.get_feed_title(entry["feed_id"])}} ({{entry["feed_id"]}})
of {{total_pages}}. % if included_feeds: % end % if included_tags: % end
% include("footer.tpl")