Julian Rendell writes:
> Which brings me to request 1--an add to download later option. Just
> copy the link into a memo pre formatted as a plucker download page.
[ ... ]
> ps-ok just discovered plucker is creating new unfiled memos... one per
> url copied; so i think the above is still valid-but if i find time i
> can make a script to parse the memos :-)
Good idea. Of course, in plucker the downloading software is decoupled
from the viewer, so the viewer can't tell the downloader what to
download. But someone posted a wonderful script to this list a
month or so ago (unfortunately I forgot to record who wrote this)
to take the urls plucker saves into memopad and turn them into a
nice html page, which I adapted into a script which does the following:
memos /dev/pilot -q | sed -e
'/^Plucker/,/^$/{;s/^Plucker.*$/<h4>&<\/h4>/;s/^.*:\/\/.*$/<a
href="&">&<\/a><br>/;};/^[^<]/d' >> $HOME/.plucker/html/pluckerurls.html
Then add $HOME/.plucker/html/pluckerurls.html (or wherever you prefer
to keep plucker files) with maxdepth=2, and download the resulting file
to the Palm.
...Akkana