You are not logged in.

#1 2010-10-11 20:49:10

Barghest
Member
From: Hanau/Germany
Registered: 2008-01-03
Posts: 563

[found] Looking for a lightweight rss feed reader

Hi,

I'm working as a support manager and the informations about new or changed tickets are recently provided by a rss feed.

Now, I'm looking for a lightweight rss feed reader that fits well in an awesome or openbox setup.

I already tried aware for awesome but in my opinion it's only usable for one (max. two) feeds and you can't go to the url/ticket directly.

An information/urgent hint/popup when there are changes would be nice so that I don't miss anything too easy.

So, what do you use and suggest?

Last edited by Barghest (2010-10-13 06:51:11)

Offline

#2 2010-10-11 20:57:14

CommodoreTex
Member
Registered: 2010-01-04
Posts: 11

Re: [found] Looking for a lightweight rss feed reader

Newsbeuter in [Community] works great - I use it in Awesome. It runs in a terminal, but you can open URLs from the interface. There aren't any popup messages or other notifications that you might want from a GUI client, so it might be too barebones for you.

Offline

#3 2010-10-11 21:19:15

NecroWxrst
Member
From: /Germany/Aachen
Registered: 2010-09-02
Posts: 21
Website

Re: [found] Looking for a lightweight rss feed reader

Hey there!

If you want a lightweight gui-newsreader, take a look at naufrago: http://sourceforge.net/projects/naufrago/files/

Greetz
Chris

Offline

#4 2010-10-11 21:40:20

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: [found] Looking for a lightweight rss feed reader

I like Canto myself smile.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#5 2010-10-12 07:31:49

Barghest
Member
From: Hanau/Germany
Registered: 2008-01-03
Posts: 563

Re: [found] Looking for a lightweight rss feed reader

Thanks for your replies.

newsbeuter looks very complex (I'll test it when I've more time)

I then read some reviews about naufrago and decided not to try it (maybe later though)

Canto looks very promising - easy to use and does what I want. The daemon is running now smile

I guess I'll have to live with regularly looking at the feed to see what's going on.

Last edited by Barghest (2010-10-12 07:33:58)

Offline

#6 2010-10-12 08:58:12

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [found] Looking for a lightweight rss feed reader

For notifications, at least with newsbeuter -presumably also with Canto- you could print the number of unread items to conky...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#7 2010-10-12 09:12:49

Barghest
Member
From: Hanau/Germany
Registered: 2008-01-03
Posts: 563

Re: [found] Looking for a lightweight rss feed reader

Oh, yes. There are several ways to get an ouptut of the number of new feed via command line. To get this information to conky isn't a problem but I need more time/efforts to get this to my awesome wibox.

Offline

#8 2010-10-12 09:33:38

Nichollan
Member
From: Stavanger, Norway
Registered: 2010-05-18
Posts: 110

Re: [found] Looking for a lightweight rss feed reader

The description of Newsbeuter seemed intimidating to me at first, but the other RSS readers had the audacity to demand me to remove my fingers from the home row when using them (for no good reason!) – so I tried it, and found it straightforward.

Offline

#9 2010-10-12 10:50:25

Dieter@be
Forum Fellow
From: Belgium
Registered: 2006-11-05
Posts: 2,001
Website

Re: [found] Looking for a lightweight rss feed reader

You can also try rss2email, sends you news feed items by mail.
I use the alternative version rss2email-xdg, see
http://dieter.plaetinck.be/an_rss2email … sucks_less


< Daenyth> and he works prolifically
4 8 15 16 23 42

Offline

#10 2010-10-13 06:49:52

Barghest
Member
From: Hanau/Germany
Registered: 2008-01-03
Posts: 563

Re: [found] Looking for a lightweight rss feed reader

anrxc was so kind to help me with the awesome wm part (I lacked the skill to find the correct informations in the lua docs ;b ):

local function canto(format, feed)
    local f = io.popen("canto -n " .. feed)
    local new = f:read("*l")
    f:close()
    return new
end

--  register one widget for each feed for that you want the numbers of new feeds
cantowidget = widget({ type = "textbox" })
vicious.register(cantowidget, canto, "$1", 61, "Slashdot")

If you only want to have the number of all of your feeds you just need "canto -a" in your function and no additional argument.

Last edited by Barghest (2010-10-13 06:50:53)

Offline

Board footer

Powered by FluxBB