From 62f95c6c78d9973125a22af081113c636a78fc86 Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Fri, 8 Jan 2016 17:01:43 +0100 Subject: [PATCH] rss todos --- etherdump/commands/rss.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etherdump/commands/rss.py b/etherdump/commands/rss.py index 1b53f55..63f0f27 100644 --- a/etherdump/commands/rss.py +++ b/etherdump/commands/rss.py @@ -13,6 +13,11 @@ import dateutil.parser """ rss: Generate an RSS feed from an etherdump. + + +TODO NEXT +add back limit and ordering parameters to create filters to make a latest changes feed! + """ def group (items, key=lambda x: x):