Re: [dev] [surf] Commit 222 breaks javascript, page title, etc for "open in new window"

2010-09-03 Thread Nibble
the surf repo, feel free to revert the last changes and apply this new patch :) Sorry, for the noise... I should update my libs before patching any app... Kind regards, --nibble

Re: [dev] [surf] shell script to do bookmarks, history, and other things

2010-06-04 Thread Nibble
> Thanks, > > cryptix Hi, I've just commited the new surf.sh in the wiki (I totally forgot to do it). But until the wiki is updated I attach the new version of surf.sh, all the necessary info is in the script header :) Kind regards, -- nibble surf.sh Description: application/shellscript

Re: [dev] Fwd: OT:GUI wireless connections management?

2010-05-30 Thread Nibble
t, is in my toys repository: http://nibble.develsec.org/hg/toys/file/4bd5f258b429/wifiscan I personally use this script + iwconfig + ifconfig/dhclient. And some sh scripts to connect to my usual networks. Kind regards, -- nibble

Re: [dev] [surf] please recheck tip

2010-05-27 Thread Nibble
This patch fix a minor bug with download addresses containing special characters like '&'. Sorry for the noise. On Thu, 27 May 2010 12:09:12 +0200 Nibble wrote: > Hi, > > I've been working a bit more on the patch and I think the new solution > is a quite better,

Re: [dev] [surf] please recheck tip

2010-05-27 Thread Nibble
unched. Furthermore, this way we can remove all the AtomHiLight stuff. Also, it saves 8 LOC :) Kind regards, -- nibble On Wed, 26 May 2010 15:33:51 +0200 "Enno Boland (Gottox)" wrote: > The patch looks quite good. Applied. Thanks! :) > > 2010/5/25 Nibble : > > For the

Re: [dev] [surf] please recheck tip

2010-05-25 Thread Nibble
ad manager. Kind regards, -- nibble On Tue, 25 May 2010 15:41:24 +0200 pancake wrote: > On 05/25/10 15:24, Josh Rickmar wrote: > > On Tue, May 25, 2010 at 11:36:28AM +0200, Claudio M. Alessi wrote: > > > >> On Mon, May 24, 2010 at 04:06:00PM -0400, Josh Rickmar wrote

Re: [dev] [sw] Suckless web-framework

2010-05-06 Thread Nibble
Hi Andrew, Applied. Thanks! :) It looks really nice, now this is the default stylesheet. Kind regards, -- nibble On Wed, 5 May 2010 14:14:41 -0400 Andrew Antle wrote: > Hello nibble - > > $ hg log | sed 5q > changeset: 35:6903be285e65 > tag: tip > user:An

Re: [dev] [sw] Suckless web-framework

2010-04-07 Thread Nibble
low? Done :) Use: make config # the first time, and every time you want to use the default config) make install ... I also complete the apache example in the README indicating how to forbid the access to sw.conf. Kind regards, -- nibble

[dev] [surf] downloads fix

2010-04-07 Thread Nibble
Hi, I noticed that in surf sometimes the downloads don't even start, so reading the surf code I found the following two lines at loadstatuschange(): 423 if(c->download) 424 stop(c, NULL); Why are they there? They don't make any sense to me, and removing them the downloads work fine.

Re: [dev] [sw] Suckless web-framework

2010-04-06 Thread Nibble
REFIX}${BIN}\";" > > vs > > echo " content=\"${PREFIX}${BIN}\" />" > Thanks :) Now, the hg tip is using: Kind regards, -- nibble

Re: [dev] [sw] Suckless web-framework

2010-04-06 Thread Nibble
play: block;" to "#side-bar" in style.css Regards, -- nibble

Re: [dev] [sw] Suckless web-framework

2010-04-04 Thread Nibble
en it has to do with security issues. > As for HTML, don't use . Use . > Same goes for > Instead of , use Is it just a aesthetic issue? > Collapse that charset stuff just to: > Fixed :) > Use http://validator.nu/ for validation. I think it's worth it. :) > -HTML5 fan boy > http://hendry.iki.fi Kind regards, -- nibble

Re: [dev] [sw] Suckless web-framework

2010-04-04 Thread Nibble
On Sun, 4 Apr 2010 04:10:31 -0300 Axel Bayerl wrote: > Sry, wrong URL > > http://tinyurl.com/page-validator2 > Fixed, although I found some validation errors with blocks like ..., which are related to md2html (coded by yiyus). Maybe he could fix it, but I don't know if it really deserves the e

Re: [dev] [sw] Suckless web-framework

2010-04-04 Thread Nibble
On Sun, 4 Apr 2010 15:40:44 -0400 Andrew Antle wrote: > Hi nibble - > > I really like sw. I've wanted to run werc on my server, but I can't > run 9base; plus I understand sh a bit more than rc (must be rectified > :). One thing I've noticed is that files with dashe

Re: [dev] [sw] Suckless web-framework

2010-04-04 Thread Nibble
standard as a plain "echo blah | cmd" ? > # Please don't use ls in scripts -- make them newline/special > char # friendly. Also, it's quite possible that BL has characters > # that the shell can misinterpret. Quote it. BL is parsed... obviously the user could enter the list in a wrong format, although, to separate patterns by spaces is not that difficult... (I guess) Kind regards, -- nibble

[dev] [sw] Suckless web-framework

2010-04-03 Thread Nibble
c.org/ is using sw now :) Feedback is welcome :) Best, -- nibble

Re: [dev] [surf] shell script to do bookmarks, history, and other things

2010-04-02 Thread Nibble
On Fri, 2 Apr 2010 09:32:41 -0400 (EDT) Peter John Hartman wrote: > Hi nibbles (and pancake et al): Hi Peter, (it is *nibble* ;) > Looks even better (once more)! But you still don't store stuff to a > local history file, except when one explicitly bookmarks the page. > Tw

Re: [dev] [surf] shell script to do bookmarks, history, and other things

2010-04-02 Thread Nibble
is already done by dmenu) * The current url is passed to dmenu with ^G so it can be easily edited. * Instead of storing all the search history, I get the last keyword and pass it to dmenu (^s). * The function s_set_uri has been replaced by the generic s_xprop * More code clean up. Kind regards, -- nibble

Re: [dev] [dmenu] bugs and senselessness

2010-04-01 Thread Nibble
patch), I don't have cursor support, obviously I wont edit a 4096+ byte buffer in dmenu :) Kind regards, -- nibble On Thu, 1 Apr 2010 19:40:05 + Connor Lane Smith wrote: > Hey, > > The last dmenu revision doesn't make any sense. It goes through a load > of hassle and

[dev] [dmenu] patch and new release of dclip

2009-12-21 Thread Nibble
ith dclip and then have to paste several items from dmenu instead of just one. I attached the patch for dmenu-4.0 (last stable release) and dmenu-tip and the last release of dclip. Kind regards, -- Nibble dclip Description: Binary data diff -r 78f9f72cc9c6 dmenu.c --- a/dmenu.c Sat Feb 21 19

Re: [dev] suckless password manager

2009-12-10 Thread Nibble
Thanks for the tip :) I updated passman accordingly and now it uses "shred -fuz" instead of "rm -f". On Thu, 10 Dec 2009 16:03:35 -0800 Suraj Kurapati wrote: > On Thu, Dec 10, 2009 at 2:14 PM, Nibble wrote: > > It is just a little "toy", but maybe

Re: [dev] suckless password manager

2009-12-10 Thread Nibble
Maybe "xclip -l 1 -i" could do the work. BTW I have just simplified the script even more (using umask instead of chmod's). Last changes are in the hg tip. http://nibble.develsec.org/hg/toys/file/a12b1de0a2cc/passman On Thu, 10 Dec 2009 23:46:31 + Rob wrote: > >What timeout -t affects? Loo

Re: [dev] suckless password manager

2009-12-10 Thread Nibble
Hi, It is just a little "toy", but maybe it could be useful for someone else ;) http://nibble.develsec.org/hg/toys/file/da45af463c1c/passman Kind regards, Nibble On Fri, 11 Dec 2009 01:07:21 +0300 anonymous wrote: > Currently I have only found one simple password manager: pwsafe

[dev] Bug in setlayout()

2009-09-26 Thread Nibble
Hi, I've just notice the layout symbol is not updated unless there is a client in the current view. To reproduce it you can follow these steps: - Switch to an empty view. - Mod+{t,f,m}. The layout symbol doesn't change. - Switch to a view with a client. Then the layout symbol is updated. I don't