home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / misc / rcsgui / product-info < prev    next >
Fred Fish's Product-Info  |  1995-10-21  |  2KB  |  83 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. RCSGUI
  6. .type
  7. Workbench Tool
  8. .short
  9. GUI interface to HWGRCS
  10. .description
  11.   RCSGUI implements the basic features of RCS: checking in, checking 
  12.   out, locked and unlocked, rlog, and rcs -n to assign a symbolic name 
  13.   to a rev. It does not implement all options to all RCS commands.
  14.   
  15.   RCSGUI will let you checkin files by just dragging and dropping 
  16.   files on the RCSGUI window. The icons of the checked in files are 
  17.   visible in the RCSGUI window, and can be selected, and checked out 
  18.   by either the checkout button, double clicking on the icon, or drag 
  19.   and drop outside of RCSGUIs window.  
  20.   
  21.   RCSGUI is completely font sensitive. 
  22.   
  23.   It will adjust its gadgets and icons according to the window size.
  24.   
  25.   All configuration is done with tooltypes in the icon, and some 
  26.   can also be saved from the windows SnapShot button.
  27.   
  28.   Now supports and actually requires HWGRCS.
  29.   
  30.   Uses file requester to specify repositories. 
  31.   
  32.   See the documentation for all the features.
  33.  
  34.   It works nicely with the SAS/C WB compiler environment, but have no 
  35.   connection to the SAS/C compiler. It can be used with any compiler 
  36.   that lets you edit & compile from the workbench. (Well, it can be 
  37.   used with any CLI based compiler too, but it wouldn't make sense). 
  38.   It can be used with anything that you want to use RCS for, it doesn't 
  39.   have to be programming!
  40. .version
  41. 2.42
  42. .author
  43. Tommy Svensson
  44. .requirements
  45. Requires OS2.x, HWGRCS distribution
  46. .distribution
  47. Shareware
  48. .price
  49. $15 (US), SEK 100
  50. .address
  51. Fregattvägen 36
  52. 11768 Stockholm
  53. Sweden
  54. .email
  55. bms@algonet.se
  56. .docs
  57. AFD-COPYRIGHT
  58. rcsgui_2.41.readme
  59. rcsgui.guide
  60. .described-by
  61. Dan Fish (daf@starfish.amigalib.com)
  62. .submittal
  63. Downloaded via ftp from wuarchive.wustl.edu.
  64. .execute
  65. set choice `RequestChoice "RCSGUI" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
  66. if $choice EQ "0"
  67.   quit 5
  68. endif
  69.  
  70. if $choice EQ "1"
  71.   MetaTool rcsgui_2.42.readme TEXT
  72. endif
  73.  
  74. if $choice EQ "2"
  75.   MetaTool rcsgui.guide GUIDE
  76. endif
  77.  
  78. if $choice EQ "3"
  79.   rcsgui
  80. endif
  81. .aminet-dir
  82. dev/misc
  83.