-- Clarified rem2html documentation.

This commit is contained in:
dfs
1997-08-31 17:03:45 +00:00
parent 8eb2028cf2
commit 800438a1d1

View File

@@ -1,5 +1,5 @@
REM2HTML
$Id: README.rem2html,v 1.1 1997-07-06 14:34:41 dfs Exp $
$Id: README.rem2html,v 1.2 1997-08-31 17:03:45 dfs Exp $
Rem2HTML is a Perl script which transforms the output of
`remind -p ...' to an HTML table. Type `perl rem2html --help' for
@@ -7,6 +7,9 @@ usage information.
Typical usage: remind -p ~/.reminders | rem2html > file.html
You may have to edit the "#!/bin/perl" line to reflect the location
of your Perl interpreter.
Rem2HTML was contributed by Don Schwarz <darkowl@mcs.net>. It
produces HTML compatible with most modern browsers, but *not* with
browsers which don't support tables (like Lynx, as of this writing.)