blob: 35ba7fb7ee4d7229700eee3381886ffd1838ebe4 (
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
#---------------------------------------------------------
# README
#---------------------------------------------------------
#
# PURPOSE
# This software enables the viewing of the info files
# in html via webbrowser.
#
# REQUIREMENTS: PHP, Perl
#
# INSTALL
# Unpack all files where you want them to live.
# Review, edit (if necessary) and run the config.bsh script.
# Add the generated alias to your .bashrc file.
#
# NOTE: Requires PHP,
# The config.bsh script has the following defaults, change as
# necessary:
# PHP_PORT=8000
# FAV_WEBBROWSER=firefox
# DISCARD_DEV="/dev/random" ### If not Linux change to /dev/null
#
# E.g. After it's set up, run it as:
# $> i2h coreutils wc invocation
# or to view the info catalog
# $> i2h
# AUTHORS
# 2015.12.25 +A.M.Danischewski <adam_ lastname@not gamil.com>
#
# ORIGINAL AUTHOR
# 2015.12.25 +A.M.Danischewski <adam_ lastname@not gamil.com>
#
# HISTORY
# 2015.12.25 V 2.1 Updated, format and text.
# +A.M.Danischewski <adam_ lastname@not gamil.com>
The most recent version of this software can be found at:
https://github.com/AdamDanischewski/info2html
For older versions, documentation and installation instructions,
see info2html's home page:
http://info2html.sourceforge.net/
See info2html's original home page (now very out-of-date):
http://www.iam.unibe.ch/work/docs/info2html/
|