-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fd6cfff
commit 107fe30
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Latest version is available from <http://github.com/philgyford/mailman-archive-s | |
|
||
This script will scrape the archive pages generated by the Mailman mailing list manager <http://www.gnu.org/software/mailman/index.html> 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 '[email protected]' 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. |