Basic technology (at the beginning):


  1. Telnet "web site" at "port 80"
    For example:
                  telnet  www.ictp.trieste.it  80
    

  2. Text version and Sources downloading using non-graphics browser "lynx"
    For example:
                  lynx -dump http://www.ictp.trieste.it
                  lynx -source http://www.ictp.trieste.it
    

  3. Use "mailto" capabilities of the http protocol
    Filter
                     a href="http://www.ictp.trieste.it"
    To
                     a href="mailto://sendmail.ictp.trieste.it"