Re: [dev] [surf] next release

2009-10-24 Thread Uriel
On Sat, Oct 24, 2009 at 11:01 PM, Charlie Kester wrote: > On Sat 24 Oct 2009 at 12:35:36 PDT Uriel wrote: >> >> writing an http client that will handle all the crap out there is >> *really* hard > > Why is this the goal? > > Why, when I want to browse a sane website like suckless.org, for > exampl

[dev] surf mouse bindings & chording

2009-10-24 Thread Michael Roth
Attached is a patch to bind actions to mouse buttons and chords. I wrote it after wastefully clicking the side buttons on my mouse over and over while using surf. Someone on the IRC channel mentioned chording so I added that as well. They're bound in the config file just like the keys. The modif

Re: [dev] [surf] next release

2009-10-24 Thread Charlie Kester
On Sat 24 Oct 2009 at 12:35:36 PDT Uriel wrote: writing an http client that will handle all the crap out there is *really* hard Why is this the goal? Why, when I want to browse a sane website like suckless.org, for example, should I have to use a browser containing a bunch of convoluted code

Re: [dev] [ANN] wmii 3.9b1 released

2009-10-24 Thread Kris Maglione
On Sat, Oct 24, 2009 at 08:27:47PM +0100, Michal wrote: Kris Maglione wrote: wmii 3.9 Beta 1 has just been released. As usual, the source is available at suckless.org: http://dl.suckless.org/wmii/wmii+ixp-3.9b1.tbz http://dl.suckless.org/wmii/wmii+ixp-3.9b1.tbz.sum http://dl.suckl

Re: [dev] [ANN] wmii 3.9b1 released

2009-10-24 Thread pascal
Le Sat, 24 Oct 2009 20:27:47 +0100 Michal a écrit: > Kris Maglione wrote: > > wmii 3.9 Beta 1 has just been released. As usual, the source is > > available at suckless.org: > > > > http://dl.suckless.org/wmii/wmii+ixp-3.9b1.tbz > > http://dl.suckless.org/wmii/wmii+ixp-3.9b1.tbz.sum > >

Re: [dev] [surf] next release

2009-10-24 Thread Uriel
While this is a nice idea (this is what webfs does in Plan 9), in practice is a huge pain, and the design of the web violates layering so much as to make such a design very tricky and painful. Plus writing an http client that will handle all the crap out there is *really* hard (you can count the re

Re: [dev] [ANN] wmii 3.9b1 released

2009-10-24 Thread Michal
Kris Maglione wrote: wmii 3.9 Beta 1 has just been released. As usual, the source is available at suckless.org: http://dl.suckless.org/wmii/wmii+ixp-3.9b1.tbz http://dl.suckless.org/wmii/wmii+ixp-3.9b1.tbz.sum http://dl.suckless.org/wmii/wmii+ixp-3.9b1.tbz.sig Could somebody conf

Re: [dev] [surf] segfaults

2009-10-24 Thread Nikolay Ostanen
Everything works with webkit-1.1.15.2 and svn-build surf. -- JID: myd...@xmpp.ru pgpvUIHxDHApO.pgp Description: PGP signature

[dev] [surf] segfaults

2009-10-24 Thread markus schnalke
Hoi, I started using surf, hacked a bit around (I'll post a diff soon), and am quite happy. But one problem keeps me from switching completely: surf often crashes with segfault. This may not be a problem of surf, but of webkit, I don't know. I use surf tip and webkit-1.1.8 on NetBSD and have rep

Re: [dev] [surf] next release

2009-10-24 Thread stanio
* Uriel [2009-10-24 06:21]: > On Thu, Oct 22, 2009 at 9:08 AM, Anselm R Garbe wrote: > > 2009/10/21 Uriel : > > I have no strong feeling about source viewing, doesn't need to be > > build-in, but since it's already implemented by webkit the source > > viewing and profiling info of WebKit might be

[dev] wmii

2009-10-24 Thread Vorname Nachname
hi peoples, your windowmanager is far the most efficient and simplest one ive ever seen.. please never ever change it or become such a full blown peace of sh§$ like that gnome or kde-crap!

Re: [dev] [surf] next release

2009-10-24 Thread Jessta
I quite like the idea of a http session manager, that holds session data and a page cache, that other programs can make requests to. It might also help with how I used to use tabs to cache pages in advance of viewing them. -- = http://jessta.id.au

Re: [dev] [surf] next release

2009-10-24 Thread Kris Maglione
On Sat, Oct 24, 2009 at 06:20:21AM +0200, Uriel wrote: On Thu, Oct 22, 2009 at 9:08 AM, Anselm R Garbe wrote: I disagree with downloads, because several stuff can't be download without dealing with a valid session and it is a pain to download stuff that requires session info using wget. Wget

Re: [dev] [surf] next release

2009-10-24 Thread Anselm R Garbe
2009/10/24 Uriel : > On Thu, Oct 22, 2009 at 9:08 AM, Anselm R Garbe wrote: >> 2009/10/21 Uriel : >>> Surf should *not* handle downloads or display source, this are clearly >>> and obviously best handled by external tools and there is zero reason >>> for them to be part of any browser. >> >> I dis