|
List Info
Thread: Dillo FLTK2 alpha release for developers
|
|
| Dillo FLTK2 alpha release for
developers |
  Chile |
2007-09-30 19:09:25 |
Hi there,
This is an alpha release of the next generation of the
Dillo
web browser. The code underwent a major rewrite:
significant
parts of the codebase were ported to C++, and the
rendering
engine now uses the FLTK2 library instead of GTK1.
Please read the README inside dillo's tarball.
Developers willing to join the project and
contribute are
highly encouraged. Sebastian did an excellent work
documenting
the new dillo widget engine (just run doxygen inside DW
tree).
This is a good milestone in the project's history, we
hope to
be able to continue working on it. This is one step ahead,
and we
need other developers help.
Please note that this code is under GPL3!
BTW, if you want to know what antialiased utf-8 is, just
go to:
http://www.gnu.org/ho
me.fa.html
after compiling dillo-fltk.
Here are the instructions on how to get it working:
---------------
Get these files
---------------
wget
http://www.dillo.org/dillo2/fltk-2.0.x-r5917.tar.bz2
wget http://www.dillo.org/dillo2/dw-testbed-0.0.43j.tar.bz2
wget http:/
/www.dillo.org/dillo2/dillo-f15f.tar.bz2
-----
FLTK2
-----
tar jxvf fltk-2.0.x-r5917.tar.bz2
cd fltk-2.0.x-r5917
make // Should compile cleanly
if you have the
// necessary development
packages...
cd test; ./demo // You can play with it
too!
cd ..
su
make install // Install FLTK2
libraries
exit
cd ..
----------
dw-0.0.43j
----------
tar jxvf dw-testbed-0.0.43j.tar.bz2
cd dw-testbed-0.0.43j
./configure
make
cd test // You can test it from
here
cd ../..
doxygen // Excellent
documentation in html
cd html; dillo index.html // (start browsing docs
here)
cd ../..
ln -s dw-testbed-0.0.43j dw-testbed // Don't forget
this link
----------
dillo f15j
----------
tar jxvf dillo-f15f.tar.bz2
cd dillo-f15
./configure
make
su
make install // Needed for dpis
exit
cd src
./dillo-fltk // This is is it!
cd ..
--------
dillorc2
--------
There's a "dillorc2" file inside the tarball's
top directory:
cp dillorc2 ~/.dillo/
that will let you use the new and old dillo without
trouble.
--
Cheers
Jorge.-
_______________________________________________
Dillo-dev mailing list
Dillo-dev dillo.org
http://lists.auriga.wearlab.de/cgi-bin/mailman/
listinfo/dillo-dev
|
|
| Re: Dillo FLTK2 alpha release for
developers |
  Switzerland |
2007-10-01 03:37:22 |
Hi Jorge,
Congratulations. It is encouraging to see the first release
in a
veeeeery loooong time.
Under Debian Lenny, the fltk and dw packages build fine.
dillo
configures OK, but make fails with masses of errors spat out
from
https.c - mostly "expected ')' before '*' token"
errors. Is
there possibly a typo that may have crept into the server
copy?
Best wishes,
Mark
--- wrote:
> Hi there,
>
> This is an alpha release of the next generation of
the
> Dillo
> web browser. The code underwent a major rewrite:
> significant
> parts of the codebase were ported to C++, and
the
> rendering
> engine now uses the FLTK2 library instead of GTK1.
>
> Please read the README inside dillo's tarball.
>
> Developers willing to join the project and
contribute
> are
> highly encouraged. Sebastian did an excellent work
> documenting
> the new dillo widget engine (just run doxygen inside DW
tree).
>
> This is a good milestone in the project's history,
we hope
> to
> be able to continue working on it. This is one step
ahead, and
> we
> need other developers help.
>
> Please note that this code is under GPL3!
>
> BTW, if you want to know what antialiased utf-8 is,
just go
> to:
>
> http://www.gnu.org/ho
me.fa.html
>
> after compiling dillo-fltk.
>
>
> Here are the instructions on how to get it working:
>
> ---------------
> Get these files
> ---------------
>
> wget
http://www.dillo.org/dillo2/fltk-2.0.x-r5917.tar.bz2
> wget http://www.dillo.org/dillo2/dw-testbed-0.0.43j.tar.bz2
> wget http:/
/www.dillo.org/dillo2/dillo-f15f.tar.bz2
>
> -----
> FLTK2
> -----
>
> tar jxvf fltk-2.0.x-r5917.tar.bz2
> cd fltk-2.0.x-r5917
> make // Should compile
cleanly if
> you have the
> // necessary
development
> packages...
> cd test; ./demo // You can play with
it too!
> cd ..
> su
> make install // Install FLTK2
libraries
> exit
> cd ..
>
> ----------
> dw-0.0.43j
> ----------
>
> tar jxvf dw-testbed-0.0.43j.tar.bz2
> cd dw-testbed-0.0.43j
> ./configure
> make
> cd test // You can test it
from here
> cd ../..
> doxygen // Excellent
documentation
> in html
> cd html; dillo index.html // (start browsing
docs
> here)
> cd ../..
> ln -s dw-testbed-0.0.43j dw-testbed // Don't
forget this
> link
>
> ----------
> dillo f15j
> ----------
>
> tar jxvf dillo-f15f.tar.bz2
> cd dillo-f15
> ./configure
> make
> su
> make install // Needed for dpis
> exit
> cd src
> ./dillo-fltk // This is is it!
> cd ..
>
> --------
> dillorc2
> --------
>
> There's a "dillorc2" file inside the
tarball's top directory:
> cp dillorc2 ~/.dillo/
> that will let you use the new and old dillo without
trouble.
>
>
>
> --
> Cheers
> Jorge.-
>
> _______________________________________________
> Dillo-dev mailing list
> Dillo-dev dillo.org
>
http://lists.auriga.wearlab.de/cgi-bin/mailman/
listinfo/dillo-dev
>
___________________________________________________________
Want ideas for reducing your carbon footprint? Visit Yahoo!
For Good http://uk.promotions.yahoo.com/forgood/environment.html
a>
_______________________________________________
Dillo-dev mailing list
Dillo-dev dillo.org
http://lists.auriga.wearlab.de/cgi-bin/mailman/
listinfo/dillo-dev
|
|
| Re: Dillo FLTK2 alpha release for
developers |
  Germany |
2007-10-01 08:18:54 |
On Mon, Oct 01, 2007 at 09:37:22AM +0100, Mark South wrote:
> Hi Jorge,
>
> Congratulations.
Thanks!
> It is encouraging to see the first release in a
> veeeeery loooong time.
Yes, it's a loooong story.
> Under Debian Lenny, the fltk and dw packages build
fine. dillo
> configures OK, but make fails with masses of errors
spat out from
> https.c - mostly "expected ')' before '*'
token" errors. Is
> there possibly a typo that may have crept into the
server copy?
Not in the server.
$ md5sum dillo-f15f.tar.bz2
$ cbc03fd64ae538fc887a54de5116fa4b dillo-f15f.tar.bz2
Please verify that your tree is not corrupted.
BTW, I'm using Debian etch (also tested on Slackware,
Fedora and Ubuntu).
--
Cheers
Jorge.-
_______________________________________________
Dillo-dev mailing list
Dillo-dev dillo.org
http://lists.auriga.wearlab.de/cgi-bin/mailman/
listinfo/dillo-dev
|
|
| Re: Dillo FLTK2 alpha release for
developers |
  Germany |
2007-10-01 08:18:54 |
On Mon, Oct 01, 2007 at 09:37:22AM +0100, Mark South wrote:
> Hi Jorge,
>
> Congratulations.
Thanks!
> It is encouraging to see the first release in a
> veeeeery loooong time.
Yes, it's a loooong story.
> Under Debian Lenny, the fltk and dw packages build
fine. dillo
> configures OK, but make fails with masses of errors
spat out from
> https.c - mostly "expected ')' before '*'
token" errors. Is
> there possibly a typo that may have crept into the
server copy?
Not in the server.
$ md5sum dillo-f15f.tar.bz2
$ cbc03fd64ae538fc887a54de5116fa4b dillo-f15f.tar.bz2
Please verify that your tree is not corrupted.
BTW, I'm using Debian etch (also tested on Slackware,
Fedora and Ubuntu).
--
Cheers
Jorge.-
_______________________________________________
Dillo-dev mailing list
Dillo-dev dillo.org
http://lists.auriga.wearlab.de/cgi-bin/mailman/
listinfo/dillo-dev
|
|
| Re: Dillo FLTK2 alpha release for
developers |
  United States |
2007-10-01 08:24:02 |
On Mon, Oct 01, 2007 at 09:18:54AM -0400,
dillo-dev-bounces dillo.org wrote:
>
> Please verify that your tree is not corrupted.
> BTW, I'm using Debian etch (also tested on Slackware,
Fedora and Ubuntu).
I left the laptop at home today, but I gave this a quick go
last night, and
fltk didn't configure properly on Ubuntu claiming that it
couldn't find X11.
Any thoughts as to why that may be? It couldn't find
X11/Intrinsic.h (which
I didn't actually look for yet). Is there a package I need
to install that I
don't have?
-brian
--
"Perl can be fast and elegant as much as J2EE can be
fast and elegant.
In the hands of a skilled artisan, it can and does happen;
it's just
that most of the shit out there is built by people who'd be
better
suited to making sure that my burger is cooked
thoroughly." -- Jonathan Patschke
_______________________________________________
Dillo-dev mailing list
Dillo-dev dillo.org
http://lists.auriga.wearlab.de/cgi-bin/mailman/
listinfo/dillo-dev
|
|
| Re: Dillo FLTK2 alpha release for
developers |
  United States |
2007-10-01 08:24:02 |
On Mon, Oct 01, 2007 at 09:18:54AM -0400,
dillo-dev-bounces dillo.org wrote:
>
> Please verify that your tree is not corrupted.
> BTW, I'm using Debian etch (also tested on Slackware,
Fedora and Ubuntu).
I left the laptop at home today, but I gave this a quick go
last night, and
fltk didn't configure properly on Ubuntu claiming that it
couldn't find X11.
Any thoughts as to why that may be? It couldn't find
X11/Intrinsic.h (which
I didn't actually look for yet). Is there a package I need
to install that I
don't have?
-brian
--
"Perl can be fast and elegant as much as J2EE can be
fast and elegant.
In the hands of a skilled artisan, it can and does happen;
it's just
that most of the shit out there is built by people who'd be
better
suited to making sure that my burger is cooked
thoroughly." -- Jonathan Patschke
_______________________________________________
Dillo-dev mailing list
Dillo-dev dillo.org
http://lists.auriga.wearlab.de/cgi-bin/mailman/
listinfo/dillo-dev
|
|
| Re: Dillo FLTK2 alpha release for
developers |

|
2007-10-01 09:13:41 |
Hi Jorge,
2007/9/30, <>:
> Hi there,
>
> This is an alpha release of the next generation of
the Dillo
> web browser. The code underwent a major rewrite:
significant
> parts of the codebase were ported to C++, and the
rendering
> engine now uses the FLTK2 library instead of GTK1.
>
> Please read the README inside dillo's tarball.
>
You do my day with this news. Congratulations!!!
> Developers willing to join the project and
contribute are
> highly encouraged. Sebastian did an excellent work
documenting
> the new dillo widget engine (just run doxygen inside DW
tree).
>
> This is a good milestone in the project's history,
we hope to
> be able to continue working on it. This is one step
ahead, and we
> need other developers help.
>
The linux embedded community now have a real embedded web
browser to use.
> Please note that this code is under GPL3!
>
:-D
> BTW, if you want to know what antialiased utf-8 is,
just go to:
>
> http://www.gnu.org/ho
me.fa.html
>
> after compiling dillo-fltk.
>
>
> Here are the instructions on how to get it working:
>
> ---------------
> Get these files
> ---------------
>
> wget
http://www.dillo.org/dillo2/fltk-2.0.x-r5917.tar.bz2
> wget http://www.dillo.org/dillo2/dw-testbed-0.0.43j.tar.bz2
> wget http:/
/www.dillo.org/dillo2/dillo-f15f.tar.bz2
>
> -----
> FLTK2
> -----
>
> tar jxvf fltk-2.0.x-r5917.tar.bz2
> cd fltk-2.0.x-r5917
> make // Should compile
cleanly if you have the
> // necessary
development packages...
> cd test; ./demo // You can play with
it too!
> cd ..
> su
> make install // Install FLTK2
libraries
> exit
> cd ..
>
> ----------
> dw-0.0.43j
> ----------
>
> tar jxvf dw-testbed-0.0.43j.tar.bz2
> cd dw-testbed-0.0.43j
> ./configure
> make
> cd test // You can test it
from here
> cd ../..
> doxygen // Excellent
documentation in html
> cd html; dillo index.html // (start browsing
docs here)
> cd ../..
> ln -s dw-testbed-0.0.43j dw-testbed // Don't
forget this link
>
> ----------
> dillo f15j
> ----------
>
> tar jxvf dillo-f15f.tar.bz2
> cd dillo-f15
> ./configure
> make
> su
> make install // Needed for dpis
> exit
> cd src
> ./dillo-fltk // This is is it!
> cd ..
>
> --------
> dillorc2
> --------
>
> There's a "dillorc2" file inside the
tarball's top directory:
> cp dillorc2 ~/.dillo/
> that will let you use the new and old dillo without
trouble.
>
Long life to Dillo!
>
>
> --
> Cheers
> Jorge.-
>
> _______________________________________________
> Dillo-dev mailing list
> Dillo-dev dillo.org
> http://lists.auriga.wearlab.de/cgi-bin/mailman/
listinfo/dillo-dev
>
Alan
_______________________________________________
Dillo-dev mailing list
Dillo-dev dillo.org
http://lists.auriga.wearlab.de/cgi-bin/mailman/
listinfo/dillo-dev
|
|
| Re: Dillo FLTK2 alpha release for
developers |
  Germany |
2007-10-01 10:44:43 |
Dear Jorge & dillo fans,
I can confirm this will run and build on OpenBSD-4.1 with
minor
modifications:
* remove the GL & glut targets from the fltk Makefile if
you don't
need it
* implement a strndup() function in dw/selection.cc in the
testbed
as OpenBSD doesn't have that in string.h
I still have one question:
I wanted to try out https (yes I know the README says it
doesn't
work). And of course it did not work:
prefs: Using internal defaults.
dillo_dns_init: Here we go! (threaded)
Enabling cookies as from cookiesrc...
Nav_open_url: Url=>https://www.ccc.de<
[dpid]: dpi.c:70: a_Dpi_rd_dpi_socket_dir: fopen
Dpi_blocking_start_dpid: try 1
[dpid]: No such file or directory
[dpid]: - /home/ckeen/.dillo/dpi_socket_dir
[dpid]: init_sockdir: The dpi_socket_dir file (null) does
not exist
dpid started
a_Dpiapi_dialog:
dpip_tag: <cmd='dialog' msg='The remote certificate
cannot be
verified (code 20)' alt1='Continue' alt2='Cancel' '>
mouse button 1 was pressed
a_UIcmd_stop()
Is the backward channel form dpis supposed to work? If yes I
will
look into it. If there is too much missing atm, I would be
gladful
for a hint on where to start.
Thank you very _very_ much for this nice programme and for
bearing
with us!
Kind regards,
Christian
--
You may use my gpg key for replies:
pub 1024D/47F79788 2005/02/02 Christian Kellermann
(C-Keen)
_______________________________________________
Dillo-dev mailing list
Dillo-dev dillo.org
http://lists.auriga.wearlab.de/cgi-bin/mailman/
listinfo/dillo-dev
|
|
| Re: Dillo FLTK2 alpha release for
developers |
  Germany |
2007-10-01 11:23:47 |
Hi Alan,
On Mon, Oct 01, 2007 at 11:13:41AM -0300, Alan Carvalho de
Assis wrote:
> Hi Jorge,
>
> 2007/9/30, <>:
> > Hi there,
> >
> > This is an alpha release of the next
generation of the Dillo
> > web browser. The code underwent a major
rewrite: significant
> > parts of the codebase were ported to C++,
and the rendering
> > engine now uses the FLTK2 library instead of
GTK1.
> >
> > Please read the README inside dillo's tarball.
> >
>
> You do my day with this news. Congratulations!!!
You're welcome (and great you like it!).
BTW, I still feel the nice effect of the OS in BIOS video
you made.
I can't wait until I see the same video with Dillo running
in it! =
Please confirm the other posters you were able to build
dillo-fltk.
--
Cheers
Jorge.-
_______________________________________________
Dillo-dev mailing list
Dillo-dev dillo.org
http://lists.auriga.wearlab.de/cgi-bin/mailman/
listinfo/dillo-dev
|
|
| Re: Dillo FLTK2 alpha release for
developers |
  Germany |
2007-10-01 11:23:47 |
Hi Alan,
On Mon, Oct 01, 2007 at 11:13:41AM -0300, Alan Carvalho de
Assis wrote:
> Hi Jorge,
>
> 2007/9/30, <>:
> > Hi there,
> >
> > This is an alpha release of the next
generation of the Dillo
> > web browser. The code underwent a major
rewrite: significant
> > parts of the codebase were ported to C++,
and the rendering
> > engine now uses the FLTK2 library instead of
GTK1.
> >
> > Please read the README inside dillo's tarball.
> >
>
> You do my day with this news. Congratulations!!!
You're welcome (and great you like it!).
BTW, I still feel the nice effect of the OS in BIOS video
you made.
I can't wait until I see the same video with Dillo running
in it! =
Please confirm the other posters you were able to build
dillo-fltk.
--
Cheers
Jorge.-
_______________________________________________
Dillo-dev mailing list
Dillo-dev dillo.org
http://lists.auriga.wearlab.de/cgi-bin/mailman/
listinfo/dillo-dev
|
|
|
|