home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / software / 5479 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  3.6 KB

  1. Path: sparky!uunet!math.fu-berlin.de!uni-paderborn.de!urmel.informatik.rwth-aachen.de!gmd.de!newsserver.jvnc.net!netnews.upenn.edu!msuinfo!msuinfo!lacey
  2. From: lacey@egr.msu.edu (Mark M. Lacey)
  3. Newsgroups: comp.software-eng
  4. Subject: Project planning tool for X Window System available via FTP
  5. Message-ID: <lacey.728158993@msuinfo>
  6. Date: 27 Jan 93 18:23:13 GMT
  7. Organization: Michigan State University
  8. Lines: 92
  9. NNTP-Posting-Host: frith.egr.msu.edu
  10.  
  11. Dear Netters:
  12.  
  13. I've seen a few requests for project planning tools here in
  14. comp.software-eng, so I talked to a few classmates of mine from last
  15. semester, and we've decided to make the tool we wrote for our software
  16. engineering class publicly available via FTP.  The tool supports
  17. entering and saving of task information (task name, description,
  18. relevent dates, etc.).  Project files can be loaded later for
  19. consultation.  The tool graphically generates both PERT and Gantt
  20. charts on screen, and has an option to generate LaTeX source for Gantt
  21. charts and task sheets.  
  22.  
  23. All of the documentation generated for the project during the semester
  24. (over 300 pages printed) is also distributed in LaTeX form.  This includes:
  25.  
  26.     Weekly Status Reports
  27.     Project Plan
  28.     Requirements Specification
  29.     Preliminary Design
  30.     Detailed Design
  31.     Top-Level Code
  32.     Testing Specification
  33.     User's Manual
  34.     Presentation Materials
  35.     Final Report (with updated user's manual and addendums to
  36.         other documents).
  37.  
  38.  
  39. Xplan has been tested on Sun SPARCstation IPC's, IPX's, 1's, 1+'s,
  40. 2's, and 10's.  It requires the XView libraries and header files to
  41. compile.
  42.  
  43. It is currently available at:
  44.  
  45.     cpsacs.cps.msu.edu (35.8.56.92)
  46.  
  47. in pub/xviewsrc, with the name xplan-1.0.tar.Z.
  48.  
  49. Please read README, INSTALL, and COPYING, all included in the tar
  50. file.  As stated in README, this was a project for a class --- none of
  51. the authors, and nobody else at MSU, has any intention of making
  52. further modifications or bug-fixes.  Feel free to make your own
  53. enhancements and bug-fixes, and make those publicly available (but
  54. read COPYING, which contains the GNU GPL to understand what
  55. circumstances you can distribute it in).
  56.  
  57. The user's manual to refer to is the one included in the final report.
  58. I have a feeling there may be a missing .rs or .fig file here or there
  59. (I'm not sure, but some omission of that sort might have occured).  In
  60. any event, we all hope you find xplan useful.
  61.  
  62.                 Mark M. Lacey
  63.                 Brian Gaubert
  64.                 Richard Malingkas
  65.                 Mike Marlow
  66.  
  67. The man-page follows:
  68. ----------------------------------------------------------------------
  69. XPLAN(1)                 USER COMMANDS                   XPLAN(1)
  70.  
  71.  
  72.  
  73. NAME
  74.      xplan - a project planning tool
  75.  
  76. SYNOPSIS
  77.      xplan
  78.  
  79. DESCRIPTION
  80.      xplan is a tool for project planning.  It allows the user to
  81.      enter  task  information,  including  task dependencies, and
  82.      generates both PERT and Gantt charts, along with task sheets
  83.      for  the project being planned.  It must be run under some X
  84.      Windows window manager.  To start xplan, just  type  'xplan'
  85.      at  the  prompt.   There  are  no command-line options.  All
  86.      interaction happens through  the  graphical  user  interface
  87.      (GUI).
  88.  
  89.  
  90. FILES
  91.      xplan's project files end in the suffix .prj.
  92.  
  93. AUTHORS
  94.      Brian Gaubert, Mark M. Lacey, Richard  Malingkas,  and  Mike
  95.      Marlow
  96.  
  97.      xplan was  created  as  a  project  for  CPS  470  (Software
  98.      Engineering)  at  Michigan  State  University, Fall semester
  99.      1992, with Dr. Betty Cheng as instructor and  Gerald  Gannod
  100.      as  TA.   It  is  distributed  under  the GNU General Public
  101.      License (please see the file COPYING, which should always be
  102.      distributed with the software).
  103.