Re: Help system improvements (II)

2017-06-01 Thread Jan Holesovsky
Hi Olivier, Olivier Hallot píše v Út 30. 05. 2017 v 14:02 -0300: > The issue is to dynamically load the bookmark_.html file in the > page. Currently the JS solution is > > $("#BottomLeft").load('bookmark_'+module+'.html'); > > (I tested replacing it by or but that brings other > issues. I

Re: Help system improvements (II)

2017-05-30 Thread Olivier Hallot
Em 30/05/2017 11:54, Jan Holesovsky escreveu: > Hi Cloph, > > Christian Lohmaier píše v Út 30. 05. 2017 v 16:15 +0200: > 1) issue with offline use (file://path/to/pages/) >>> >>> What exactly is the issue, please? >> >> browsers blocking loading of local files for security reason. >>

Re: Help system improvements (II)

2017-05-30 Thread Jan Holesovsky
Hi Cloph, Christian Lohmaier píše v Út 30. 05. 2017 v 16:15 +0200: > >> 1) issue with offline use (file://path/to/pages/) > > > > What exactly is the issue, please? > > browsers blocking loading of local files for security reason. > > >> To do: > >> 3) Resolve protocol file:// for offline use (

Re: Help system improvements (II)

2017-05-30 Thread Christian Lohmaier
Hi Kendy, *, On Tue, May 30, 2017 at 12:28 PM, Jan Holesovsky wrote: > Olivier Hallot píše v Po 29. 05. 2017 v 13:03 -0300: > […] >> Disadvantages (Most are further work): >> 1) issue with offline use (file://path/to/pages/) > > What exactly is the issue, please? browsers blocking loading of loc

Re: Help system improvements (II)

2017-05-30 Thread Jan Holesovsky
Hi Olivier, Olivier Hallot píše v Po 29. 05. 2017 v 13:03 -0300: > I have worked in a new implementation of the Help online. The strategy > was to batch "flatten" all XHP into HTML files with an offline > transformation using xsltproc. > > (by "flatten", I mean resolve all embeds in XHP files) >

Re: Help system improvements (II)

2017-05-30 Thread Fabio Biocchetti
Hi Olivier, You did a great job, it seems really good to me. If you need a hand, I can take or contribute to the 4) and 5) "to do” tasks. Let's keep each other updated in the next days. Best regards, Fabio B. > Il giorno 29 mag 2017, alle ore 18:03, Olivier Hallot > ha scritto: > > Hi guys

Help system improvements (II)

2017-05-29 Thread Olivier Hallot
Hi guys I have worked in a new implementation of the Help online. The strategy was to batch "flatten" all XHP into HTML files with an offline transformation using xsltproc. (by "flatten", I mean resolve all embeds in XHP files) see http://vm173.documentfoundation.org This way all displayed file