The requirements were the following:
- support of Umlauts (I personally don't like those ugly "?" everywhere in my feeds)
- simplicity pertaining design (no flamboyant background images) as well as usability (no "central options" that limit the amount of feed instances)
- Links to the single feeds
- "clickability". What I mean is rainmeter's characteristic that if you wanna click a text, you need to hit it exactly (if your cursor is in the "o" for example, nothing happens, what is quite annoying, as I don't want to need 3 attempts to click a link)
I chose the illustro's rss reader as a template, as it supports Umlauts (this was the only reader capable of this, I guess because of this line:
Code: Select all
Url=http://www.google.com/reader/view/feed/#feedURL#?n=8
Code: Select all
[meterBackground]
Meter=IMAGE
SolidColor=255,255,255,1
W=200
H=200
X=R
Y=R

I'd be glad if anybody could explain to me why this is working, as the background doesn't have any "eventListeners" or whatever you call it in rainmeter's language.
Hopefully this will help somebody
PS: The trick with the SolidColor-background may be used for other "gadgets" as well (Enigma's launchers, for instance)