-- Fixed CalcMinsFromUTC to work with unsigned time_t

-- Added rem2html.
This commit is contained in:
dfs
1997-07-06 14:34:37 +00:00
parent 8e17c968e2
commit a1fc29e66d
5 changed files with 336 additions and 9 deletions
+15
View File
@@ -0,0 +1,15 @@
REM2HTML
$Id: README.rem2html,v 1.1 1997-07-06 14:34:41 dfs Exp $
Rem2HTML is a Perl script which transforms the output of
`remind -p ...' to an HTML table. Type `perl rem2html --help' for
usage information.
Typical usage: remind -p ~/.reminders | rem2html > file.html
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.)
--
David F. Skoll