home *** CD-ROM | disk | FTP | other *** search
/ Aminet 10 / aminetcdnumber101996.iso / Aminet / util / time / TBClock.lha / TBClock / TBClock.doc < prev    next >
Text File  |  1995-12-24  |  4KB  |  96 lines

  1. Program: TBClock
  2.  
  3. Version: 2.1 (23.12.95)
  4.  
  5. Author:  Simon Clayton
  6.          12 Valley Way
  7.          Exmouth
  8.          Devon
  9.          EX8 4PD
  10.          ENGLAND
  11.  
  12.          EMail: sdc395@ecs.soton.ac.uk
  13.  
  14. Short:   TBClock is a commodities based screen title bar clock
  15.  
  16. Req.:    TBClock works on any Amiga with OS 2.04 or above and locale.library
  17.  
  18. It can be run from a CLI or Workbench and takes it settings from the command
  19. line or .info file respectively.
  20.  
  21. The arguments/tooltypes are as follows:
  22.  
  23. CX_POPUP    - show user interface on startup.  Default NO
  24.  
  25. CX_POPKEY   - specify hotkey using commodities conventions.  Default "control
  26.               alt t"
  27.  
  28. CX_PRIORITY - commodities priority.  Default 0
  29.  
  30. FORMAT      - a string describing what is to appear on the title bar.  May
  31.               contain any of the following:
  32.  
  33.                    %a - abbreviated weekday name
  34.                     %A - weekday name
  35.                     %b - abbreviated month name
  36.                     %B - month name
  37.                     %c - same as "%a %b %d %H:%M:%S %Y"
  38.                     %C - same as "%a %b %e %T %Z %Y"
  39.                     %d - day number with leading 0s
  40.                     %D - same as "%m/%d/%y"
  41.                     %e - day number with leading spaces
  42.                     %h - abbreviated month name
  43.                     %H - hour using 24-hour style with leading 0s
  44.                     %I - hour using 12-hour style with leading 0s
  45.                     %j - julian date
  46.                     %m - month number with leading 0s
  47.                     %M - the number of minutes with leading 0s
  48.                     %n - insert a linefeed
  49.                     %p - AM or PM strings
  50.                     %q - hour using 24-hour style
  51.                     %Q - hour using 12-hour style
  52.                     %r - same as "%I:%M:%S %p"
  53.                     %R - same as "%H:%M"
  54.                     %S - number of seconds with leadings 0s
  55.                     %t - insert a tab character
  56.                     %T - same as "%H:%M:%S"
  57.                     %U - week number, taking Sunday as first day of week
  58.                     %w - weekday number
  59.                     %W - week number, taking Monday as first day of week
  60.                     %x - same as "%m/%d/%y"
  61.                     %X - same as "%H:%M:%S"
  62.                     %y - year using two digits with leading 0s
  63.                     %Y - year using four digits with leading 0s
  64.  
  65.               so "%e-%b-%Y %q:%M" would produce something like
  66.               "21-Dec-1995 21:59"
  67.  
  68. UPDATE      - updating delay in tenths of seconds.  Range: 1 to 600.
  69.               Default 10
  70.  
  71. JUMP        - jump to foremost screen?  Default NO
  72.  
  73. NOCHECK     - don't check for rendering space.  Default NO
  74.  
  75. There is currently no facility to save the settings from the program, so
  76. you'll have to use a tooltypes editor like Workbench's Information prog.
  77.  
  78. Any suggestions for improving this program are welcome (read wanted).
  79.  
  80. I realise that this isn't a very in-depth doc but I hate writing them and
  81. this is a VERY simple program :)
  82.  
  83. One more thing...
  84.  
  85. THE SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  86. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE
  87. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  88. YOU ARE ADVISED TO TEST THE SOFTWARE THOROUGHLY BEFORE RELYING ON IT.  YOU
  89. AGREE TO ACCEPT THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  90. SOFTWARE AND DOCUMENTATION.  IN NO EVENT WILL SIMON CLAYTON BE LIABLE FOR
  91. DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES RESULTING FROM ANY
  92. DEFECT IN THE PROGRAM.
  93.  
  94. Hope you like it,
  95.  
  96. Simon