From: W. Trevor King Date: Fri, 11 Oct 2013 15:39:11 +0000 (-0700) Subject: README: Three-space indents for nested enumerated lists X-Git-Tag: v3.7~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=01d9eb5b5d67e0d99a2fc8bd822343217552f042;p=rss2email.git README: Three-space indents for nested enumerated lists Apparently two spaces doesn't cut it. This change fixes: $ rst2html.py --strict README README:5: (INFO/1) Enumerated list start value not ordinal-1: "3" (ordinal 3) Exiting due to level-1 (INFO) system message. I also use a bullet list for dependencies, because the order in which you install them doesn't matter to me. Signed-off-by: W. Trevor King --- diff --git a/README b/README index 9e8e833..de4057c 100644 --- a/README +++ b/README @@ -41,15 +41,15 @@ things are in place. 1. Ensure that a version of Python_ ≥3.2 is installed. 2. Install the required Python packages. - 1. feedparser_ - 2. html2text_ + * feedparser_ + * html2text_ 3. Figure out how you are going to send outgoing email. You have two options here: either use an STMP server or a local sendmail program. So, - * determine your outgoing email server's SMTP address, or - * install sendmail (or a compatible replacement like postfix). + * determine your outgoing email server's SMTP address, or + * install sendmail (or a compatible replacement like postfix). Download ~~~~~~~~