WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Dillo 2.1  (Read 7201 times)

Offline mikshaw

  • Sr. Member
  • ****
  • Posts: 368
Dillo 2.1
« on: June 21, 2009, 06:36:24 AM »
http://www.dillo.org/

Dillo 2.1 has been released.  Haven't tried it yet, but according to the changelog they've finally added basic CSS and authentication...the two features I was most hoping for =o)

Offline jpeters

  • Restricted
  • Hero Member
  • *****
  • Posts: 1017
Re: Dillo 2.1
« Reply #1 on: June 21, 2009, 09:46:19 AM »
uses FLTK2

Offline ^thehatsrule^

  • Administrator
  • Hero Member
  • *****
  • Posts: 1726
Re: Dillo 2.1
« Reply #2 on: June 21, 2009, 10:42:02 AM »
That's not new - the 2.x branch uses fltk2

Offline jpeters

  • Restricted
  • Hero Member
  • *****
  • Posts: 1017
Re: Dillo 2.1
« Reply #3 on: June 21, 2009, 11:24:25 AM »
That's not new - the 2.x branch uses fltk2

Yeah....I just noticed it when trying to compile
Code: [Select]
checking FLTK2... no
configure: error: FLTK2 must be installed!
tc@box:/tmp/work/dillo-2.1$


« Last Edit: June 21, 2009, 11:28:48 AM by jpeters »

Offline jpeters

  • Restricted
  • Hero Member
  • *****
  • Posts: 1017
Re: Dillo 2.1
« Reply #4 on: June 21, 2009, 02:16:38 PM »
I just compiled after compiling fltk2.  It  still has problems, like I couldn't log onto this site or gmail; sometimes it seems to struggle after clicking on a link (seems intermittant).  I think links works much better.  When I loaded a site with https, I had to close about 10 notices telling me it couldn't read the certificate. 

Offline mikshaw

  • Sr. Member
  • ****
  • Posts: 368
Re: Dillo 2.1
« Reply #5 on: June 21, 2009, 05:22:59 PM »
I think that has to do with SSL, which is disabled by default
http://www.dillo.org/FAQ.html#q12

Offline jpeters

  • Restricted
  • Hero Member
  • *****
  • Posts: 1017
Re: Dillo 2.1
« Reply #6 on: June 21, 2009, 05:47:52 PM »
I think that has to do with SSL, which is disabled by default
http://www.dillo.org/FAQ.html#q12


I compiled with --enable-ssl.  Somewhere else it was noted that even when enabled, it won't read certificates, but it doesn't like logins.    

Edit: I recompiled....also enabling ipv6, but same results.  When compiling, it notes:
Code: [Select]
configure: WARNING: *** Enabling ssl support. THIS IS ALPHA CODE!***

After entering name/password on this site, I get a blank page in the browser. It gets stuck at:
Code: [Select]
Nav_open_url: new url='http://forum.tinycorelinux.net/index.php?PHPSESSID=766e5eb3f94c41bbe66261324e21ee28&action=login2'
Connecting to 69.89.31.92

gmail doesn't work at all.

« Last Edit: June 21, 2009, 06:21:38 PM by jpeters »