home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 500.lha / WorldTime / WorldTime.doc < prev    next >
Text File  |  1991-04-08  |  3KB  |  82 lines

  1.  
  2.                                   WorldTime
  3.  
  4.                        © Copyright 1991 Jonathan Potter
  5.  
  6.                     This program is freely distributable.
  7.  
  8. ------------------------------------------------------------------------------
  9.  
  10.   WorldTime is a clock with a difference. It can show you the time in any city
  11. in the world, with 84 cities built in.
  12.  
  13.   To run WorldTime, you must first either create or edit the WorldTime.cfg file.
  14. This file lives in either the S: directory or the current directory, and looks
  15. like this :
  16.  
  17.   -lpLocalCity     - The city YOU are in
  18.   -ltLocalTime     - Difference between you and GMT (in hours)
  19.   -opOtherCity     - Another city to look at
  20.   -otOtherTime     - Difference between the other city and GMT
  21.   -xClockXPos      - Default X position of clock window
  22.   -yClockYPos      - Default Y position of clock window
  23.   -i               - Iconify start
  24.  
  25.   Only -lp and -lt are required. The others are optional. A sample configuration
  26. file might look like this :
  27.  
  28. -lpAdelaide
  29. -lt9.5
  30. -opLondon
  31. -ot0
  32. -x100
  33. -y30
  34. -i
  35.  
  36.   In this file, the local city is Adelaide, and Adelaide is +9.5 hours from GMT.
  37. London is the other city whose time I want to look at, and London is 0 hours
  38. from GMT. The (x,y) coords of the clock window are 100,30, and I want the
  39. program to start in the iconified state (with the clock window open).
  40.  
  41.   The clock window displays the current time and date, as well as the amount
  42. of chip and fast memory free. If the -op and -ot flags are used, it also
  43. displays the current time and date in this specified city.
  44.  
  45.   If the -i flag is not specified, the program opens the main time window (this
  46. can also be reached by activating the iconified clock window and pressing the
  47. right mouse button).
  48.  
  49.   This window displays the current time and date for the city you are in (as
  50. specified in the configuration file), as well as the current time in 84
  51. selected cities around the world.
  52.  
  53.   If a time is displayed with a + in front of it, it indicates that that city
  54. is currently in tomorrow (but tomorrow never comes :-). If it has a - in front
  55. of it, it is in yesterday. Cities of tomorrow and yesterday are also displayed
  56. in a different colour.
  57.  
  58.   From the main time window, you can click on any of the cities to go back to
  59. the clock window, and watch the time in that city. For instance, if you decided
  60. you wanted to look at the time in San Francisco, you would simply click on
  61. that name. If, however, you click on the name of your local city (as
  62. specified in the configuration), you will return to the clock window, watching
  63. the city specified by the -op and -ot flags in the configuration.
  64.  
  65. ------------------------------------------------------------------------------
  66.  
  67.   I wrote this program because I am sick of having to work out manually
  68. the time in other countries (especially at 2am!) whenever I want to ring
  69. someone there. I hope you find it just as useful.
  70.  
  71.   Address author correspondance, donations, and enquiries about Directory Opus
  72. to :
  73.  
  74.                                Jonathan Potter
  75.                                P.O. Box 289
  76.                                Goodwood, SA 5034
  77.                                Australia
  78.  
  79.                           ph : (08) 2932788
  80.                      FidoNET : 3:680/829
  81.                     Internet : jpotter@itd.adelaide.edu.au
  82.