Merge Lindsey's v2.71 into my v2.71
authorW. Trevor King <wking@tremily.us>
Mon, 12 Nov 2012 19:47:06 +0000 (14:47 -0500)
committerW. Trevor King <wking@tremily.us>
Mon, 12 Nov 2012 19:47:06 +0000 (14:47 -0500)
I would just use Lindsey's repository directly, except my repository
contains more old releases (back to v2.65).

The conflicts were due to a few new lines in Lindsey's CHANGELOG, and
a number of whitespace differences due to line endings.

Conflicts:
CHANGELOG
config.py.example
r2e
r2e.bat
readme.html
rss2email.py

1  2 
CHANGELOG
readme.html

diff --cc CHANGELOG
index 3fadbecbd241d29c4308998f83ab9db7c6340986,ed1a33f24fee10951232c8013933d3ad639e10aa..1887e0a89e738eef16420096f2506902b477667f
+++ b/CHANGELOG
 -v2.71 (2011-03-04)\r
 -    * Upgraded to feedparser v5.01! (http://code.google.com/p/feedparser/)\r
 -    * Upgrade to html2text v3.01! (https://github.com/aaronsw/html2text)\r
 -    * Potentialy safer method for writing feeds.dat on UNIX\r
 -    * Handle via links with no title attribute\r
 -    * Handle attributes more cleanly with OVERRIDE_EMAIL and DEFAULT_EMAIL\r
 -\r
 -v2.70 (2010-12-21)\r
 -    * Improved handling of given feed email addresses to prevent mail servers rejecting poorly formed Froms\r
 -    * Added X-RSS-TAGS header that lists any tags provided by an entry, which will be helpful in filtering incoming messages\r
 -\r
 -v2.69 (2010-11-12)\r
 -    * Added support for connecting to SMTP server via SSL, see SMTP_SSL option\r
 -    * Improved backwards compatibility by fixing issue with listing feeds when run with older Python versions\r
 -    * Added selective feed email overrides through OVERRIDE_EMAIL and DEFAULT_EMAIL options\r
 -    * Added NO_FRIENDLY_NAME to from from address only without the friendly name\r
 -    * Added X-RSS-URL header in each message with the link to the original item\r
 -\r
 -v2.68 (2010-10-01)\r
 -    * Added ability to pause/resume checking of individual feeds through pause and unpause commands\r
 -    * Added ability to import and export OPML feed lists through importopml and exportopml commands\r
 -    \r
 -v2.67 (2010-09-21)\r
 -    * Fixed entries that include an id which is blank (i.e., an empty string) were being resent \r
 -    * Fixed some entries not being sent by email because they had bad From headers    \r
 -    * Fixed From headers with HTML entities encoded twice\r
 -    * Compatibility changes to support most recent development versions of feedparser\r
 -    * Compatibility changes to support Google Reader feeds\r
 -    \r
 -v2.66 (2009-12-21)\r
 -    * Complete packaging of all necessary source files (rss2email, html2text, feedparser, r2e, etc.) into one bundle\r
 -        o Included a more complete config.py with all options\r
 -        o Default to HTML mail and CSS results \r
 -    * Added 'reset' command to erase history of already seen entries\r
 -    * Changed project email to 'lindsey@allthingsrss.com' and project homepage to 'http://www.allthingsrss.com/rss2email/'\r
 -    * Made exception and error output text more useful\r
 -    * Added X-RSS-Feed and X-RSS-ID headers to each email for easier filtering\r
 -    * Improved enclosure handling\r
 -    * Fixed MacOS compatibility issues\r
 -\r
 -v2.65 (2009-01-05)\r
 -\r
 -    * Fixed warnings caused by Python v2.6 (using hashlib, removing mimify, etc.)\r
 -    * Deprecated QP_REQUIRED option as this is more than likely no longer needed and part of what triggered Python warnings\r
 -    * Fixed unicode errors in certain post headers\r
 -    * Attempted to incorporate Debian/Ubuntu patches into the mainstream release\r
 -    * Support img type enclosures\r
 -    * No file locking for SunOS\r
 -\r
 -v2.64 (2008-10-21)\r
 -    * Bug-fix version\r
 -        o Gracefully handle missing charsets\r
 -        o Friendlier and more useful message if sendmail isn't installed\r
 -        o SunOS locking fix\r
 -\r
 -v2.63 (2008-06-13)\r
 -    * Bug-fix version and license change:\r
 -        o Licensed under GPL 2 & 3 now\r
 -        o Display feed number in warning and error message lines\r
 -        o Fix for unicode handling problem with certain entry titles\r
 -\r
 -v2.62 (2008-01-14)\r
 -    * Bug-fix version:\r
 -        o Simplified SunOS fix\r
 -        o Local feeds (/home/user/file.xml) should work\r
 -\r
 -v2.61 (2007-12-07)\r
 -    * Bug-fix version:\r
 -        o Now really compatible with SunOS\r
 -        o Don't wrap long subject headers\r
 -        o New parameter CHARSET_LIST to override or supplement the order in which charsets are tried against an entry\r
 -        o Don't use blank content to generate id\r
 -        o Using GMail as mail server should work\r
 -        \r
 -v2.60 (2006-08-25)\r
 -    * Small bug-fix version:\r
 -        o Now compatible with SunOS\r
 -        o Correctly handle international character sets in email From\r
 -\r
 -v2.59 (2006-06-09)\r
 -    * Finally added oft-requested support for enclosures. Any enclosures, such as a podcast MP3, will be listed under the entry URL\r
 -    * Made feed timeout compatible with Python versions 2.2 and higher, instead of v2.4 only\r
 -    * Added optional, configurable CSS styling to HTML mail. Set USE_CSS_STYLING=1 in your config.py to enable this. If you want to tweak the look, modify STYLE_SHEET.\r
 -    * Improved empty feed checking\r
 -    * Improved invalid feed messages\r
 -    * Unfortunately, rss2email is no longer compatible with Python v2.1. Two of the most serious lingering issues with rss2email were waiting forever for non-responsive feeds and its inablility to properly handle feeds with international characters. To properly fix these once and for all, rss2email now depends on functionality that was not available until Python v2.2. Hopefully this does not unduly inconvenience anyone that has not yet upgraded to a more current version of Python.\r
 -\r
 -v2.58 (2006-05-11)\r
 -    * Total rewrite of email code that should fix encoding problems\r
 -    * Added configurable timeout for nonresponsive feeds\r
 -    * Fixed incorrectly using text summary_detail instead of html content\r
 -    * Fixed bug with deleting feed 0 if no default email was set\r
 -    * Print name of feed that is being deleted\r
 -\r
 -v2.57 (2006-04-07)\r
 -    * Integrated Joey Hess's patches\r
 -       o First, a patch that makes delete more reliable, so it no longer allows you to remove the default email address ('feed' 0) and thereby hose your feed file, or 'remove' entries that don't exist without warning; and so it only says IDs have changed when they really have. Originally from http://bugs.debian.org/313101\r
 -       o Next a patch that avoids a backtrace if there's no email address defined, and outputs a less scary error message.\r
 -       o Next, a simple change to the usage; since the "email" subcommand always needs a parameter, don't mark it as optional.\r
 -       o And, avoid a backtrace if the email subcommand does get run w/o a parameter.\r
 -       o And also avoid backtraces if delete is run w/o a parameter. Also adds support for --help.\r
 -       o Simple change, make a comment match reality (/usr/sbin/sendmail)\r
 -       o This avoids another backtrace, this time if there's no feed file yet. [load()]\r
 -       o Add a handler for the AttributeError exception, which feedparser can throw. Beats crashing..\r
 -       o Next, four hunks that make it more robust if no default email address is set and feeds are added w/o an email address. This patch originally comes from http://bugs.debian.org/310485 which has some examples.\r
 -       o Finally, this works around a bug in mimify that causes it to add a newline to the subject header if it contains very long words. Details at http://bugs.debian.org/320185. Note that Tatsuya Kinoshita has a larger patch torard the end of that bug report that deals with some other problems in this area, Aaron has seen that patch before and said it "looks pretty reasonable".\r
 -    * add() catches error case on first feed add and no email address is set\r
 -    * Made "emailaddress" consistent param label throughout\r
 -    * Error message improvements\r
 -    * Deleted problematic "if title" line\r
 -    * Deleted space in front of SMTP_USER\r
 -    * Only logs into SMTP server once\r
 -    * Added exception handling around SMTP server connect and login attempt\r
 -    * Broke contributors across multiple lines\r
 -\r
 -v2.56 (2006-04-04)\r
 -    * SMTP AUTH support added\r
 -    * Windows support\r
 -    * Fixed bug with HTML in titles\r
 +v2.71 (2011-03-04)
++    * Upgraded to feedparser v5.01! (http://code.google.com/p/feedparser/)
++    * Upgrade to html2text v3.01! (https://github.com/aaronsw/html2text)
 +    * Potentialy safer method for writing feeds.dat on UNIX
 +    * Handle via links with no title attribute
 +    * Handle attributes more cleanly with OVERRIDE_EMAIL and DEFAULT_EMAIL
 +
 +v2.70 (2010-12-21)
 +    * Improved handling of given feed email addresses to prevent mail servers rejecting poorly formed Froms
 +    * Added X-RSS-TAGS header that lists any tags provided by an entry, which will be helpful in filtering incoming messages
 +
 +v2.69 (2010-11-12)
 +    * Added support for connecting to SMTP server via SSL, see SMTP_SSL option
 +    * Improved backwards compatibility by fixing issue with listing feeds when run with older Python versions
 +    * Added selective feed email overrides through OVERRIDE_EMAIL and DEFAULT_EMAIL options
 +    * Added NO_FRIENDLY_NAME to from from address only without the friendly name
 +    * Added X-RSS-URL header in each message with the link to the original item
 +
 +v2.68 (2010-10-01)
 +    * Added ability to pause/resume checking of individual feeds through pause and unpause commands
 +    * Added ability to import and export OPML feed lists through importopml and exportopml commands
 +    
 +v2.67 (2010-09-21)
 +    * Fixed entries that include an id which is blank (i.e., an empty string) were being resent 
 +    * Fixed some entries not being sent by email because they had bad From headers    
 +    * Fixed From headers with HTML entities encoded twice
 +    * Compatibility changes to support most recent development versions of feedparser
 +    * Compatibility changes to support Google Reader feeds
 +    
 +v2.66 (2009-12-21)
 +    * Complete packaging of all necessary source files (rss2email, html2text, feedparser, r2e, etc.) into one bundle
 +        o Included a more complete config.py with all options
 +        o Default to HTML mail and CSS results 
 +    * Added 'reset' command to erase history of already seen entries
 +    * Changed project email to 'lindsey@allthingsrss.com' and project homepage to 'http://www.allthingsrss.com/rss2email/'
 +    * Made exception and error output text more useful
 +    * Added X-RSS-Feed and X-RSS-ID headers to each email for easier filtering
 +    * Improved enclosure handling
 +    * Fixed MacOS compatibility issues
 +
 +v2.65 (2009-01-05)
 +
 +    * Fixed warnings caused by Python v2.6 (using hashlib, removing mimify, etc.)
 +    * Deprecated QP_REQUIRED option as this is more than likely no longer needed and part of what triggered Python warnings
 +    * Fixed unicode errors in certain post headers
 +    * Attempted to incorporate Debian/Ubuntu patches into the mainstream release
 +    * Support img type enclosures
 +    * No file locking for SunOS
 +
 +v2.64 (2008-10-21)
 +    * Bug-fix version
 +        o Gracefully handle missing charsets
 +        o Friendlier and more useful message if sendmail isn't installed
 +        o SunOS locking fix
 +
 +v2.63 (2008-06-13)
 +    * Bug-fix version and license change:
 +        o Licensed under GPL 2 & 3 now
 +        o Display feed number in warning and error message lines
 +        o Fix for unicode handling problem with certain entry titles
 +
 +v2.62 (2008-01-14)
 +    * Bug-fix version:
 +        o Simplified SunOS fix
 +        o Local feeds (/home/user/file.xml) should work
 +
 +v2.61 (2007-12-07)
 +    * Bug-fix version:
 +        o Now really compatible with SunOS
 +        o Don't wrap long subject headers
 +        o New parameter CHARSET_LIST to override or supplement the order in which charsets are tried against an entry
 +        o Don't use blank content to generate id
 +        o Using GMail as mail server should work
 +        
 +v2.60 (2006-08-25)
 +    * Small bug-fix version:
 +        o Now compatible with SunOS
 +        o Correctly handle international character sets in email From
 +
 +v2.59 (2006-06-09)
 +    * Finally added oft-requested support for enclosures. Any enclosures, such as a podcast MP3, will be listed under the entry URL
 +    * Made feed timeout compatible with Python versions 2.2 and higher, instead of v2.4 only
 +    * Added optional, configurable CSS styling to HTML mail. Set USE_CSS_STYLING=1 in your config.py to enable this. If you want to tweak the look, modify STYLE_SHEET.
 +    * Improved empty feed checking
 +    * Improved invalid feed messages
 +    * Unfortunately, rss2email is no longer compatible with Python v2.1. Two of the most serious lingering issues with rss2email were waiting forever for non-responsive feeds and its inablility to properly handle feeds with international characters. To properly fix these once and for all, rss2email now depends on functionality that was not available until Python v2.2. Hopefully this does not unduly inconvenience anyone that has not yet upgraded to a more current version of Python.
 +
 +v2.58 (2006-05-11)
 +    * Total rewrite of email code that should fix encoding problems
 +    * Added configurable timeout for nonresponsive feeds
 +    * Fixed incorrectly using text summary_detail instead of html content
 +    * Fixed bug with deleting feed 0 if no default email was set
 +    * Print name of feed that is being deleted
 +
 +v2.57 (2006-04-07)
 +    * Integrated Joey Hess's patches
 +       o First, a patch that makes delete more reliable, so it no longer allows you to remove the default email address ('feed' 0) and thereby hose your feed file, or 'remove' entries that don't exist without warning; and so it only says IDs have changed when they really have. Originally from http://bugs.debian.org/313101
 +       o Next a patch that avoids a backtrace if there's no email address defined, and outputs a less scary error message.
 +       o Next, a simple change to the usage; since the "email" subcommand always needs a parameter, don't mark it as optional.
 +       o And, avoid a backtrace if the email subcommand does get run w/o a parameter.
 +       o And also avoid backtraces if delete is run w/o a parameter. Also adds support for --help.
 +       o Simple change, make a comment match reality (/usr/sbin/sendmail)
 +       o This avoids another backtrace, this time if there's no feed file yet. [load()]
 +       o Add a handler for the AttributeError exception, which feedparser can throw. Beats crashing..
 +       o Next, four hunks that make it more robust if no default email address is set and feeds are added w/o an email address. This patch originally comes from http://bugs.debian.org/310485 which has some examples.
 +       o Finally, this works around a bug in mimify that causes it to add a newline to the subject header if it contains very long words. Details at http://bugs.debian.org/320185. Note that Tatsuya Kinoshita has a larger patch torard the end of that bug report that deals with some other problems in this area, Aaron has seen that patch before and said it "looks pretty reasonable".
 +    * add() catches error case on first feed add and no email address is set
 +    * Made "emailaddress" consistent param label throughout
 +    * Error message improvements
 +    * Deleted problematic "if title" line
 +    * Deleted space in front of SMTP_USER
 +    * Only logs into SMTP server once
 +    * Added exception handling around SMTP server connect and login attempt
 +    * Broke contributors across multiple lines
 +
 +v2.56 (2006-04-04)
 +    * SMTP AUTH support added
 +    * Windows support
 +    * Fixed bug with HTML in titles
diff --cc readme.html
index dec0769ca92f63b09a464a90843c8899fd7dadf6,224fbbe39b3008bf5862c7c2a8d54e51d623a937..4b96a020fe0d98c056dc0459879b1af0e02a24ad
 -<html>\r
 -<head>\r
 -<title>Getting Started With rss2email</title>\r
 -</head>\r
 -<body>\r
 -<h1>Getting Started With rss2email</h1>\r
 -\r
 -<p style="color: green;">We highly recommend that you subscribe to the rss2email project feed so you can keep up to date with the latest version, bugfixes and features: <a href="http://feeds.feedburner.com/allthingsrss/hJBr">http://feeds.feedburner.com/allthingsrss/hJBr</a></p>\r
 -<p><a href="#windows">Instructions for Windows Users</a><br/>\r
 -<a href="#unix">Instructions for UNIX Users</a><br/>\r
 -<a href="#customizeit">Customizing rss2email</a></p>\r
 -\r
 -\r
 -<h2 id="windows">Instructions for Windows Users</h2>\r
 -\r
 -<h3>Requirements</h3>\r
 -\r
 -<p>Before you install rss2email, you'll need to make sure that a few things are in place. First, is that a version of <a href="http://www.python.org">Python</a> 2.x installed. Second, determine your outgoing email server's address. That should be all you need.</p>\r
 -\r
 -<h3>Download</h3>\r
 -\r
 -<ol>\r
 -<li>Create a new folder</li>\r
 -<li>Download the latest rss2email .ZIP file and unzip to the new folder\r
 -</ol>\r
 -  \r
 -<h3>Configure</h3>\r
 -\r
 -<p>Edit the <code>config.py</code> file and fill in your outoing email server's details. If your server requires you to login, change <code>"AUTHREQUIRED = 0"</code> to <code>"AUTHREQUIRED = 1"</code> and enter your email username and password.</p>\r
 -\r
 -<h3>Install</h3>\r
 -\r
 -<p>From the command line, change to the folder you created. Now create a new feed database to send updates to your email address:</p>\r
 -\r
 -<blockquote>\r
 -  <p><code>r2e new you@yourdomain.com</code></p>\r
 -</blockquote>\r
 -\r
 -<p>Subscribe to some feeds:</p>\r
 -\r
 -<blockquote>\r
 -  <p><code>r2e add http://feeds.feedburner.com/allthingsrss/hJBr</code></p>\r
 -</blockquote>\r
 -\r
 -<p>That's the feed to be notified when there's a new version of rss2email. Repeat this for each feed you want to subscribe to.</p>\r
 -\r
 -<p>When you run rss2email, it emails you about every story it hasn't seen before. But the first time you run it, that will be every story. To avoid this, you can ask rss2email not to send you any stories the first time you run it:</p>\r
 -\r
 -<blockquote>\r
 -  <p><code>r2e run --no-send</code></p>\r
 -</blockquote>\r
 -\r
 -<p>Then later, you can ask it to email you new stories:</p>\r
 -\r
 -<blockquote>\r
 -  <p><code>r2e run</code></p>\r
 -\r
 -</blockquote>\r
 -\r
 -<p>If you get an error message "Sender domain must exist", add a line to <code>config.py</code> like this:</p>\r
 -\r
 -<blockquote>\r
 -  <p><code>DEFAULT_FROM = rss2email@yoursite.com</code></p>\r
 -</blockquote>\r
 -\r
 -<p>You can make the email address whatever you want, but your mail server requires that the yoursite.com part actually exists.</p>\r
 -\r
 -<h3>Automating rss2email</h3>\r
 -\r
 -<p>More than likely you will want rss2email to run automatically at a regular interval. Under Windows this is can be easily accomplished using the Windows Task Scheduler. This site has a nice <a href="http://www.iopus.com/guides/winscheduler.htm">tutorial</a> on it. Just select r2e.bat as the program to run. Once you've created the task, double click on it in the task list and change the Run entry so that "run" comes after r2e.bat. For example, if you installed rss2email in the C:\rss2email folder, then you would change the Run entry from "C:\rss2email\r2e.bat" to "C:\rss2email\r2e.bat run".</p>\r
 -\r
 -<p>Now jump down to the section on <a href="#customizeit">customizing rss2email</a> to your needs.</p>\r
 -\r
 -<h3>Upgrading to a new version</h3>\r
 -<p>Simply replace all of the files from the .ZIP package to your install directory <strong style="color: red;">EXCEPT config.py</strong></p>\r
 -\r
 -<h2 id="unix">Instructions for UNIX/Linux Users</h2>\r
 -\r
 -<h3>Requirements</h3>\r
 -\r
 -<p>Before you install rss2email, you'll need to make sure that a few things are in place. First, is a version of <a href="http://www.python.org">Python</a> 2.x installed. Second, is whether you have sendmail (or a compatible replacement like postfix) installed. If sendmail isn't installed, determine your outgoing email server's address. That should be all you need.</p>\r
 -\r
 -<h3>Download</h3>\r
 -\r
 -<p>A quick way to get rss2email going is using pre-made packages. Here are releases for <a href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&amp;version=all&amp;exact=1&amp;keywords=rss2email">Debian</a> Linux, <a href="http://packages.ubuntu.com/search?keywords=rss2email&searchon=names&section=all">Ubuntu</a> Linux and <a href="ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/pkgsrc/mail/rss2email/README.html">NetBSD</a>.</p>\r
 -\r
 -<p>If you are unable to use these packages or you want the latest and greatest version, here's what you do:</p>\r
 -\r
 -<blockquote><code>\r
 -Unarchive (probably 'tar -xzf') the rss2email .tar.gz package to [folder where you want rss2email files to live] <br>\r
 -cd [yourfolder] <br>\r
 -chmod +x r2e\r
 -</code></blockquote>\r
 -\r
 -<h3>Install</h3>\r
 -\r
 -<p>Create a new feed database with your target email address:</p>\r
 -\r
 -<blockquote>\r
 -  <p><code>./r2e new you@yourdomain.com</code></p>\r
 -</blockquote>\r
 -\r
 -<p>Subscribe to some feeds:</p>\r
 -\r
 -<blockquote>\r
 -  <p><code>./r2e add http://feeds.feedburner.com/allthingsrss/hJBr</code></p>\r
 -\r
 -</blockquote>\r
 -\r
 -<p>That's the feed to be notified when there's a new version of rss2email. Repeat this for each feed you want to subscribe to.</p>\r
 -\r
 -<p>When you run rss2email, it emails you about every story it hasn't seen before. But the first time you run it, that will be every story. To avoid this, you can ask rss2email not to send you any stories the first time you run it:</p>\r
 -\r
 -<blockquote>\r
 -  <p><code>./r2e run --no-send</code></p>\r
 -</blockquote>\r
 -\r
 -<p>Then later, you can ask it to email you new stories:</p>\r
 -\r
 -<blockquote>\r
 -  <p><code>./r2e run</code></p>\r
 -</blockquote>\r
 -\r
 -<p>You probably want to set things up so that this command is run repeatedly. (One good way is via a cron job.)</p>\r
 -\r
 -<p>If you get an error message "Sender domain must exist", add a line to <code>config.py</code> like this:</p>\r
 -\r
 -<blockquote>\r
 -  <p><code>DEFAULT_FROM = rss2email@yoursite.com</code></p>\r
 -</blockquote>\r
 -\r
 -<p>You can make the email address whatever you want, but your mail server requires that the yoursite.com part actually exists.</p>\r
 -\r
 -<h3>Upgrading to a new version</h3>\r
 -<p>Simply replace all of the files from the .tar.gz package to your install directory <strong style="color: red;">EXCEPT config.py</strong></p>\r
 -\r
 -\r
 -\r
 -<h1 id="customizeit">Customize rss2email</h1>\r
 -\r
 -<p>There are a number of options, described in full at the top of rss2email.py file, to customize the way rss2email behaves. If you want to change something, edit the <code>config.py</code> file. If you're not using rss2email under Windows, you'll have to create this file if it doesn't already exist.</p>\r
 -\r
 -<p>For example, if you want to receive HTML mail, instead of having entries converted to plain text:</p>\r
 -\r
 -<blockquote>\r
 -  <p><code>HTML_MAIL = 1</code></p>\r
 -\r
 -</blockquote>\r
 -\r
 -<p>To be notified every time a post changes, instead of just when it's first posted:</p>\r
 -\r
 -<blockquote>\r
 -  <p><code>TRUST_GUID = 0</code></p>\r
 -</blockquote>\r
 -\r
 -<p>And to make the emails look as if they were sent when the item was posted:</p>\r
 -\r
 -<blockquote>\r
 -  <p><code>DATE_HEADER = 1</code></p>\r
 -  \r
 -</body>\r
 -</html>  \r
 -  
 +<html>
 +<head>
 +<title>Getting Started With rss2email</title>
 +</head>
 +<body>
 +<h1>Getting Started With rss2email</h1>
 +
 +<p style="color: green;">We highly recommend that you subscribe to the rss2email project feed so you can keep up to date with the latest version, bugfixes and features: <a href="http://feeds.feedburner.com/allthingsrss/hJBr">http://feeds.feedburner.com/allthingsrss/hJBr</a></p>
 +<p><a href="#windows">Instructions for Windows Users</a><br/>
 +<a href="#unix">Instructions for UNIX Users</a><br/>
 +<a href="#customizeit">Customizing rss2email</a></p>
 +
 +
 +<h2 id="windows">Instructions for Windows Users</h2>
 +
 +<h3>Requirements</h3>
 +
 +<p>Before you install rss2email, you'll need to make sure that a few things are in place. First, is that a version of <a href="http://www.python.org">Python</a> 2.x installed. Second, determine your outgoing email server's address. That should be all you need.</p>
 +
 +<h3>Download</h3>
 +
 +<ol>
 +<li>Create a new folder</li>
 +<li>Download the latest rss2email .ZIP file and unzip to the new folder
 +</ol>
 +  
 +<h3>Configure</h3>
 +
 +<p>Edit the <code>config.py</code> file and fill in your outoing email server's details. If your server requires you to login, change <code>"AUTHREQUIRED = 0"</code> to <code>"AUTHREQUIRED = 1"</code> and enter your email username and password.</p>
 +
 +<h3>Install</h3>
 +
 +<p>From the command line, change to the folder you created. Now create a new feed database to send updates to your email address:</p>
 +
 +<blockquote>
 +  <p><code>r2e new you@yourdomain.com</code></p>
 +</blockquote>
 +
 +<p>Subscribe to some feeds:</p>
 +
 +<blockquote>
 +  <p><code>r2e add http://feeds.feedburner.com/allthingsrss/hJBr</code></p>
 +</blockquote>
 +
 +<p>That's the feed to be notified when there's a new version of rss2email. Repeat this for each feed you want to subscribe to.</p>
 +
 +<p>When you run rss2email, it emails you about every story it hasn't seen before. But the first time you run it, that will be every story. To avoid this, you can ask rss2email not to send you any stories the first time you run it:</p>
 +
 +<blockquote>
 +  <p><code>r2e run --no-send</code></p>
 +</blockquote>
 +
 +<p>Then later, you can ask it to email you new stories:</p>
 +
 +<blockquote>
 +  <p><code>r2e run</code></p>
 +
 +</blockquote>
 +
 +<p>If you get an error message "Sender domain must exist", add a line to <code>config.py</code> like this:</p>
 +
 +<blockquote>
 +  <p><code>DEFAULT_FROM = rss2email@yoursite.com</code></p>
 +</blockquote>
 +
 +<p>You can make the email address whatever you want, but your mail server requires that the yoursite.com part actually exists.</p>
 +
 +<h3>Automating rss2email</h3>
 +
 +<p>More than likely you will want rss2email to run automatically at a regular interval. Under Windows this is can be easily accomplished using the Windows Task Scheduler. This site has a nice <a href="http://www.iopus.com/guides/winscheduler.htm">tutorial</a> on it. Just select r2e.bat as the program to run. Once you've created the task, double click on it in the task list and change the Run entry so that "run" comes after r2e.bat. For example, if you installed rss2email in the C:\rss2email folder, then you would change the Run entry from "C:\rss2email\r2e.bat" to "C:\rss2email\r2e.bat run".</p>
 +
 +<p>Now jump down to the section on <a href="#customizeit">customizing rss2email</a> to your needs.</p>
 +
 +<h3>Upgrading to a new version</h3>
 +<p>Simply replace all of the files from the .ZIP package to your install directory <strong style="color: red;">EXCEPT config.py</strong></p>
 +
 +<h2 id="unix">Instructions for UNIX/Linux Users</h2>
 +
 +<h3>Requirements</h3>
 +
 +<p>Before you install rss2email, you'll need to make sure that a few things are in place. First, is a version of <a href="http://www.python.org">Python</a> 2.x installed. Second, is whether you have sendmail (or a compatible replacement like postfix) installed. If sendmail isn't installed, determine your outgoing email server's address. That should be all you need.</p>
 +
 +<h3>Download</h3>
 +
 +<p>A quick way to get rss2email going is using pre-made packages. Here are releases for <a href="http://packages.debian.org/cgi-bin/search_packages.pl?searchon=names&amp;version=all&amp;exact=1&amp;keywords=rss2email">Debian</a> Linux, <a href="http://packages.ubuntu.com/search?keywords=rss2email&searchon=names&section=all">Ubuntu</a> Linux and <a href="ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/pkgsrc/mail/rss2email/README.html">NetBSD</a>.</p>
 +
 +<p>If you are unable to use these packages or you want the latest and greatest version, here's what you do:</p>
 +
 +<blockquote><code>
 +Unarchive (probably 'tar -xzf') the rss2email .tar.gz package to [folder where you want rss2email files to live] <br>
 +cd [yourfolder] <br>
 +chmod +x r2e
 +</code></blockquote>
 +
 +<h3>Install</h3>
 +
 +<p>Create a new feed database with your target email address:</p>
 +
 +<blockquote>
 +  <p><code>./r2e new you@yourdomain.com</code></p>
 +</blockquote>
 +
 +<p>Subscribe to some feeds:</p>
 +
 +<blockquote>
 +  <p><code>./r2e add http://feeds.feedburner.com/allthingsrss/hJBr</code></p>
 +
 +</blockquote>
 +
 +<p>That's the feed to be notified when there's a new version of rss2email. Repeat this for each feed you want to subscribe to.</p>
 +
 +<p>When you run rss2email, it emails you about every story it hasn't seen before. But the first time you run it, that will be every story. To avoid this, you can ask rss2email not to send you any stories the first time you run it:</p>
 +
 +<blockquote>
 +  <p><code>./r2e run --no-send</code></p>
 +</blockquote>
 +
 +<p>Then later, you can ask it to email you new stories:</p>
 +
 +<blockquote>
 +  <p><code>./r2e run</code></p>
 +</blockquote>
 +
 +<p>You probably want to set things up so that this command is run repeatedly. (One good way is via a cron job.)</p>
 +
 +<p>If you get an error message "Sender domain must exist", add a line to <code>config.py</code> like this:</p>
 +
 +<blockquote>
 +  <p><code>DEFAULT_FROM = rss2email@yoursite.com</code></p>
 +</blockquote>
 +
 +<p>You can make the email address whatever you want, but your mail server requires that the yoursite.com part actually exists.</p>
 +
 +<h3>Upgrading to a new version</h3>
 +<p>Simply replace all of the files from the .tar.gz package to your install directory <strong style="color: red;">EXCEPT config.py</strong></p>
 +
 +
 +
 +<h1 id="customizeit">Customize rss2email</h1>
 +
 +<p>There are a number of options, described in full at the top of rss2email.py file, to customize the way rss2email behaves. If you want to change something, edit the <code>config.py</code> file. If you're not using rss2email under Windows, you'll have to create this file if it doesn't already exist.</p>
 +
 +<p>For example, if you want to receive HTML mail, instead of having entries converted to plain text:</p>
 +
 +<blockquote>
 +  <p><code>HTML_MAIL = 1</code></p>
 +
 +</blockquote>
 +
 +<p>To be notified every time a post changes, instead of just when it's first posted:</p>
 +
 +<blockquote>
 +  <p><code>TRUST_GUID = 0</code></p>
 +</blockquote>
 +
 +<p>And to make the emails look as if they were sent when the item was posted:</p>
 +
 +<blockquote>
 +  <p><code>DATE_HEADER = 1</code></p>
 +  
 +</body>
 +</html>  
-