WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Dillo and Midori?  (Read 3532 times)

Offline Flan

  • Newbie
  • *
  • Posts: 1
Dillo and Midori?
« on: August 09, 2015, 08:00:02 PM »
I remember in the past these web browsers were included with Tiny Core, however, Neither seem to be extensions that exist anymore.. 6.3 x86

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14553
Re: Dillo and Midori?
« Reply #1 on: August 09, 2015, 10:49:20 PM »
Did you try fifth?

Offline hiro

  • Hero Member
  • *****
  • Posts: 1217
Re: Dillo and Midori?
« Reply #2 on: August 10, 2015, 03:14:53 AM »
they still work, you can just copy over the old dillo.tcz

Offline Stone.Giant

  • Full Member
  • ***
  • Posts: 100
Re: Dillo and Midori?
« Reply #3 on: August 10, 2015, 05:29:39 AM »
In Dillo you can't surf youtube and watch me nei nei unless you recompile it with enable ssl (secure socket link) i think. Didn't try Midori yet, both are in T.C. 4.0 repo
« Last Edit: August 10, 2015, 05:49:08 AM by Stone.Giant »

Offline hiro

  • Hero Member
  • *****
  • Posts: 1217
Re: Dillo and Midori?
« Reply #4 on: August 10, 2015, 05:42:14 AM »
dillo doesn't use ssh for anything.

Offline Stone.Giant

  • Full Member
  • ***
  • Posts: 100
Re: Dillo and Midori?
« Reply #5 on: August 10, 2015, 05:50:00 AM »
I apologize that is ssl not ssh   :-[

Offline hiro

  • Hero Member
  • *****
  • Posts: 1217
Re: Dillo and Midori?
« Reply #6 on: August 10, 2015, 05:55:33 AM »
well, you can use dillo3-ssl.tcz

gordon64

  • Guest
Re: Dillo and Midori?
« Reply #7 on: August 10, 2015, 04:10:38 PM »
Flan

Juanito writes
Quote
Did you try fifth?

I just did a test in 64 bit and this browser works with one minor glitch. Its got an old useragent string.
---this results in a bar across my web page saying I am using an older version of browser
when I went to youtube. I suspect you don't want youtube.

But to make sites more friendly, if you try it, here is one way to fix

click on tools
click on settings
cliick tab=spoofing
delete user-agent entry

copy and paste this
Quote
Mozilla/5.0 (Windows NT 6.3; rv:36.0) Gecko/20100101 Firefox/36.0

click OK
close and restart fifth

good luck



« Last Edit: August 10, 2015, 04:12:42 PM by gordon64 »

Offline Stone.Giant

  • Full Member
  • ***
  • Posts: 100
Re: Dillo and Midori?
« Reply #8 on: August 15, 2015, 12:12:17 PM »
Does fifth support flash so I can surf Youtube? how about Jre ( java runtime environment) so that I can download you tube videos via keepvid.com?

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Dillo and Midori?
« Reply #9 on: August 15, 2015, 02:09:46 PM »
Does fifth support flash so I can surf Youtube? how about Jre ( java runtime environment) so that I can download you tube videos via keepvid.com?

You do not need flash to surf Youtube. Flash is dead, forget it. As most sites, Youtube works fine with HTML5 browsers. For example on the Raspberry Pi2 with Midori I can watch Youtube videos without flash. Industry is just killing (or killed already) flash in WEB sites.

You can check you browser's Youtube/HTML5 compatibility visiting  https://www.youtube.com/html5
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

gordon64

  • Guest
Re: Dillo and Midori?
« Reply #10 on: August 15, 2015, 05:54:53 PM »
+1 to bmarkus on flash

Quote
how about Jre ( java runtime environment) so that I can download you tube videos via keepvid.com?

I suggest you use youtube-dl
assuming you are on 32 bit try this

Code: [Select]
tce-load -iw openssl-1.0.1 python
wget https://yt-dl.org/downloads/2015.07.21/youtube-dl -O .local/bin/yt
(result)Connecting to yt-dl.org (95.143.172.170:443)
(result) yt                   100% |*******************************|   931k  0:00:00 ETA
chmod +x .local/bin/yt

that gets you youtube-dl into local/bin but it needs python to run it. If you don't want to add python to your "boot" script then you could try this

Code: [Select]
echo '#!/bin/sh
tce-load -i openssl-1.0.1 python ' > .local/bin/youtube
chmod +x  .local/bin/youtube

to get the download you actually run it like this, if you want it all done by local/bin stuff,
youtube to load the running dependencies then grab the download
Code: [Select]
youtube
yt <some-URL>

eg yt https://youtu.be/V-oquRLcmAM

AFAIK openssl* gives you the certificates needed to work with https.

I wrote this while on 64 bit so it I hope I have it correct.
good luck
« Last Edit: August 15, 2015, 05:58:41 PM by gordon64 »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10963
Re: Dillo and Midori?
« Reply #11 on: August 16, 2015, 01:48:03 AM »
Does fifth support flash so I can surf Youtube? how about Jre ( java runtime environment) so that I can download you tube videos via keepvid.com?

Fifth doesn't support any plugins, but it can natively download youtube videos.
The only barriers that can stop you are the ones you create yourself.