| This subdirectory contains a JavaScript system used to browse the HTML |
| output of texi2any. This work was done by Matthieu Lirzin in 2017. |
| |
| See INSTALL for generic installation instructions. |
| |
| See COPYING for copying conditions. |
| |
| See https://www.gnu.org/software/soc-projects/ideas-2017.html#texinfo |
| and http://mathieu.lirzin.emi.u-bordeaux.fr/categories/gsoc/ for some |
| background information. |
| |
| To build the provided examples you need to have 'makeinfo' installed |
| on your system. 'makeinfo' is provided by GNU Texinfo. After that |
| execute the following commands: |
| |
| autoreconf -fi |
| ./configure |
| make examples |
| |
| To check the result of EXAMPLE: |
| |
| firefox examples/EXAMPLE-html/index.html |
| |
| See the "HACKING" file for information about the development of this |
| program. |
| |
| The full git history of this project is available at |
| https://ftp.gnu.org/gnu/texinfo/texinfo-gsoc_2017.git-bundle |
| |
| Once downloaded, you can open a git repository with its contents with |
| the following commands: |
| |
| git clone texinfo-gsoc_2017.git-bundle texinfo-gsoc_2017 |
| git checkout gsoc_2017 |