comparison whitepaper.txt @ 3:f09ba04b2e29 default tip

adding notes about -> collaborative documents
author Jeff Hammel <k0scist@gmail.com>
date Fri, 26 Mar 2010 14:03:44 -0700
parents 910fa7e781b9
children
comparison
equal deleted inserted replaced
2:910fa7e781b9 3:f09ba04b2e29
130 { 'headers': {}, 130 { 'headers': {},
131 'messages': [ list, of, children ], 131 'messages': [ list, of, children ],
132 'next': 132 'next':
133 'previous': 133 'previous':
134 'parent': } 134 'parent': }
135
136
137 Discussions -> Collaborative Documents
138 --------------------------------------
139
140 discussions presents a strict hierachal document that can only append
141 leaf nodes. Collaborative documents (e.g. a wiki) may also be
142 hierachal, but additional functionality is implied:
143
144 * the ability to edit nodes
145 * the ability to merge nodes
146 * the keeping of history (including all implied functionality of an VCS)