#cheap wwwoffle page rewrite insurance, monitored pages too now
#run before connecting
set -exu
t=/tmp/wofftmp
cd ${wwwoffle_cache-/var/spool/wwwoffle}/outgoing
set -- `ls U*`
for i
do wwwoffle -O `cat $i` > $t && test -s $t && mv $t /tmp/${i/U/D} && cp $i /tmp
done
cd /tmp #monitored pages too:
lynx -width=222 -nolist -dump http://localhost:8080/index/monitor|
awk '/N=0:0/{print $NF}'|xargs -r wget -x
#my /tmp is cleaned every three days on powerup- [WWWOFFLE-Users] wwwoffle insurance: now more losing the ... Dan Jacobson
- Re: [WWWOFFLE-Users] wwwoffle insurance: now more lo... Christian Knoke
- Re: [WWWOFFLE-Users] wwwoffle insurance: now mor... Andrew M. Bishop
- [WWWOFFLE-Users] wwwoffle insurance+: no more losing... Dan Jacobson
- Re: [WWWOFFLE-Users] wwwoffle insurance+: no mor... Andrew M. Bishop
- [WWWOFFLE-Users] Re: wwwoffle insurance+: no... Dan Jacobson
- [WWWOFFLE-Users] lasttrash, prevtrash1 2 ... dir... Dan Jacobson
- [WWWOFFLE-Users] Re: lasttrash, prevtrash1 2... Dan Jacobson
- [WWWOFFLE-Users] Re: lasttrash, prevtras... Dan Jacobson
- [WWWOFFLE-Users] Re: lasttrash, pre... Dan Jacobson
- [WWWOFFLE-Users] wwwoffle -o eats POSTs Dan Jacobson
- [WWWOFFLE-Users] wwwoffle -o eats P... Dan Jacobson
- Re: [WWWOFFLE-Users] wwwoffle -... Andrew M. Bishop
