[dev] simple rss reader

2015-01-28 Thread Thuban
Hi list, I'm looking for a simple rss reader. I just need new items to be send to stdout. I tried rsstail but it only take one feed at once and doesn't output to stdout so one can't use it with a fifo file. Any suggestion for a suckless rss reader? Regards, -- Thuban PubKey : http://yeuxdelibad.

Re: [dev] simple rss reader

2015-01-28 Thread Dimitris Papastamos
On Wed, Jan 28, 2015 at 11:08:44AM +0100, Thuban wrote: > Hi list, > I'm looking for a simple rss reader. I just need new items to be send to > stdout. > I tried rsstail but it only take one feed at once and doesn't output to > stdout so one can't use it with a fifo file. Maybe sfeed[0] will suit

Re: [dev] simple rss reader

2015-01-28 Thread Hiltjo Posthuma
On Wed, Jan 28, 2015 at 11:15 AM, Dimitris Papastamos wrote: > On Wed, Jan 28, 2015 at 11:08:44AM +0100, Thuban wrote: >> Hi list, >> I'm looking for a simple rss reader. I just need new items to be send to >> stdout. >> I tried rsstail but it only take one feed at once and doesn't output to >> st

Re: [dev] simple rss reader

2015-01-28 Thread Nick
Hi Hiltjo, When trying to clone the repo, I get an error: ; git clone http://git.codemadness.nl/sfeed Cloning into 'sfeed'... error: The requested URL returned error: 403 (curl_result = 22, http_code = 403, sha1 = adf5c45fd65b8e463c2e6dff440a1f6ad4dd1825) error: Unable to find adf5c45fd65b8e463c

Re: [dev] simple rss reader

2015-01-28 Thread Hiltjo Posthuma
On Wed, Jan 28, 2015 at 1:26 PM, Nick wrote: > When trying to clone the repo, I get an error: > > ; git clone http://git.codemadness.nl/sfeed > Cloning into 'sfeed'... > error: The requested URL returned error: 403 (curl_result = 22, http_code = > 403, sha1 = adf5c45fd65b8e463c2e6dff440a1f6ad4dd1

Re: [dev] simple rss reader

2015-01-28 Thread Thuban
sfeed looks interesting, thanks! I'll try it. Regards, -- Thuban PubKey : http://yeuxdelibad.net/Divers/thuban.pub

Re: [dev] [ii] [PATCH] keep nick synchronized with server

2015-01-28 Thread Nico Golde
Hi, * Truls Becken [2015-01-27 08:57]: > On Mon, Jan 26, 2015 at 3:23 AM, Troy Sankey wrote: > > If an error occurs changing nick (with /n) then it will become out of > > sync with the server. Here are some of the consequences: > > > > * ii will log outgoing messages with the new nick, but other

[dev] [surf] [PATCH] allow buttonrelease customization in config.h

2015-01-28 Thread Markus Teich
--- Heyho, here is my atempt to Christophs proposal. There are a few rough edges though: * On my mouse buttons 8 and 9 are used for the prev/next navigation. I thought 4 and 5 would be standard, but could not test with another mouse. I forgot to remove the printf statement in buttonrelease(

Re: [dev] surf vertical and horizontal same-origin policy patch (updated, with profiling mitigation)

2015-01-28 Thread Ben Woolley
Hi Christoph, I have attached a patch against master that uses dmenu instead of an HTML prompt. I added a prompt argument to SETPROP that passes to dmenu -p. There is some prompt language that would need to be translated, but it is all in the config file. Basically, when a new window opens, if i

Re: [dev] [ii] [PATCH] keep nick synchronized with server

2015-01-28 Thread Troy Sankey
On 2015-01-28 14:44:52 -0500, Nico Golde wrote: > What I think may be better would be to only set nick after a successful NICK > message was received from the network as Truls suggests. > Would you mind testing the attached patch? Tested, works. Can we still make it log to the network channel, e