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):