Posts Tagged ‘html2text’

net-news/rss2email-2.55.ebuild [new]

Saturday, March 11th, 2006

I have made a new ebuild for rss2email, which is a Python script that lets you subscribe to a list of XML newsfeeds (RSS or Atom) and forward new items to you by email.

To get this ebuild into your local portage tree do:

# rsync -rztp --delete rsync://rsync.omz13.com/local-portage/net-news/rss2email /usr/local/portage/net-news

Please note that rss2email needs html2text, so you will need an ebuild for that too (i.e. dev-python/html2text.ebuild).

Enjoy!

dev-python/html2text-2.24.ebuild [new]

Saturday, March 11th, 2006

I have made a new ebuild for html2text, which is a Python script that converts a page of HTML into clean, easy-to-read plain ASCII text; this is primarily used by rss2email.

To get this ebuild into your local portage tree, simply do:

# rsync -rztp --delete rsync://rsync.omz13.com/local-portage/dev-python/html2text /usr/local/portage/dev-python

Enjoy!