I read RSS from the terminal. I don't like having to open a full browser to read an article, but using lynx can be unpleasant because you need to scroll past many pages of menus and other clutter. So I made this to clean up the articles before opening them on lynx.
The code is not original, it's more or less a translation to C of the Firefox Reader View implementation. It should be safe because the html parsing happens inside a sandbox.