aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: c25537fd275ca1e9528f5fcbe6f6776f8ca1300e (plain)
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
# GNU Info plugin for Dillo

[GNU Info](https://en.wikipedia.org/wiki/Info_%28Unix%29) plugin for [Dillo][].
Renders info pages as HTML, based on the old
[html2info](https://github.com/AdamDanischewski/info2html) Perl script.

## Screenshot

![Dillo loading info:libc/Memory](screenshot.png)

## Install

Requires `perl` with the `File::Basename` and `URI:Escape` modules.

To install use:

```sh
$ make install
```

## Sites to try

- <info:> or <info:dir> provides a directory of all pages.
- <info:gcc> to load the top-level node in GCC file.
- <info:gcc/Standards> go to a specific node in the GCC manual.

[Dillo]: https://dillo-browser.github.io/