|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 16-Jan-2020 | - |
| images/ | H | 03-May-2022 | - | | |
| style/ | H | 03-May-2022 | - | 1,110 | 826 |
| +default+ | H A D | 10-Jan-2020 | 1.5 KiB | 42 | 38 |
| ChangeLog | H A D | 16-Jan-2020 | 74.5 KiB | 2,511 | 1,510 |
| Makefile.am | H A D | 30-Nov-2018 | 7.5 KiB | 187 | 153 |
| Makefile.in | H A D | 16-Jan-2020 | 33.7 KiB | 977 | 874 |
| README-epub | H A D | 09-Jun-2017 | 1 KiB | 32 | 20 |
| kawa.info | H A D | 16-Jan-2020 | 14.3 KiB | 478 | 474 |
| kawa.info-1 | H A D | 16-Jan-2020 | 299.5 KiB | 6,896 | 5,517 |
| kawa.info-2 | H A D | 16-Jan-2020 | 294.3 KiB | 7,098 | 5,779 |
| kawa.info-3 | H A D | 16-Jan-2020 | 287.2 KiB | 6,653 | 5,523 |
| kawa.man | H A D | 12-Sep-2017 | 2 KiB | 92 | 84 |
| kawa.texi | H A D | 16-Jan-2020 | 905.2 KiB | 24,732 | 21,022 |
| mdate-sh | H A D | 09-Jun-2017 | 2.6 KiB | 93 | 57 |
| news.texi | H A D | 16-Jan-2020 | 123.4 KiB | 3,146 | 2,628 |
| qexo.man | H A D | 12-Sep-2017 | 2.1 KiB | 104 | 95 |
| stamp-vti | H A D | 16-Jan-2020 | 99 | 5 | 4 |
| texinfo.tex | H A D | 09-Jun-2017 | 371.6 KiB | 11,676 | 10,863 |
| version.texi | H A D | 16-Jan-2020 | 99 | 5 | 4 |
README-epub
1The file kawa-manual.epub contains the Kawa documentation packaged
2as an e-book in EPUB format. It should be readable by most standalone
3e-book readers. There are also plugins available for various browsers.
4
5You can also read the manual with the kawa --browse-manual option:
6
7 $ kawa --browse-manual
8
9Here kawa is one of kawa or kawa.bat in the ../bin directory.
10
11This command starts a mini-web-server, and then creates a window or tab
12to read it using your default browser.
13
14You can specify some other browser - for example:
15
16 $ kawa --browse-manual="firefox %U"
17
18This runs the command quoted, after Kawa replaces %U with a URL
19referencing Kawa's mini-web-server.
20
21An epub is essentially a zip archive, which you can unzip:
22
23 cd $KAWA_HOME/doc
24 unzip kawa-manual.epub
25
26Then you can use a plain browser with the URL
27file:$KAWA_HOME/doc/OEBPS/index.xhtml.
28
29You can generate the web-page-style html files from the source
30with 'cd doc && make web/index.html', but this requires
31various tools including xsltproc and the docbook style sheets.
32