Re: [dev] [surf] Webkit2 with proxy server

2016-12-24 Thread Ivan Tham
On Sat, Dec 24, 2016 at 10:03:51PM +, Teodoro Santoni wrote: Hi Laslo, 2016-12-24 10:11 GMT, Laslo Hunhold : Anything else can be solved by finding your way into scraping the website and building a proxy that sends you a very simplified version of it at your w3m, links, lynx, dillo, mosaic

Re: [dev] [sbase] [tar] some errors

2016-12-24 Thread Michael Forney
On 12/24/16, Cág wrote: > Markus Wichmann wrote: > >> Well, that looks like it might be problematic, doesn't it? Especially >> when you find out, that the size of h->name there is 100 bytes. path >> contains, of course, the entire file path relative to the starting >> directory. In short, you will

Re: [dev] [surf] Webkit2 with proxy server

2016-12-24 Thread Teodoro Santoni
Hi Laslo, 2016-12-24 10:11 GMT, Laslo Hunhold : >> Anything else can be solved by finding your way into scraping the >> website and building a proxy that sends you a very simplified version >> of it at your w3m, links, lynx, dillo, mosaic or shell script. >> It isn't easier and should be packed in

Re: [dev] Cataloging of contacts

2016-12-24 Thread Thomas Levine
I wound up with this. https://pypi.python.org/pypi/bguo Each contact is a single file, like this one, http://src.thomaslevine.com/bguo/artifact/f24d0f9bdbf3f76e and they must all be in the same directory, like this one. http://src.thomaslevine.com/bguo/dir?ci=tip&name=example/orig.bguo This is t

Re: [dev] [surf] Webkit2 with proxy server

2016-12-24 Thread sylvain . bertrand
On Sat, Dec 24, 2016 at 11:11:56AM +0100, Laslo Hunhold wrote: > > Anything else can be solved by finding your way into scraping the > > website and building a proxy that sends you a very simplified version > > of it at your w3m, links, lynx, dillo, mosaic or shell script. > > It isn't easier and s

Re: [dev] [sbase] [tar] some errors

2016-12-24 Thread Cág
Markus Wichmann wrote: Well, that looks like it might be problematic, doesn't it? Especially when you find out, that the size of h->name there is 100 bytes. path contains, of course, the entire file path relative to the starting directory. In short, you will get this error message whenever tryin

Re: [dev] [surf] Webkit2 with proxy server

2016-12-24 Thread sylvain . bertrand
On Fri, Dec 23, 2016 at 11:49:15PM +, Josuah Demangeon wrote: > On 2016-12-17 20:22, Cág wrote: > > And this is why the web engine should be in C, hackable, simple and > > small enough > > to be compiled with tcc/pcc/scc, just like other suckless software > > (I haven't tried scc though, looks

Re: [dev] [sbase] [tar] some errors

2016-12-24 Thread Markus Wichmann
On Fri, Dec 23, 2016 at 08:07:11PM +, Cág wrote: > Hi, > > I was trying to create an archive with my gtk themes with > "tar -c themes | xz > themes.tar.xz" > and it says "tar:strlcpy: input string too long". > > The same happens without piping. BusyBox' tar did this > fine. > > Also, when tr

Re: [dev] [surf] Webkit2 with proxy server

2016-12-24 Thread Laslo Hunhold
On Sat, 24 Dec 2016 01:17:51 + Teodoro Santoni wrote: Hey Teodoro, > Obfuscation of the data used to draw the web application is also > often done on purpose, to protect the website's revenue from > adblockers. I dispute the idea that web services like Soundcloud > would need an interface li

Re: [dev] [sbase] [tar] some errors

2016-12-24 Thread Cág
Laslo Hunhold wrote: can you design a minimal working example? Many tar implementations out there are unsafe or "bend" the standard in some way. Maybe we can resolve this easily as soon as you provide us with more information. Imagine a typical themes directory: huge amount of files. In my cas