File: README

package info (click to toggle)
texinfo 7.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 113,148 kB
  • sloc: perl: 1,281,149; ansic: 135,801; sh: 12,218; xml: 9,069; makefile: 4,016; javascript: 1,923; awk: 1,889; sed: 78; pascal: 65
file content (27 lines) | stat: -rw-r--r-- 929 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
This subdirectory contains a JavaScript system used to browse the HTML 
output of texi2any.  This work was done by Matthieu Lirzin in 2017.

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.

The example manuals are in the git repository.

Running "make examples" used to build the provided examples, but
now you can use INFO_JS_DIR instead - see the Texinfo manual.

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