|
From: Laszlo K. <las...@su...> - 2000-11-22 11:36:46
|
Thanks Bob, this is extremely useful. In addition to what Ali already replied: [snip] > 2. There's more than one way to organize and > present the content. Multiple different views can > be layered on top of the content collection. This requires > looking at the content from the point of view of the multiple > different users, not just the content provider. If you think about multiple views of the database then we are thinking about it. On Solaris this is named the network, system, user layering (probably the same on Linux). > 7. Clean removal of content is very important, and harder > than you think. The removal scripts need to clean up > databases, views, and search indexes. We didn't pay enough > attention to this item, and most of our bug reports came > after some content was incompletely removed. At package uninstall this works for removal from the database and removal of TOCs. Scrollkeeper will trace these things rather than postuninstall scripts written by the packager. This seems to be better. In addition when Scrollkeeper is uninstalled it will delete everything related to it. Laszlo |