aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README64
1 files changed, 44 insertions, 20 deletions
diff --git a/README b/README
index 0c13edd..35ba7fb 100644
--- a/README
+++ b/README
@@ -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/