| *** Roth_ has joined #maemo | 00:00 | |
| *** jkepler1 has joined #maemo | 00:00 | |
| *** jkepler has quit IRC | 00:01 | |
| *** jkepler1 is now known as jkepler | 00:01 | |
| *** Roth has quit IRC | 00:02 | |
| *** jkepler has quit IRC | 00:03 | |
| *** Pali has joined #maemo | 00:04 | |
| *** sunny_s has quit IRC | 00:05 | |
| DocScrutinizer51 | ,/query DocScrutinizer05 | 00:10 |
|---|---|---|
| *** Roth_ has quit IRC | 00:13 | |
| *** pkill9 has quit IRC | 00:26 | |
| *** err0r3o3 has joined #maemo | 00:27 | |
| *** pkill9 has joined #maemo | 00:45 | |
| DocScrutinizer05 | sorry ^^^ - just IRC is also a convenient "sharing media" between different clients | 00:59 |
| *** Pali has quit IRC | 01:03 | |
| KotCzarny | firefox has ability to view tabs on other devices | 01:06 |
| *** ChanServ sets mode: +o deadk | 01:15 | |
| KotCzarny | wow, finally | 01:16 |
| *** ChanServ sets mode: -o deadk | 01:25 | |
| *** pkill9 has quit IRC | 01:52 | |
| sixwheeledbeast | thats been a feature for a while | 01:53 |
| *** xy2_ has quit IRC | 01:55 | |
| sicelo | finally? | 02:07 |
| KotCzarny | that 'finally' was directed to different channel | 02:09 |
| KotCzarny | ;) | 02:09 |
| sicelo | :-) | 02:13 |
| sicelo | g'nite | 02:13 |
| *** Pali has joined #maemo | 02:15 | |
| *** Pali has quit IRC | 02:16 | |
| sixwheeledbeast | oh | 02:25 |
| sixwheeledbeast | nvm | 02:25 |
| KotCzarny | still, it's a very nice feature | 02:26 |
| DocScrutinizer05 | ACL updated | 02:52 |
| *** AndrewX192 has joined #maemo | 03:06 | |
| *** florian has quit IRC | 03:06 | |
| *** err0r3o3 has quit IRC | 03:08 | |
| *** jonwil has quit IRC | 04:02 | |
| *** LauRoman has joined #maemo | 04:14 | |
| *** FalconSpy has quit IRC | 04:30 | |
| *** LauRoman has quit IRC | 04:34 | |
| *** auenfx8 has joined #maemo | 05:54 | |
| *** auenf has quit IRC | 05:54 | |
| *** auenfx8 has quit IRC | 06:08 | |
| *** auenf has joined #maemo | 06:09 | |
| *** jonwil has joined #maemo | 07:30 | |
| Vajb | wanted to give text based browsers a go. Links crashes in first page i try and lynx fails to even start | 07:32 |
| Vajb | nice going | 07:32 |
| *** FalconSpy has joined #maemo | 07:37 | |
| *** FalconSpy has joined #maemo | 07:37 | |
| sicelo | i once used lynx from repos. it worked for me back then | 07:43 |
| * Maxdamantus uses elinks when he needs to use a text-based browser. | 07:46 | |
| Vajb | fotr me it whines "can't access start file" | 07:47 |
| Vajb | Can't Access `file://localhost/usr/share/ubuntu-artwork/home/index.html' | 07:47 |
| Maxdamantus | So maybe try visiting something else? | 07:47 |
| Vajb | i don't know why it is looking it from such place tho | 07:47 |
| Maxdamantus | press `g` and it should ask you for a URL. | 07:48 |
| Maxdamantus | or escape, file, open .. or something. | 07:48 |
| Vajb | yes i know | 07:48 |
| Vajb | oo something different. Now it complains it doesn't have ssl | 07:50 |
| Vajb | i wanted to read news headlines, but i guess i'll just open my laptop | 07:50 |
| Maxdamantus | Might be interesting to try making a text-based browser using headless Chromium or something. | 07:56 |
| Maxdamantus | So you know it supports practically any website that works in normal browsers, just as long as it can turn the DOM into some reasonable textual form. | 07:57 |
| *** xvnvx has joined #maemo | 07:59 | |
| Vajb | would be cool to have a browser that just shows text and nothing else | 08:01 |
| Vajb | might be fast as well | 08:01 |
| sicelo | and might not be able to open other sites :-) | 08:12 |
| sicelo | esp. the JS-heavy ones | 08:13 |
| Maxdamantus | Well, JS-heavy sites should still work, because there isn't really anything that says you need to render the DOM to a physical screen. | 08:13 |
| Maxdamantus | and JS/DOM should work fine without a screen. | 08:13 |
| Maxdamantus | There might be some issues regarding things like `getBoundingClientRect` .. some code might depend on using things like that to determine dimension information, but that's still fairly independent of having to actually draw anything to a screen. | 08:14 |
| sicelo | i've found many sites that simply refuse to show anything with elinks. you just get maybe a top heading, and nothing else | 08:15 |
| Maxdamantus | Yeah, elinks doesn't support JS afaik, or if it does, I don't think my install does. | 08:15 |
| sicelo | even though, as you mention, even elinks supports JS to sum extent | 08:15 |
| sicelo | there is basic JS support, at least in some version(s) | 08:16 |
| Maxdamantus | and even if it does, I suspect it lacks support for a bunch of extra things on top of plain JS/DOM support, like XHR. | 08:16 |
| Vajb | ok got lynx to work as well and find out it wont work any better | 08:17 |
| Vajb | no ssl support in our version | 08:17 |
| Maxdamantus | When supporting things like XHR properly, you need to implement correct semantics for things like CORS. | 08:17 |
| sicelo | Vajb: become a maintainer and update it :) | 08:18 |
| Vajb | lynx works in my news headlines page | 08:22 |
| Vajb | well not my as mine but the one i use | 08:22 |
| KotCzarny | vajb, you can always compile your own version, it's not that hard (usually 2 commands) | 09:26 |
| KotCzarny | but most sites are simply broken when using js-less browser | 09:26 |
| *** err0r3o3 has joined #maemo | 09:46 | |
| Vajb | yeah i guess | 09:46 |
| *** LauRoman has joined #maemo | 10:15 | |
| *** xvnvx has quit IRC | 10:23 | |
| *** auenf has quit IRC | 10:23 | |
| *** auenf has joined #maemo | 10:31 | |
| *** Pali has joined #maemo | 10:44 | |
| *** auenfx8 has joined #maemo | 11:02 | |
| *** auenf has quit IRC | 11:02 | |
| *** florian has joined #maemo | 11:06 | |
| *** freemangordon has quit IRC | 11:22 | |
| *** freemangordon has joined #maemo | 11:24 | |
| *** err0r3o3 has quit IRC | 11:59 | |
| *** xy2_ has joined #maemo | 12:22 | |
| *** florian has quit IRC | 12:23 | |
| *** CcxWrk has quit IRC | 12:27 | |
| *** CcxWrk has joined #maemo | 12:29 | |
| *** louisdk has joined #maemo | 12:30 | |
| *** HRH_H_Crab has joined #maemo | 12:42 | |
| *** florian has joined #maemo | 12:53 | |
| *** florian has quit IRC | 13:14 | |
| *** dijimumin has joined #maemo | 13:23 | |
| *** err0r3o3 has joined #maemo | 13:34 | |
| *** pkill9 has joined #maemo | 13:34 | |
| sunshavi | Vajb: i use w3m on n900 | 13:56 |
| KotCzarny | btw. try dillo and midori too | 13:57 |
| KotCzarny | they are both lightweight | 13:57 |
| bencoh | dillo <3 | 13:58 |
| *** florian has joined #maemo | 14:26 | |
| *** err0r3o3 has quit IRC | 14:33 | |
| ceene | midori works really well on n900 | 14:34 |
| ceene | i would say is the best browser for n900, in fact | 14:34 |
| KotCzarny | each of available browser have their strenghts and weaknesses | 14:35 |
| KotCzarny | and uses | 14:35 |
| *** err0r3o3 has joined #maemo | 14:44 | |
| sicelo | how do midori & dillo on N900 handle https://www.softaculous.com/demos/HumHub ? | 14:44 |
| sicelo | and https://news.ycombinator.com | 14:47 |
| *** jonwil has quit IRC | 14:47 | |
| ceene | the midori version i used was the one from easydebian | 14:49 |
| ceene | i don't remember which version was it | 14:49 |
| ceene | but it was quite up to date and standards compliant | 14:49 |
| sicelo | regarding humhub, a friend has a site that i sometimes help him with. Opera Mobile freezes the N900, microb, as expected, can't render it at all, and only fennec allows me to use it. | 14:53 |
| sicelo | the hacker news page -only opera mobile can open - certificate issues | 14:54 |
| ceene | the only problem i've ever had with fennec is that it was too ram consuming | 15:00 |
| ceene | that's why i like midori more | 15:00 |
| KotCzarny | no repo yet | 15:25 |
| KotCzarny | whoops, wrong chan | 15:25 |
| *** dijimumin has quit IRC | 15:30 | |
| *** troulouliou_div2 has joined #maemo | 15:38 | |
| *** troulouliou_div2 has quit IRC | 15:47 | |
| *** dijimumin has joined #maemo | 15:59 | |
| *** troulouliou_div2 has joined #maemo | 15:59 | |
| *** shentey has joined #maemo | 16:02 | |
| *** xy2_ has quit IRC | 16:15 | |
| *** pkill9 has quit IRC | 16:33 | |
| *** pkill9 has joined #maemo | 16:38 | |
| *** xy2_ has joined #maemo | 16:39 | |
| *** troulouliou_div2 has quit IRC | 16:55 | |
| *** err0r3o3 has quit IRC | 17:05 | |
| *** err0r3o3 has joined #maemo | 17:05 | |
| *** florian has quit IRC | 17:28 | |
| *** florian has joined #maemo | 17:42 | |
| *** shentey has quit IRC | 17:46 | |
| *** florian has quit IRC | 17:56 | |
| *** florian has joined #maemo | 18:13 | |
| *** xy2_ has quit IRC | 18:33 | |
| *** xy2_ has joined #maemo | 18:50 | |
| *** xes_ has joined #maemo | 18:57 | |
| *** pagurus` has quit IRC | 18:59 | |
| *** xes has quit IRC | 19:00 | |
| *** pagurus has joined #maemo | 19:00 | |
| *** louisdk has quit IRC | 19:16 | |
| *** err0r3o3 has quit IRC | 19:28 | |
| *** err0r3o3 has joined #maemo | 19:41 | |
| *** freemangordon has quit IRC | 19:41 | |
| *** florian has quit IRC | 19:46 | |
| *** dijimumin has quit IRC | 19:46 | |
| *** freemangordon has joined #maemo | 19:47 | |
| *** dijimumin has joined #maemo | 20:01 | |
| *** florian has joined #maemo | 20:06 | |
| *** florian has quit IRC | 20:11 | |
| *** pkill9 has quit IRC | 20:17 | |
| *** geaaru__ has joined #maemo | 20:22 | |
| *** florian has joined #maemo | 20:24 | |
| *** geaaru_ has quit IRC | 20:25 | |
| *** pkill9 has joined #maemo | 20:25 | |
| *** pkill9 has quit IRC | 20:37 | |
| *** pkill9 has joined #maemo | 20:50 | |
| *** pkill9 has quit IRC | 21:01 | |
| *** xy2_ has quit IRC | 21:13 | |
| *** freemangordon has quit IRC | 21:13 | |
| *** xy2_ has joined #maemo | 21:23 | |
| *** Pali has quit IRC | 21:26 | |
| *** pkill9 has joined #maemo | 21:27 | |
| *** Pali has joined #maemo | 21:36 | |
| *** geaaru__ has quit IRC | 21:37 | |
| *** geaaru__ has joined #maemo | 21:37 | |
| *** windom has joined #maemo | 21:39 | |
| *** windom has quit IRC | 21:40 | |
| *** joga has quit IRC | 21:54 | |
| *** joga has joined #maemo | 21:54 | |
| *** jonwil has joined #maemo | 22:05 | |
| *** LauRoman has quit IRC | 22:20 | |
| *** LauRoman has joined #maemo | 22:22 | |
| *** pkill9 has quit IRC | 22:40 | |
| *** pkill9 has joined #maemo | 22:44 | |
| *** Kabouik has joined #maemo | 23:32 | |
| *** Kabouik has joined #maemo | 23:33 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!