w3mail

program to send a web page by email
git clone https://logand.com/git/w3mail.git/
Log | Files | Refs | README | LICENSE

commit d04e5d386831a260bb2078a0e05cbf77037a29cc
parent dcfca808cb0ff7b411f149a8a7e4ecebbf0ca65f
Author: Tomas Hlavaty <tom@logand.com>
Date:   Tue, 13 Sep 2011 22:04:32 +0200

doc updated

Diffstat:
Mindex.org | 18+++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/index.org b/index.org @@ -12,10 +12,10 @@ using my email reader for managing the web pages I read. In addition to removing distractions like advertisements and excessive navigational noise, there is no excessive amount of open tabs in my -web browser, smaller memory usage, better readibility and powerful -management of unread and read web pages, their marking, expiry and -deletion. It's asynchronous and the actual reading takes minimum -keystrokes and no aiming with mouse at all. +web browser, smaller memory and CPU usage, better readibility and +powerful management of unread and read web pages, their marking, +expiry and deletion. It's asynchronous and the actual reading takes +minimum keystrokes and no aiming with mouse at all. #+begin_quote To look at page I send mail to a demon which runs wget and mails the @@ -290,7 +290,7 @@ which won't block emacs at all. * Future plans -** TODO fix fragile tidy +** TODO Fix fragile tidy Tidying (X)HTML is rather fragile at the moment and I haven't found a good tool for that yet. @@ -315,18 +315,18 @@ repository doesn't work. : wget http://www.w3m.org/download/source/w3m-0.1.10-tb2.tar.gz : tar zxvf w3m-0.1.10-tb2.tar.gz -** TODO fix fragile xmlstarlet pyx and p2x +** TODO Fix fragile xmlstarlet pyx and p2x Removing namespaces from xhtml doesn't work reliably either. Probably bug in xmlstarlet? -** TODO handle RSS and Atom feeds better +** TODO Handle RSS and Atom feeds better -** TODO handle mime-types better +** TODO Handle mime-types better For example, application/xml is quite common but doesn't work yet. -** TODO avoid base64 and use text/plain +** TODO Avoid base64 and use text/plain This might be configurable but text/plain email messages would be searchable using simple grep command.