>From Ducem Barr <[EMAIL PROTECTED]> on 5 Jul 2005:
> Hello everyone,
>
> The Wired News PDA page isn't updated any more, it's
> stuck on June 30th. Looks as if Wired is giving up the
> news via PDA...
>
> I played around with the rss feed, but it's not much
> use. The rss doesn't point to the print versions of
> the articles, but to the web versions (graphical
> overload, articles broken down in several pages,
> etc.).
>
> Anyone got an idea ?
>
> TIA,
>
>
> Ducem.
If you can use JPluck (the now unsupported Java version of the Plucker desktop
but still very usable), you can rewrite the url of the wired rss feeds to point
to the printer-friendly version. Below is an extract what I use on the Top
Stories rss feed.
<feed structure="links">
<name>Wired News</name>
<uri
maxDepth="1">http://www.wired.com/news/feeds/rss2/0,2610,,00.xml</uri>
<uriRewrite pattern=".*"
value="${str:substitute(str:substitute(str:substitute(uri, '.html.*', '.html'),
'/news/.*/', '/news/print/'), '/0,[0-9]+,' , '/0,1294,' )}"/>
</feed>
Basic idea: if you examine the URLs for both the web and printer-friendly
versions of a Wired News story, you will notice common elements. The
uriRewrite takes care of changing them.
Regards,
Kam-Yung
_______________________________________________________
The FREE service that prevents junk email http://www.mailshell.com
_______________________________________________
plucker-list mailing list
[email protected]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list