[EMAIL PROTECTED] wrote:
Is it possible to run Monodoc server to let a group developers edit documentation simultaneously?
Sort of/not really. There are two ways to edit docs with monodoc. The first way is what's used when people edit Mono's class library docs. Edit through Monodoc, submit to Mono server, and then the changes are applied by someone invoking a command, and then committed to the repository. It's a long round trip from edit to anyone else seeing the changes, and I'm not exactly sure how the server part of that is set up.
The second way is with monodoc's --edit argument, to edit anything *but* docs normally loaded by monodoc. That writes changes done in Monodoc directly to the XML files. To get the group aspect of things, you could make those files shared, somehow, or put them into a subversion repository, or something along those lines.
-- - Joshua Tauberer http://taubz.for.net ** Nothing Unreal Exists ** _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
