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 < prev    next >
Text File  |  1997-08-31  |  2KB  |  51 lines

  1. README
  2. $Id: README,v 1.7 1997/08/31 17:17:51 dfs Exp $
  3.  
  4. HTML Hebrew Calendar Server
  5.  
  6. This is a rudimentary Hebrew calendar server for the WWW.  It
  7. supplies local sunrise and sunset times, moon phases, upcoming Jewish
  8. holidays, and PostScript calendars.  It only works under UNIX.  I've
  9. only tested it with Linux running NCSA's httpd and Apache's httpd, but
  10. it should work on any UNIX web server.
  11.  
  12. To install it, you need the Remind package, available via ftp from
  13. ftp://ftp.doe.carleton.ca/pub/remind-3.0.  You should install Remind,
  14. setting the lattitude, longitude, location and time zone as appropriate
  15. for your machine.
  16.  
  17. Once you have Remind installed, follow these steps to set up your WWW
  18. server:
  19.  
  20. 1) Edit the Makefile in this directory.  See the comments in the Makefile
  21.    for details.
  22.  
  23. 2) Edit the first line of "rem2html" to reflect the location of
  24.    Perl on your system. (Oh yeah, you need Perl for the
  25.    HTML Hebrew calendar...)
  26.  
  27. 3) Type "make install"
  28.  
  29. 4) Test it out.  It will generate links of the form:
  30.  
  31.     http://www.your_server.com/your_cgi-bin/cal_dispatch?what
  32.  
  33. where "what" is one of:
  34.     sunrise -- show info about sunrise times.
  35.     sunset  -- show info about sunset times.
  36.     hebdate -- show today's Hebrew date.
  37.     calps   -- get a blank PostScript calendar.
  38.     moon    -- show info about moon phases.
  39.     hebps   -- get a PostScript calendar with Jewish holidays.
  40.     hebhtml -- get an HTML version of the above (requires Perl.)
  41.  
  42.    (Visit http://www.doe.carleton.ca/~dfs/ for previews.)
  43.  
  44.    All of these links will be set up in a sample HTML document
  45.    called "calendar.html" and installed in the HTMLDIR you specified
  46.    in the Makefile.
  47.  
  48. 4) Enjoy!
  49.  
  50.     
  51.