home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume21 / xwinpr / part01 / README < prev    next >
Encoding:
Text File  |  1993-10-20  |  2.0 KB  |  64 lines

  1. Xwinpr - hardcopy program.(ver.1.0)
  2.  
  3.  
  4.    This is a hardcopy program for X Windows.
  5.  
  6.  
  7. Requirements, supported hardware:
  8. ---------------------------------
  9.  
  10. 1. Printer should support Canon LipsII+.  But other printers may
  11.   work with minor modifications.  I haven't tested.
  12. 2. C++.  Originally it is compiled with g++ 2.3.3, but other C++ compilers
  13.   will be good.
  14. 3. This was made on BSD/386 (which identifies itself by defining "bsdi"),
  15.   but should work on many platforms with minor fixes.  This uses only
  16.   basic functions of Un?x and C++.
  17.  
  18.  
  19. Installation:
  20. -------------
  21.   Simply xmkmf and make.  If you don't have xmkmf or imake, then modify
  22. Makefile in this package and use it.   To install, "make install", and 
  23. to install the manual, "make install.man".
  24.  
  25.  
  26. Usage:
  27. ------
  28.   Invoke this program, and the cursor will change to a crosshair.  Move
  29. the cursor to the window you want to print out, at the precise point you
  30. want to print as white.  The other colors will be black on the print.
  31. For command options, read the man page or invoke "xwinpr -help".
  32.  
  33.  
  34. Support:
  35. --------
  36.   There will be no official support for this program, but I'll appreciate
  37. receiving any bug, suggestions or improvements.   Since this is now limited 
  38. to only a small variety of hardware, your port to other platforms is
  39. very welcome!  Please send me know your patch.  In that case, original
  40. codes shall be enclosed by "#ifdef bsdi" and "#endif" or the likes.
  41. Fixes will be out sooner or later (sorry if there are delays).
  42.  
  43.  
  44. Hints:
  45. ------
  46.   This software uses only 7bit character codes.  So you can use this 
  47. without caring about the high bits.
  48.  
  49.  
  50. Copyright:
  51. ----------
  52.   Permission to use, copy, modify, distribute, and sell this software is
  53. granted without fee, but only when with copyright notice which appears 
  54. in Imakefile and xwinpr.C.  Tetsuji Rai makes no representations about
  55. the suitability of this software for any purpose.
  56.  
  57.  
  58.  
  59. Happy printing!
  60.  
  61.  
  62.     Tetsuji Rai 
  63.       (tetsuji@rai.juice.or.jp   74610.1537@compuserve.com)
  64.