home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / remind / src / readme.dos < prev    next >
Encoding:
Text File  |  1993-10-12  |  1.9 KB  |  59 lines

  1. REMIND version 3.0 for MS-DOS
  2.  
  3. REMIND is a sophisticated alarm/calendar program.  Details are given
  4. in the man page, "remind.1".
  5.  
  6. 1 - Read the file COPYRIGHT.  (This may be called COPYRIGH on your
  7.     MS-DOS system.)
  8.  
  9. 2 - Examine the file config.h and adjust parameters as needed
  10.  
  11. 3 - If you are using Turbo C to compile Remind, type:
  12.  
  13.     make -fmakefile.tc
  14.  
  15.     If you are using Microsoft C to compile Remind, type:
  16.  
  17.     make makefile.msc
  18.  
  19. This will create REMIND.EXE, which is ready to be executed.
  20.  
  21. The file "defs.rem" has some sample Remind definitions and commands,
  22. as well as U.S. and Jewish holidays.
  23.  
  24. OTHER LANGUAGE SUPPORT
  25.  
  26. Remind has support for languages other than English.  See the file
  27. "lang.h" for details.  The language support may vary - you can change
  28. only the substitution filter, or you can translate all of the usage
  29. instructions and error messages as well.  See "french.h" for an
  30.  
  31. If you add support for a non-English language, Remind will accept both the
  32. English and non-English names of months and weekdays in an input script.
  33. However, you should not rely on this feature if you want to write portable
  34. Remind scripts.
  35.  
  36. At a minimum, you should support month and day names in the foreign
  37. language, and should modify the substitution filter appropriately.
  38. If you are truly diligent, you can translate usage and error messages
  39. too.
  40.  
  41. Take a look at the files "english.h" and "german.h" if you want to add
  42. support for your favourite language.  If you do add another language
  43. to Remind, please let me know!  Here are the basic guidelines:
  44.  
  45. - Your language file should be called "lxxx.h", where lxxx is the first 8
  46. characters of the ENGLISH name of your language.
  47.  
  48. - You should define L_LANGNAME to be the full English name of your language,
  49.   with the first letter capitalized and the rest lower-case.
  50.  
  51. --
  52. David F. Skoll <dfs@doe.carleton.ca>
  53. 986 Eiffel Avenue
  54. Ottawa, Ontario K2C 0J2
  55. CANADA
  56.  
  57. Tel. (613) 225-8687
  58.  
  59.