rss2email: Fix "Python 3.2 or newer" typo
[rss2email.git] / README
diff --git a/README b/README
index 50c85859bf1902e8f63ad8e81a504fb7bde61a01..763b9c75925f2ed49ac5903b374ead2334a920a0 100644 (file)
--- a/README
+++ b/README
@@ -18,14 +18,15 @@ Installing rss2email
 Packages
 --------
 
-A quick way to get rss2email going is using pre-made packages. Here
-are releases for Debian__ Linux, Ubuntu__ Linux, Gentoo__ Linux,
-openSUSE__, and NetBSD__.
+A quick way to get rss2email going is using pre-made packages. There
+are releases for Debian__, Ubuntu__, Fedora__, openSUSE__, Gentoo__,
+and NetBSD__.
 
 __ `Debian package`_
 __ `Ubuntu package`_
-__ `Gentoo package`_
+__ `Fedora package`_
 __ `openSUSE package`_
+__ `Gentoo package`_
 __ `NetBSD package`_
 
 Installing by hand
@@ -40,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
 ~~~~~~~~
@@ -58,12 +59,12 @@ from several equivalent formats.
 
 1. A ``.zip`` file (suggested for Microsoft Windows users)::
 
-    $ wget https://github.com/wking/rss2email/archive/v3.3.zip
+    $ wget https://github.com/wking/rss2email/archive/v3.9.zip
     $ unzip rss2email-*.zip
 
 2. A ``.tar.gz`` file (suggested for everyone else)::
 
-    $ wget https://github.com/wking/rss2email/archive/v3.3.tar.gz
+    $ wget https://github.com/wking/rss2email/archive/v3.9.tar.gz
     $ tar xvf rss2email*.tar.gz
 
 3. A Git_ checkout (suggested for developers)::
@@ -140,7 +141,8 @@ entries converted to plain text::
   html-mail = True
 
 To be notified every time a post changes, instead of just when it's
-first posted::
+first posted (see also ``trust-link``, described in
+``rss2email/config.py``)::
 
   trust-guid = True
 
@@ -172,7 +174,7 @@ your outoing email server's details::
   [DEFAULT]
   ...
   use-smtp = True
-  smtp-server = smtp.yourisp.net:587
+  smtp-server = smtp.example.net:587
   smtp-auth = False
   ...
 
@@ -226,6 +228,8 @@ mailing list archives are available on Gmane_.
   http://packages.qa.debian.org/r/rss2email.html
 .. _Ubuntu package:
   https://launchpad.net/ubuntu/+source/rss2email
+.. _Fedora package:
+  https://admin.fedoraproject.org/pkgdb/acls/name/rss2email
 .. _openSUSE package:
   https://build.opensuse.org/package/show?package=rss2email&project=server%3Amail
 .. _NetBSD package: