home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume28 / yapp / part01 / INFO < prev    next >
Encoding:
Text File  |  1994-05-29  |  3.5 KB  |  72 lines

  1. Following is a list of some differences between PicoSpan and YAPP.
  2.  
  3. Some bugs in PicoSpan fixed in YAPP:
  4. 1) "browse 184-184" when 184 is retired, and 185 is active, shows 185.
  5. 2) Censoring/scribbling a previously censored/scribbled response repeats 
  6.    the operation, adding unnecessary garbage to the censorlog.
  7. 3) "browse 1-10 new" sometimes displays items not in the specified
  8.    range.
  9. 4) "unforget" is an alias for "remember" at the OK prompt, but not at 
  10.    the RFP prompt.
  11.  
  12. Things that work differently:
  13. 1) Picospan: The range "1 1 1" does #1 three times.
  14.    YAPP    : Does items only once.
  15. 2) "display size", "display fds": Give implementation-dependant 
  16.              information on memory usage and open files.
  17. 3) Picospan: pwd,type,dir,chat,shell are builtins
  18.    YAPP    : should be done by aliasing to unix commands in rc
  19. 4) Picospan: "participants" goes through passwd file
  20.    YAPP    : goes through ulist file or passwd file if ulist doesn't exist.
  21.              If going through passwd file, create a ulist file.  When
  22.              a new user joins a cf, adds login to ulist file.  (Note that 
  23.              a non-participant cannot officially join a secure conference.)
  24.  
  25. Some additions in YAPP beyond PicoSpan functionality
  26. -----------------------------------------------
  27.  
  28. Conferences:
  29.  * Fairwitnesses and ulist entries can be specified by either UID or 
  30.    login name (instead of only by login), to resolve problem with old 
  31.    logins being deleted and new users later using the same login.
  32.  * A facility exists for making a secure conference readonly to 
  33.    general users (i.e. those who are not on an access list, or 
  34.    who fail a password check, depending on the conference security 
  35.    type).
  36.  * Newsgroup conferences are allowed.  Yapp directly accesses files
  37.    in the news spool directory, and allows reading and responding as 
  38.    if they were items and responses in a normal conference.
  39.  * All kill/link/freeze/thaw/retire/unretire activity is logged in
  40.    the conference directory.
  41.  * Comment lines are allowed in .cflist and ulist files.
  42.  * Responses to responses are allowed.
  43.  
  44. Commands:
  45.  * "`command`" is expanded as in most Unix shells, with the output
  46.     of command replacing `command` in the input.
  47.  * "#-#" at rfp prompt displays a range of responses.
  48.  * "cfdir" command prompts for alternate name of .cfdir.  This
  49.    is so that group accounts can put this in .cfonce, allowing
  50.    multiple work directories under a single home directory.
  51.  * "display flags" displays the status of all flags.
  52.  * "eval" command expands a sep string for the current conf or
  53.     for a specified item range.  This can be used to define aliases
  54.     to give customized reports.
  55.  * "list" command (also "display conferences") gives information about all 
  56.    existing conferences, using a new "listmsg" confsep.
  57.  * "reply #" sends mail to the author of a response, including the
  58.     response text in a format controlled by new "replymsg" itemsep
  59.     before invoking editor.
  60.  * "respond #" at rfp prompt marks the new response as a response to a
  61.     previous response.
  62.  * "set scribbler" turns on new scribbler flag.  This will display the
  63.    scribbler's login when attempting to read a scribbled response.
  64.  
  65. Separators:
  66.  * Confseps are expanded in all redefineable prompts except "text".
  67.  * General: %D current timestamp (default style is 0)
  68.  * Confsep: %m lastmod of sum file if any (default style is 0)
  69.  * "listmsg" confsep controls format of list command output
  70.  * "replymsg" itemsep controls format of reply command text
  71.  * "newsmsg" itemsep controls format of response in a newsgroup cf.
  72.