[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GSoC] Javascript for info-style navigation
From: |
Gavin Smith |
Subject: |
Re: [GSoC] Javascript for info-style navigation |
Date: |
Wed, 28 Jun 2017 14:30:31 +0100 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Fri, Jun 16, 2017 at 08:22:25PM +0200, Mathieu Lirzin wrote:
> Hello,
>
> This summer I am doing a Google Summer of Code to implement a Javascript
> UI for manuals generated with GNU Texinfo [1].
>
> Here is a report for my second and third week of development:
>
> http://mathieu.lirzin.emi.u-bordeaux.fr/2017/06/16/gsoc2017-2-3/
>
> Suggestions or comments are welcome.
If anyone is interested in seeing the progress that has been made in
this project so far, but doesn't want to go to the trouble of
downloading the source code and building it with npm, they could look at
the pages I have uploaded to
http://www.gnu.org/software/texinfo/gsoc-2017-js-example/kawa/
Some of the features implemented so far:
* Navigation with the keypresses n, p, u, ], [, >, and <.
* Index search with the key i. Type i and then a box pops up asking for
the index entry you want.
* On pages with a menu of sub-nodes, you can follow a menu entry using
the m key.