home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga 13 / MA_Cover_13.bin / source / c / stefanb_src / private_projects / autodoc2html / initfile.rexx < prev   
Encoding:
OS/2 REXX Batch file  |  1996-08-06  |  375 b   |  8 lines

  1. footer = '<HR><TABLE WIDTH=100%>' ||
  2.  '<TR><TD> © Copyright 1996 Stefan Becker' ||
  3.      '<TD ALIGN=RIGHT> Last changed: ' || translate(date(),'-',' ') ||
  4.  '<TR><TD> Service provided by <A HREF="http://www.ping.de/">PING e.V.</A>' ||
  5.      '<TD ALIGN=RIGHT> <A HREF="mailto:stefanb@yello.ping.de">Comments</A>' ||
  6. '</TABLE>';
  7. comment = '(c) Copyright 1996 Stefan Becker';
  8.