home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / share / doc / usd / 11.notes / 1 < prev    next >
Encoding:
Text File  |  1991-04-17  |  4.7 KB  |  98 lines

  1. .\" Copyright (c) 1980 The Regents of the University of California.
  2. .\" All rights reserved.
  3. .\"
  4. .\" Redistribution and use in source and binary forms, with or without
  5. .\" modification, are permitted provided that the following conditions
  6. .\" are met:
  7. .\" 1. Redistributions of source code must retain the above copyright
  8. .\"    notice, this list of conditions and the following disclaimer.
  9. .\" 2. Redistributions in binary form must reproduce the above copyright
  10. .\"    notice, this list of conditions and the following disclaimer in the
  11. .\"    documentation and/or other materials provided with the distribution.
  12. .\" 3. All advertising materials mentioning features or use of this software
  13. .\"    must display the following acknowledgement:
  14. .\"    This product includes software developed by the University of
  15. .\"    California, Berkeley and its contributors.
  16. .\" 4. Neither the name of the University nor the names of its contributors
  17. .\"    may be used to endorse or promote products derived from this software
  18. .\"    without specific prior written permission.
  19. .\"
  20. .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  21. .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  22. .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  23. .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  24. .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  25. .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  26. .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  27. .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  28. .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  29. .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  30. .\" SUCH DAMAGE.
  31. .\"
  32. .\"    @(#)1    6.2 (Berkeley) 4/17/91
  33. .\"
  34. .sp |.5i
  35. .ls 1
  36. .ch "Introduction"
  37. .wh 0 hh
  38.  
  39.     Notesfiles support computer managed discussion
  40. forums.  Discussions can have many different purposes and scopes: the
  41. notesfile system has been designed to be flexible enough to handle differing
  42. requirements.
  43.  
  44.     Each notesfile discusses a single
  45. topic.
  46. The depth of discussion within a notesfile is ideally held constant.
  47. While some users may require a general discussion of personal workstations,
  48. a different group may desire detailed discussions about the I/O bus
  49. structure of the WICAT 68000 (a particular workstation).  These discussions
  50. might well be separated into two different notesfiles.
  51.  
  52.     Each notesfile contains a list of logically
  53. independent notes (called base notes).
  54. A note is a block of text with a comment or question intended to be seen by members
  55. of the notesfile community.  The note display shows the text,
  56. its creation time, its title, the notesfile's title,
  57. the author's name (some notesfiles allow anonymous notes), the number of ``responses'',
  58. and optionally a ``director message''.
  59. Each base note can have a number of ``responses'': replies, retorts, further
  60. comments, criticism, or related questions concerning the base note.
  61. Thus, a notesfile contains an ordered list of ordered lists.  This arrangement
  62. has historically been more convenient than other proposals (e.g., trees
  63. were studied on the PLATO (trademark of Control Data Corporation) system).
  64.  
  65.     The concept of a notesfile was originally implemented at
  66. the University of Illinois, Urbana-Champaign,
  67. on the PLATO system.
  68. The UNIX (trademark of Bell Laboratoris) 
  69. notesfile system
  70. includes these ideas with
  71. adaptations
  72. and enhancements
  73. made possible by the UNIX environment.
  74.  
  75.     The UNIX notesfile system was
  76. designed and
  77. implemented by Ray Essick at the University of Illinois, Urbana-Champaign.
  78. It provides users with the abilities to
  79. read notes and responses, write notes and responses, forward note text to
  80. other users (via mail) or other notesfiles, save note text in their own files,
  81. and sequence through a set of notesfiles seeing just new text.
  82. Each notesfile has a set of ``directors'' who manage the notesfile:
  83. they delete old notes, compress the file when needed, grant and restrict
  84. access to the notesfile, and set different notesfile parameters (e.g.,
  85. title, ``director message'', policy note, whether notes' authors can be
  86. anonymous).
  87. Some notesfiles contain correspondence from other computers.
  88. Like the UNIX ``USENET'', notes and responses are exchanged (often over phone lines)
  89. with remote machines.
  90. The notesfile system provides automatic exchange and updating of notes in an
  91. arbitrarily connected network.
  92.  
  93.     This document details the use of notesfiles from invocation through
  94. intersystem notes exchanges.  The last chapter summarizes the entire set of
  95. commands for easy reference.
  96. An appendix contains detailed checklists for the
  97. installation of a notesfile system.
  98.