Hi Paul and Roland, I tend towards maintaining a single source for management, be it for source code, documentation or wiki website. For collaborative I think this becomes key in making sure that not too many disparate branches build up.
However, having single source can lead to collisions when lots of people are trying to modify the same file at once, so... the solution to this is be modular, so that one has a collection of files that are grouped logically and centrally indexed. In the case of the FAQ, this is probably the way to go - break it down in to categories, and then have an index to these categories. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

