Re: Fetching and printing web pages automaticly

2002-04-01 Thread Karsten M. Self
on Sun, Mar 31, 2002, Karsten M. Self (kmself@ix.netcom.com) wrote: > on Sat, Mar 30, 2002, stan ([EMAIL PROTECTED]) wrote: > > I want to be able to use cron to fetch & print certain web pages on a > > scheduled bassis. > > $ apt-get install html2ps > $ html2ps | lpr ...though I should m

Re: Fetching and printing web pages automaticly

2002-03-31 Thread Karsten M. Self
on Sat, Mar 30, 2002, stan ([EMAIL PROTECTED]) wrote: > I want to be able to use cron to fetch & print certain web pages on a > scheduled bassis. $ apt-get install html2ps $ html2ps | lpr -- Karsten M. Selfhttp://kmself.home.netcom.com/ What Part of "Gestalt" don't you unde

Re: Fetching and printing web pages automaticly

2002-03-30 Thread Sven Hoexter
On Sat, Mar 30, 2002 at 07:36:28AM -0500, stan wrote: Hi, > I want to be able to use cron to fetch & print certain web pages on a > scheduled bassis. > > Looks like wget is the way to fetch them, but what can I use to print the > result from a script? Two ways that look promising to me: Idea 1:

Re: Fetching and printing web pages automaticly

2002-03-30 Thread Crispin Wellington
On Sat, 2002-03-30 at 20:36, stan wrote: > I want to be able to use cron to fetch & print certain web pages on a > scheduled bassis. > > Looks like wget is the way to fetch them, but what can I use to print the > result from a script? a2ps will turn anything into postscript. It can delegate file

Re: Fetching and printing web pages automaticly

2002-03-30 Thread Timo Benk
On Sat, Mar 30, 2002 at 07:36:28AM -0500, stan wrote: > I want to be able to use cron to fetch & print certain web pages on a > scheduled bassis. > > Looks like wget is the way to fetch them, but what can I use to print the > result from a script? w3m -F -dump www.slashdot.org | lpr or lynx -dum

Fetching and printing web pages automaticly

2002-03-30 Thread stan
I want to be able to use cron to fetch & print certain web pages on a scheduled bassis. Looks like wget is the way to fetch them, but what can I use to print the result from a script? -- "They that would give up essential liberty for temporary safety deserve neither liberty nor safety."