Right. I think I might have got this cracked now. Here’s some Perl code.
1 2 3 4 |
#!/usr/bin/perl use strict; use warnings; print "Hello World\n"; |
That’s pretty cool, isn’t it. I wonder what it’ll look like in the web feed.
I’ll try to feed my fixes back to the author of the plugin.
It looks like plain text in my RSS reader. Which is a bit of a shame really; My RSS reader will execute JavaScript, won’t yours? (I use NetNewsWire)
Yeah, Google Reader would run JavaScript too (I think), but I’m not sure I want it too. I like the idea that it degrades to a <pre> tag in the web feed.