home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_GEN / PJ110.ZIP / CBACK.EXE / READ.ME < prev    next >
Text File  |  1994-02-23  |  3KB  |  65 lines

  1. PJ is a simple source file manager for use on moderate size software projects
  2. (20 - 5,000 source files) utilizing a shared project library with 1-20
  3. programmers.  
  4.  
  5. PJ is intended to solve the following problems:
  6.  
  7.     Avoid costly collisions between programmers modifying the same file.
  8.  
  9.     Eliminate programmer maintenance when extracting and adding files from and
  10.         to a library.
  11.  
  12.     Prevent loss of work by maintaining multiple versions of the same file in a
  13.         library.  Older versions of the same file can be retrieved.
  14.  
  15.  
  16. What PJ provides:
  17.  
  18.    *    Library check out control - only one programmer can have a source file
  19.            out for modification at a time.
  20.    *    Automatic updating of Make and Library command files - when the
  21.            programmer puts a new module into the library, the Make and Library
  22.            command files can be automatically updated
  23.    *    Automatic insertion/removal with the programmers Make file(s) - when the
  24.            programmer removes a source file from a library, the programmers
  25.            local Make file is updated to allow the programmer to modify the file
  26.            and reference it in their local directory.  When the file is put back
  27.            in the library, the local Make file is updated to remove the file. 
  28.            Additional files can be deleted from the local directory.
  29.    *    Automatic "BAK" versions of up to 1000 files per library - PJ allows you
  30.         to keep up to 1000 "bak" versions of library files per library.
  31.  
  32. Sample configuration files are provided (PJ.DIR and PJ.CFG) that were used on
  33. a project defined in the manual (PJ.MAN).
  34.  
  35. DEFINITION OF SHAREWARE
  36.  
  37. Shareware distribution gives users a chance to try software
  38. before buying it.  If you try a Shareware program and continue
  39. using it, you are expected to register.  Individual programs
  40. differ on details -- some request registration while others
  41. require it, some specify a maximum trial period.  With
  42. registration, you get anything from the simple right to continue
  43. using the software to an updated program with printed manual.
  44.  
  45. Copyright laws apply to both Shareware and commercial software,
  46. and the copyright holder retains all rights, with a few specific
  47. exceptions as stated below.  Shareware authors are accomplished
  48. programmers, just like commercial authors, and the programs are
  49. of comparable quality.  (In both cases, there are good programs
  50. and bad ones!) The main difference is in the method of
  51. distribution.  The author specifically grants the right to copy
  52. and distribute the software, either to all and sundry or to a
  53. specific group.  For example, some authors require written
  54. permission before a commercial disk vendor may copy their
  55. Shareware.
  56.  
  57. Shareware is a distribution method, not a type of software.  You
  58. should find software that suits your needs and pocketbook,
  59. whether it's commercial or Shareware.  The Shareware system makes
  60. fitting your needs easier, because you can try before you buy.
  61. And because the overhead is low, prices are low also.  Shareware
  62. has the ultimate money-back guarantee -- if you don't use the
  63. product, you don't pay for it.
  64.  
  65.