home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2307 / README < prev    next >
Encoding:
Text File  |  1990-12-28  |  3.1 KB  |  60 lines

  1. xdiary version 1.0 -- An X application which displays a calendar in one of
  2.                       two formats and/or an interactive daily dairy.
  3.  
  4. Author: Jason Baietto, jason@ssd.csd.harris.com
  5. xdiary Copyright 1990 Harris Corporation
  6.  
  7. xdiary was initially developed as an exercise for me to learn the basics
  8. of widget writing and toolkit programming.  However, the further along
  9. it came the more I realized that a useful tool could be made of it.
  10.  
  11. In its current form (version 1.0) xdiary provides a somewhat robust tool
  12. for associating text with a specified date, suitable for keeping a daily
  13. diary or work log.  By using templates, the diary entries can be
  14. configured or personalized to be suitabile for a wide range of needs.
  15. See the man page for more details.
  16.  
  17. xdiary will only build under Release 4.  The Makefile supplied is the
  18. result of running xmkmf on a Sun-3 with Release 4 installed.  Running
  19. xmkmf on your system should provide you with a suitable makefile, if
  20. the one provided doesn't work right off.
  21.  
  22. There are many improvements currently under consideration, and I am
  23. interested in hearing "reasonable" requests for features and enhancements
  24. for the next version.  I have no intention of adding xclock-like
  25. functionality to xdiary (for an "integrated desktop" feel) so please
  26. send those requests to /dev/null.
  27.  
  28. xdiary was developed on a Harris Night Hawk 3800 running CX/UX 5.0, and
  29. it has also been tested on a Sun-3 running SunOS 4.0.3.  Please email
  30. comments and bug reports directly to me (at the address listed above).
  31.  
  32. A large part of the xdiary coding effort was devoted to the CalendarWidget in
  33. hopes that other developers might use it in their own applications.  The
  34. Calendar.doc document is in the standard Xaw widget document format and can be
  35. printed out on unix systems via:
  36.  
  37.     tbl macros.t strings.xaw Calendar.doc | roff -ms
  38.  
  39. where macros.t and strings.xaw can be found in the mit/doc/Xaw/ directory
  40. of the X tree.
  41.  
  42. Permission to use, copy, modify, and distribute, this software and its
  43. documentation for any purpose is hereby granted without fee, provided that
  44. the above copyright notice appear in all copies and that both that
  45. copyright notice and this permission notice appear in supporting
  46. documentation, and that the name of the copyright holder be used in
  47. advertising or publicity pertaining to distribution of the software with
  48. specific, written prior permission, and that no fee is charged for further
  49. distribution of this software, or any modifications thereof.  The copyright
  50. holder makes no representations about the suitability of this software for
  51. any purpose.  It is provided "as is" without express or implied warranty.
  52.  
  53. THE COPYRIGHT HOLDER DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  54. INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, AND IN NO
  55. EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  56. CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM ITS USE,
  57. LOSS OF DATA, PROFITS, QPA OR GPA, WHETHER IN AN ACTION OF CONTRACT,
  58. NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
  59. THE USE OR PERFORMANCE OF THIS SOFTWARE.
  60.