Re: [GSoC] Javascript for info-style navigation

2017-08-25 Thread Mathieu Lirzin
Hello, Here is my final report for my Google Summer of Code: http://mathieu.lirzin.emi.u-bordeaux.fr/2017/08/25/gsoc-final-report/ -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37

Re: [GSoC] Javascript for info-style navigation

2017-08-23 Thread Gavin Smith
On Wed, Aug 23, 2017 at 05:25:03PM +0200, Mathieu Lirzin wrote: > Hello, > > Here is a report for week 12: > > http://mathieu.lirzin.emi.u-bordeaux.fr/2017/08/23/gsoc-2017-12/ > > Suggestions or comments are welcome. It's looking good; I had no problems using the online demos and it is lookin

Re: [GSoC] Javascript for info-style navigation

2017-08-23 Thread Mathieu Lirzin
Hello, Here is a report for week 12: http://mathieu.lirzin.emi.u-bordeaux.fr/2017/08/23/gsoc-2017-12/ Suggestions or comments are welcome. -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37

Re: [GSoC] Javascript for info-style navigation

2017-08-15 Thread Mathieu Lirzin
Hello, Here is a report for week 10 & 11: http://mathieu.lirzin.emi.u-bordeaux.fr/2017/08/15/gsoc-2017-10-11/ Suggestions or comments are welcome. -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37

Re: [GSoC] Javascript for info-style navigation

2017-07-28 Thread Mathieu Lirzin
Hello, Here is a report for week 9: http://mathieu.lirzin.emi.u-bordeaux.fr/2017/07/28/gsoc-2017-9/ Suggestions or comments are welcome. -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37

Re: [GSoC] Javascript for info-style navigation

2017-07-25 Thread Mathieu Lirzin
Hello, Marco Maggi writes: > Mathieu Lirzin wrote: >>Here is a report for week 7 and 8: >> >> http://mathieu.lirzin.emi.u-bordeaux.fr/2017/07/23/gsoc-2017-7-8/ >> >>Suggestions or comments are welcome. > > I'm the unlucky one that cannot build it. > >$ git branch >* gsoc-2017 > mas

Re: [GSoC] Javascript for info-style navigation

2017-07-24 Thread Marco Maggi
Mathieu Lirzin wrote: >Here is a report for week 7 and 8: > > http://mathieu.lirzin.emi.u-bordeaux.fr/2017/07/23/gsoc-2017-7-8/ > >Suggestions or comments are welcome. I'm the unlucky one that cannot build it. $ git branch * gsoc-2017 master $ autoconf --version autoconf (GNU A

Re: [GSoC] Javascript for info-style navigation

2017-07-24 Thread Mathieu Lirzin
Hello, Here is a report for week 7 and 8: http://mathieu.lirzin.emi.u-bordeaux.fr/2017/07/23/gsoc-2017-7-8/ Suggestions or comments are welcome. -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37

Re: [GSoC] Javascript for info-style navigation

2017-07-10 Thread Mathieu Lirzin
Hello, Here is a report for my 6th week of development: http://mathieu.lirzin.emi.u-bordeaux.fr/2017/07/10/gsoc-2017-6/ Suggestions or comments are welcome. -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37

Re: [GSoC] Javascript for info-style navigation

2017-07-03 Thread Mathieu Lirzin
Mathieu Lirzin writes: > Hello, > > Mathieu Lirzin writes: >> >> Assaf Gordon writes: >> >>> 3. >>> Keyboard scrolling of the content pages isn't always working. >>> Example (in Chrome 59): >>> 3.1. Load this page: >>> http://www.gnu.org/software/texinfo/gsoc-2017-js-example/kawa/ >>> 3.2.

Re: [GSoC] Javascript for info-style navigation

2017-07-03 Thread Mathieu Lirzin
Hello, Here is a report for my 5th week of development: http://mathieu.lirzin.emi.u-bordeaux.fr/2017/07/03/gsoc-2017-5/ Suggestions or comments are welcome. -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37

Re: [GSoC] Javascript for info-style navigation

2017-07-03 Thread Mathieu Lirzin
Hello, Mathieu Lirzin writes: > > Assaf Gordon writes: > >> 3. >> Keyboard scrolling of the content pages isn't always working. >> Example (in Chrome 59): >> 3.1. Load this page: >> http://www.gnu.org/software/texinfo/gsoc-2017-js-example/kawa/ >> 3.2. Press "N" once (you should be at "News

Re: [GSoC] Javascript for info-style navigation

2017-06-29 Thread Mathieu Lirzin
Hello, Assaf Gordon writes: > few comments: > > 1. > On older browsers (e.g. Safari 8), the javascript fails to load with: > == > [Error] TypeError: undefined is not a function (evaluating > 'window.location.pathname.endsWith (config.INDEX_NAME)') >(anonymous function) (kawa-ebook.js, line

Re: [GSoC] Javascript for info-style navigation

2017-06-29 Thread Mathieu Lirzin
Gavin Smith writes: > 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: >>

Re: [GSoC] Javascript for info-style navigation

2017-06-28 Thread Gavin Smith
On Wed, Jun 28, 2017 at 03:40:09PM +, Assaf Gordon wrote: > 3. > Keyboard scrolling of the content pages isn't always working. > Example (in Chrome 59): > 3.1. Load this page: > http://www.gnu.org/software/texinfo/gsoc-2017-js-example/kawa/ > 3.2. Press "N" once (you should be at "News - Re

Re: [GSoC] Javascript for info-style navigation

2017-06-28 Thread Assaf Gordon
Hello, On Jun 28, 2017, at 09:30, Gavin Smith wrote: On Fri, Jun 16, 2017 at 08:22:25PM +0200, Mathieu Lirzin wrote: This summer I am doing a Google Summer of Code to implement a Javascript UI for manuals generated with GNU Texinfo [1]. Suggestions or comments are welcome. http://www.gnu.org

Re: [GSoC] Javascript for info-style navigation

2017-06-28 Thread Gavin Smith
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

Re: [GSoC] Javascript for info-style navigation

2017-06-25 Thread Mathieu Lirzin
Hello, Here is a report for my 4th week of development: http://mathieu.lirzin.emi.u-bordeaux.fr/2017/06/25/gsoc2017-4/ Suggestions or comments are welcome. -- Mathieu Lirzin GPG: F2A3 8D7E EB2B 6640 5761 070D 0ADE E100 9460 4D37

[GSoC] Javascript for info-style navigation

2017-06-16 Thread Mathieu Lirzin
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. -