summaryrefslogtreecommitdiff
path: root/help3xsl/convert2html.sh
AgeCommit message (Collapse)Author
2018-08-09New Help housekeepingOlivier Hallot
remove deprecated files (gbuild has replaced them) Change-Id: I00a0a1558dfa80486dd64df37273c90bc6262fb0 Reviewed-on: https://gerrit.libreoffice.org/58784 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-05-05s/galaxy/colibre/Rene Engelhard
... as galaxy got removed with 60413c9800c27f53c1108015b50754b065bc98c6 Change-Id: I4e3ec6db6b57b31e184ec53def5bdb54e064ad21
2018-01-30Switched from list.js to fuse.js and paginathing.jsIlmari Lauhakangas
Fuse.js has Apache License 2.0 and paginathing.js has Expat License (aka MIT). Paginathing is a paginating utility and it was originally jQuery, but due to performance concerns I converted it to pure JavaScript and rather brutally adapted it to our needs. Fuse.js gives us fuzzy search with multiple strings. The settings can be refined, if needed. Settings can be easily tested with the live demo: http://fusejs.io/ Change-Id: I1cf6a6f7d06adbcac95760db90187ee26be8e908 Reviewed-on: https://gerrit.libreoffice.org/48906 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2018-01-05Fix typosAndrea Gelmini
Change-Id: I4ab0df8ed7f3d8ac95f28220c9b4f59e2a6a1eb2 Reviewed-on: https://gerrit.libreoffice.org/47281 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-11-29Replace cp -rap with cp -a, satisfying all *nixes.Shinnok
On macOS, probably BSD too -rap will fail with both -r and -R implied. Change-Id: I6844d6f2ac52ca1c10564857f4e9190e1627ce52 Reviewed-on: https://gerrit.libreoffice.org/45430 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-10-24Tweak some references in bash coding.Olivier Hallot
Change-Id: I57aeab1b6a5abf733fa68835197f129aaf23fef0 Reviewed-on: https://gerrit.libreoffice.org/43761 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2017-10-03Script to build HTML help files of released versionOlivier Hallot
This script is used to convert released help files into HTML pages Change-Id: Iae1d6c1a10360229221f8a47b5e7187bbb958d86 Reviewed-on: https://gerrit.libreoffice.org/43094 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>