From 107fe30288c38f062ac7e0c10a38d7953cc66097 Mon Sep 17 00:00:00 2001 From: Phil Gyford Date: Fri, 15 Jan 2010 15:14:50 +0000 Subject: [PATCH] Updating readme. --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index f8b59d7..7cb03b4 100644 --- a/README.markdown +++ b/README.markdown @@ -7,7 +7,7 @@ Latest version is available from and republish them as files on the local file system. In addition it can optionally do a number of things: -* Create an RSS feed linking to recent messages. +* Create an RSS feed of recent messages. * Scrape private Mailman archives (if you have a valid email address and password). * Remove all email addresses from the files (both those in 'phil@gyford.com' and 'phil at gyford dot com' format). * Replace the URL for the 'more info on this list' links with another. @@ -56,4 +56,4 @@ There is help in the configuration file for each setting. The minimum things you ## What would also be nice: -* Full text of messages in the RSS feed. I couldn't work out how to easily extend PyRSS2Gen to add content:encoded or dc:creator elements to each item. Suggestions for this are very welcome. +* Sending each message on as an email. I can't see how to do this simply, given that we retain no state between times the script is run, so can't tell which emails haven't previously been sent.