From: Adam Sampson Date: Tue, 10 Sep 2013 10:07:04 +0000 (+0000) Subject: Add a todolist item (--change). X-Git-Tag: v2.18~1 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=4df7313be6994f453e4ae850cd8034fc99e448df;p=rawdog%2F.git Add a todolist item (--change). --- diff --git a/todolist b/todolist index 64c46be..5c8ba57 100644 --- a/todolist +++ b/todolist @@ -1,3 +1,6 @@ +Add a --change option to change a feed's URL. Problem: getopt can't handle +parsing this -- so it would mean changing to argparse. + Rework the template mechanism so that it keeps strings as Unicode objects until output time. This'd reduce a lot of the current encoding complexity.