diff options
author | adam.danischewski@gmail.com <adam.danischewski@code.google.com> | 2015-12-26 13:17:45 -0500 |
---|---|---|
committer | adam.danischewski@gmail.com <adam.danischewski@code.google.com> | 2015-12-26 13:17:45 -0500 |
commit | 5fa39eccef01015e49e9341a2fd82f7078003f15 (patch) | |
tree | 90de7176d511dc5e0702dfad88ac1a0f25ece031 | |
parent | d43869d70282fd9c8499208ad28fb79bb99f3f7b (diff) |
Updated header, text.
-rw-r--r-- | README | 64 |
1 files changed, 44 insertions, 20 deletions
@@ -1,22 +1,46 @@ -### -### Updated by +A.M.Danischewski December, 2015 -### -### Eliminated much of the hand configuration, unpack the files where -### you want them to live, then run the config.bsh script. That will -### automatically configure the application to run from the directory -### where it is and will create an alias file, add the alias file -### command to your .bashrc file and you're all set! -### -### Notes: Requires PHP, the scripts presume you have firefox, if not -### you will have to edit the alias to your favorite web browser. -### -### E.g. After it's set up, run it as: -### $> i2h coreutils wc invocation -### +#--------------------------------------------------------- +# 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> -For the most recent version, documentation and installation -instructions, see info2html's home page: -http://info2html.sourceforge.net/ +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/ -info2html's original home page (now very out-of-date): -http://www.iam.unibe.ch/work/docs/info2html/ +See info2html's original home page (now very out-of-date): + http://www.iam.unibe.ch/work/docs/info2html/ |