home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / remind-03.00.19.tgz / remind-03.00.19.tar / remind-03.00.19 / www / README.rem2html < prev    next >
Text File  |  1998-01-23  |  953b  |  26 lines

  1. REM2HTML
  2. $Id: README.rem2html,v 1.3 1998/01/24 03:20:11 dfs Exp $
  3.  
  4. Rem2HTML is a Perl script which transforms the output of
  5. `remind -p ...' to an HTML table.  Type `perl rem2html --help' for
  6. usage information.
  7.  
  8. Typical usage:  remind -p ~/.reminders | rem2html > file.html
  9.  
  10. You may have to edit the "#!/bin/perl" line to reflect the location
  11. of your Perl interpreter.
  12.  
  13. If you make Remind output data for more than one month (for example,
  14. remind -p3 ~/.reminders | rem2html > file.html), then rem2html
  15. creates a _SINGLE_ file of concatenated HTML documents.  It's up
  16. to you to split them.  In this case, you're probably better off
  17. using the --tableonly option to rem2html and adding the appropriate
  18. head and tail with another program.
  19.  
  20. Rem2HTML was contributed by Don Schwarz <darkowl@mcs.net>.  It
  21. produces HTML compatible with most modern browsers, but *not* with
  22. browsers which don't support tables (like Lynx, as of this writing.)
  23.  
  24. --
  25. David F. Skoll
  26.