Nah, OUNS is in no way exhaustive when it comes to technical info. Even less so if you apply that to Xonotic.
I administrated OUNS in its last era (it used to live on wikispaces and was kind of a mess). I ended up running a web crawler to convert it to static pages and
replace the live version with the static mirror, which means it is no longer editable (but that way I don't have to update the wiki software and worry about potential security flaws). I still have a backup of the whole live site if that's ever needed.
It was truly a big pain to admin, especially the publicly editable namespaces of
clans and
players. In the last few months, I had to deal with some spambots, reverting that was painful (I basically went through the edit logs of all pages before archiving the thing...). But some editors were a real pain too: I fixed countless clan and player pages because they were badly formatted. I had this as the template in the player namespace:
Code:
<note important>Please make links when you are referring to players, clans, weapons, playermodels, gametypes... For more help on making links, follow the "Making links" link in the menu seen on every wiki page on the left side. ([[wiki:linklist]])
Please read the help, too! ([[wiki:help]])
Now, delete this %%%<note>%%% section (up to %%%</note>%%%). **If you don't remove it, the page will be deleted.**</note>
yet players would skip that part, badly fill up their info with poor formatting and leave the notice at the top of the page. Of course I wouldn't actually delete the page, but fix everything myself. To do this properly, I had to review every single edit.
I was also EXTREMELY lucky that I didn't have vandalism on the wiki because I would have been completely unable to revert it. Dokuwiki (at the time) didn't offer me the right tools for that. It would have been easy to make a horrible mess of the site during my absence and have the site taken out for a while.
If there is a successor to OUNS, the clan/player lists will HAVE to be more in the form of a database with semantic output, instead of a crappy WYSIWYG system that relies on the editors to format it in a way that makes sense. It will also need some way to prevent vandalism. A wiki isn't the right solution for the clan/player aspect IMHO. Of course, using a wiki system makes sense for the rest of the content.