ljlatest

this little piece of xscreensaver is kinda fun.

But I say fuck livejournal. I want to see plant.arslinux.com… so I need this patch:

--- /usr/lib/xscreensaver/ljlatest 2005-02-14 08:46:59.000000000 -0500
+++ ljlatest 2005-02-19 20:21:31.172904382 -0500
@@ -306,6 +306,9 @@

my ($ig0, $title) = m@< (TITLE [^<>\s]*)[^<>]*>\s*(.*?)\s*@xsi;
my ($ig1, $body) = m@< (DESCRIPTION [^<>\s]*)[^<>]*>\s*(.*?)\s*@xsi;
+ if(!$body) {
+ ($ig1, $body) = m@< (CONTENT:ENCODED [^<>\s]*)[^<>]*>\s*(.*?)\s*@xsi;
+ }
my ($ig2, $url) = m@< (LINK [^<>\s]*)[^<>]*>\s*(.*?)\s*@xsi;

$_ = "$title\n\n$body";


Isn’t that fun?

now just start your favorite xscreensaver like this:

fontglide -program 'ljlatest http://planet.arslinux.com/rss10.xml'

NEATO!