[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Any interest in using HTML for locally-installed Texinfo documentati
From: |
Gavin Smith |
Subject: |
Re: Any interest in using HTML for locally-installed Texinfo documentation? |
Date: |
Sat, 13 Apr 2019 17:21:21 +0100 |
User-agent: |
Mutt/1.6.1 (2016-04-27) |
On Mon, Apr 08, 2019 at 05:12:17PM +0200, Ludovic Courtès wrote:
> > I've started work on a documentation browser using QtWebEngine. The
> > work can be seen in the qt-info branch of the Texinfo Git repository:
> >
> > http://git.savannah.gnu.org/cgit/texinfo.git/tree/js/docbrowser?h=qt-info
>
> Neat!
>
> From a “social” viewpoint, I think WebKitGTK would be more appropriate,
> GTK+/GNOME being affiliated with GNU.
>
> Also, QtWebEngine relies on bits of Chromium, which is a real challenge
> from a software freedom viewpoint and from a security viewpoint, to the
> point that we ended up removing it from our Qt builds in Guix:
I've moved forward enough with Qt and QtWebEngine that I'm confident
that it could be used for all the required features: path search for
manuals and index search. However, I'm not really happy with the hybrid
architecture with one part of it in JavaScript, the other part in C++,
communicating via a web socket. (The JavaScript part itself
is in two or three parts that send objects to each other via the "Message API"
to evade browser security restrictions.) It's an overly fiddly
architecture. I have found there is potential for race conditions to
exist and also performance problems with JavaScript, especially when
manipulating the DOM. The existing JavaScript code is useful as a prototype,
but I think really the entire thing should be written in one language,
not two. Apparently with QtWebKit applications had full access to the
DOM from the C++ side, but with QtWebEngine you are forced to use
JavaScript.
- Any interest in using HTML for locally-installed Texinfo documentation?, Gavin Smith, 2019/04/01
- Re: Any interest in using HTML for locally-installed Texinfo documentation?, Ludovic Courtès, 2019/04/02
- Re: Any interest in using HTML for locally-installed Texinfo documentation?, Gavin Smith, 2019/04/02
- Re: Any interest in using HTML for locally-installed Texinfo documentation?, Per Bothner, 2019/04/02
- Re: Any interest in using HTML for locally-installed Texinfo documentation?, Gavin Smith, 2019/04/08
- Re: Any interest in using HTML for locally-installed Texinfo documentation?, Ludovic Courtès, 2019/04/08
- Re: Any interest in using HTML for locally-installed Texinfo documentation?, Pierre Neidhardt, 2019/04/08
- Re: Any interest in using HTML for locally-installed Texinfo documentation?, Gavin Smith, 2019/04/08
- Re: Any interest in using HTML for locally-installed Texinfo documentation?, Eli Zaretskii, 2019/04/09
- Re: Any interest in using HTML for locally-installed Texinfo documentation?,
Gavin Smith <=
- Re: Any interest in using HTML for locally-installed Texinfo documentation?, Pronaip, 2019/04/14
- Re: Any interest in using HTML for locally-installed Texinfo documentation?, Ludovic Courtès, 2019/04/03
- Re: Any interest in using HTML for locally-installed Texinfo documentation?, Gavin Smith, 2019/04/04
Re: Any interest in using HTML for locally-installed Texinfo documentation?, Per Bothner, 2019/04/02
Re: Any interest in using HTML for locally-installed Texinfo documentation?, Ricardo Wurmus, 2019/04/02